Seeing the whole repository history
Greg Ward
greg-bzr at gerg.ca
Wed Apr 8 13:41:02 BST 2009
Still trying to wrap my head around this Bazaar thing, so please bear
with me. What I would like to do is see the history of an *entire*
repository, not just of one branch. I can't figure out how to do it.
What am I missing?
Comparison: "git log" shows the history of the current branch by
default, but you can see the whole DAG with "git log --all". That
convention is followed by qgit. "hg log" shows the entire repository
by default, but you can trim it to a specific branch with "hg log
--branch 1.0-maint", and you can exclude branches with --prune. So
Git and Mercurial have opposite defaults, but I can do what I want to
do with them. (I think I slightly prefer Mercurial's default, but
whatever. The important thing is that I *can* get the whole DAG out
of git once I RTFM a bit.)
So... what is Bazaar's equivalent of "git log --all" or of "hg log"'s
default behaviour?
Thanks --
Greg
More information about the bazaar
mailing list