Hi Daniel! > Hello, > > I know this question was asked a long time ago, by me IIRC ;-) > > My entry point to the developpement is the bookmark. > > When I want to merge from someone I would like to see the diff of the > changset before merging. > > I can do it with: > > bzr diff -r<old>..<new> URL
You can use M m to see an overview about the missing revisions: This command runs e.g.: /usr/bin/bzr --no-aliases missing http\://www.asgardr.info/\~nebu/archives/dvc.dev/ Comming back to your diff command: /usr/bin/bzr --no-aliases diff -r<old>..<new> http\://www.asgardr.info/\~nebu/archives/dvc.dev/ How do I determine the <old>..<new> sequence? > Another use case could be to see the diff between the remote branch > and my local branch. Do you have the needed commandline here? Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
