collapsing stuff
Robert Collins
robertc at robertcollins.net
Mon Jan 7 00:20:19 GMT 2008
On Fri, 2008-01-04 at 22:13 -0800, Monty Taylor wrote:
> But then I'm done and I want
> to show someone what I did and get them to ok it before I push. I
> don't
> want to ask them to look through 20 revisions, I want to show them the
> final patch, right?
'bzr diff -r ancestor:URL_WHERE_YOU_PUSH_TO'
or better, there is a merge --preview option now, not sure quite how
that would look.
or
bzr branch URL_YOU_PUSH_TO ../tmp
cd ../tmp
bzr merge ../ready_to_push
bzr diff
These all show the aggregate work.
If you think about, it they are approving a merge, so the easiest way to
approach it is to *do a merge*, and show them the result.
-Rob
--
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20080107/4717f5ef/attachment.pgp
More information about the bazaar
mailing list