bzr pull should state if it did anything
John A Meinel
john at arbash-meinel.com
Fri Sep 23 23:27:06 BST 2005
Right now bzr pull has the same output if it does nothing, or does
something and succeeds:
$ bzr pull
Using last location: <blah>
0 conflicts encountered.
It would be nice if it would say something like:
$ bzr pull
Using last location: <blah>
Trees are up-to-date
Or
Nothing to do
Otherwise I'm always doing:
$ bzr pull
# Did something change?
$ bzr log -r -10..
# Nope.
I suppose I could use "bzr missing" just to see if anything needs
updating first.
My "bzr rpull" command prints the logs of the pulled revisions. Which I
think is pretty nice, because that lets you know what you actually pulled.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050923/b57c7fb2/attachment.pgp
More information about the bazaar
mailing list