-
Committer:
Vincent Ladeuil
-
Date:
2008-11-21 11:49:18 UTC
-
mto:
(3855.1.1 bzr.integration)
-
mto:
This revision was merged to the branch mainline in
revision
3856.
-
Revision ID:
v.ladeuil+lp@free.fr-20081121114918-lekth2kvpncyiaqz
Superficial fix for bug #300055.
* bzrlib/log.py:
(calculate_view_revisions): Reformat condition.
(_get_mainline_revs, _filter_revision_range): Fix whitespaces.
(reverse_by_depth): Add comments and a superficial fix for bug
#300055. The bug is deeper though, reverse_by_depth can be used on
revision list in reverse chronological order *only* since they add
dotted revnos *after* their children mainline revision.
(LineLogFormatter.date_string): Fix whitespace.