bzr pull, bzr merge could show the log entry for retrieved revisions

Matthieu Moy Matthieu.Moy at imag.fr
Tue Oct 25 21:41:11 BST 2005


I'd like to be able to do "missing" and "pull" or "merge" in a single
command.

Something like

$ bzr log -r -1..
revno: 1334
committer: mbp at sourcefrog.net
timestamp: Mon 2005-10-24 18:37:38 +1000
message:
  More merge/fetch tests
$ bzr pull --verbose
------------------------------------------------------------
revno: 1335
committer: mbp at sourcefrog.net
timestamp: Mon 2005-10-24 19:15:57 +1000
message:
  Unconditionally fetch all new history during merge
------------------------------------------------------------
revno: 1336
committer: mbp at sourcefrog.net
timestamp: Mon 2005-10-24 20:05:58 +1000
message:
  Doc
$ bzr log -r -1..
revno: 1336
committer: mbp at sourcefrog.net
timestamp: Mon 2005-10-24 20:05:58 +1000
message:
  Doc


That'd be usefull to follow the development of a program : quickly
look at what has been done since last time, and use it immediately.

-- 
Matthieu




More information about the bazaar mailing list