At lp:~vila/bzr/300055-log-forward

------------------------------------------------------------
revno: 3848
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Vincent Ladeuil <[EMAIL PROTECTED]>
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.
=== 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:

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to