[PATCH] (reminder) incorrect documentation for "bzr log"

Matthieu Moy Matthieu.Moy at imag.fr
Mon Oct 24 09:48:59 BST 2005


I've sent it a while ago, but it still hasn't been merged. The doc for
bzr log still use the old begin:end syntax.

--- bzrlib/builtins.py
+++ bzrlib/builtins.py
@@ -709,8 +709,8 @@
 class cmd_log(Command):
     """Show log of this branch.
 
-    To request a range of logs, you can use the command -r begin:end
-    -r revision requests a specific revision, -r :end or -r begin: are
+    To request a range of logs, you can use the command -r begin..end
+    -r revision requests a specific revision, -r ..end or -r begin.. are
     also valid.
     """
 

-- 
Matthieu




More information about the bazaar mailing list