Diff between remote revision and working tree

Asked by Gregory Simmons

Is it possible to make a diff between the remote revision and the current working tree?

I would like to see the differences my team made to the branch before I do an update of my checkout. SVN always displayed such a diff before updating so I got pretty used to it.

Thanks and cheers!

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Explorer Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Belchenko
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Belchenko (bialix) said :
#1

Gregory Simmons пишет:
> New question #115774 on Bazaar Explorer:
> https://answers.launchpad.net/bzr-explorer/+question/115774
>
> Is it possible to make a diff between the remote revision and the current working tree?
>
> I would like to see the differences my team made to the branch before I do an update of my checkout. SVN always displayed such a diff before updating so I got pretty used to it.

If you're working in the checkout (centralized model) you can use
"All commands" then select qdiff command and in the option and arguments
  edit box enter "--new :bound" to see the diff between your working
tree and your master branch.

--
All the dude wanted was his rug back

Revision history for this message
Gregory Simmons (the-groovy-gregory+launchpad) said :
#2

Thanks Alexander Belchenko, that solved my question.

Revision history for this message
Gregory Simmons (the-groovy-gregory+launchpad) said :
#3

Thank you! works perfectly!