Rev 3848: Fix typo. in lp:~vila/bzr/300055-log-forward
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Nov 25 08:25:22 GMT 2008
At lp:~vila/bzr/300055-log-forward
------------------------------------------------------------
revno: 3848
revision-id: v.ladeuil+lp at free.fr-20081125082520-lz0wmaa3xsjvpdz0
parent: v.ladeuil+lp at free.fr-20081121164353-8d07go33ycibzbwl
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 300055-log-forward
timestamp: Tue 2008-11-25 09:25:20 +0100
message:
Fix typo.
* bzrlib/log.py:
(reverse_by_depth): Fix typo in comment.
-------------- next part --------------
=== modified file 'bzrlib/log.py'
--- a/bzrlib/log.py 2008-11-21 16:43:53 +0000
+++ b/bzrlib/log.py 2008-11-25 08:25:20 +0000
@@ -660,7 +660,7 @@
revision of that depth. There may be no topological justification for this,
but it looks much nicer.
"""
- # Add a fake revision at start so that we can always attached sub revisions
+ # Add a fake revision at start so that we can always attach sub revisions
merge_sorted_revisions = [(None, None, _depth)] + merge_sorted_revisions
zd_revisions = []
for val in merge_sorted_revisions:
More information about the bazaar-commits
mailing list