Rev 3030: Fix small typo in command description for the revert command. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Nov 26 22:05:43 GMT 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3030
revision-id:pqm at pqm.ubuntu.com-20071126220540-8eco84avp18lelr8
parent: pqm at pqm.ubuntu.com-20071126213320-adxxra3gsie5inhw
parent: nick.allen at onlinehome.de-20071126195002-dww3pl41b83er5i5
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2007-11-26 22:05:40 +0000
message:
  Fix small typo in command description for the revert command.
modified:
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
    ------------------------------------------------------------
    revno: 3026.1.1
    revision-id:nick.allen at onlinehome.de-20071126195002-dww3pl41b83er5i5
    parent: pqm at pqm.ubuntu.com-20071126151329-pnmm49obwettpwcd
    committer: Nicholas Allen <nick.allen at onlinehome.de>
    branch nick: bzr.dev
    timestamp: Mon 2007-11-26 20:50:02 +0100
    message:
      Fix small typo in command description for the revert command.
    modified:
      bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2007-11-25 16:56:33 +0000
+++ b/bzrlib/builtins.py	2007-11-26 19:50:02 +0000
@@ -3088,9 +3088,9 @@
     last committed revision is used.
 
     To remove only some changes, without reverting to a prior version, use
-    merge instead.  For example, "merge . --r-2..-3" will remove the changes
-    introduced by -2, without affecting the changes introduced by -1.  Or
-    to remove certain changes on a hunk-by-hunk basis, see the Shelf plugin.
+    merge instead.  For example, "merge . --revision -2..-3" will remove the
+    changes introduced by -2, without affecting the changes introduced by -1.
+    Or to remove certain changes on a hunk-by-hunk basis, see the Shelf plugin.
     
     By default, any files that have been manually changed will be backed up
     first.  (Files changed only by merge are not backed up.)  Backup files have




More information about the bazaar-commits mailing list