Rev 4221: fix info help (Ian Clatworthy) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Tue Mar 31 11:08:46 BST 2009


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

------------------------------------------------------------
revno: 4221
revision-id: pqm at pqm.ubuntu.com-20090331100842-0x25r10mpiyxv5d9
parent: pqm at pqm.ubuntu.com-20090331080348-o2ovsnu3xrrjxr88
parent: ian.clatworthy at canonical.com-20090331085005-ayqag00mjrshkx5j
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2009-03-31 11:08:42 +0100
message:
  fix info help (Ian Clatworthy)
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
    ------------------------------------------------------------
    revno: 4220.1.1
    revision-id: ian.clatworthy at canonical.com-20090331085005-ayqag00mjrshkx5j
    parent: pqm at pqm.ubuntu.com-20090331080348-o2ovsnu3xrrjxr88
    parent: ian.clatworthy at canonical.com-20090331002819-wund8s7okrl00yme
    committer: Ian Clatworthy <ian.clatworthy at canonical.com>
    branch nick: ianc-integration
    timestamp: Tue 2009-03-31 18:50:05 +1000
    message:
      fix info help (Ian Clatworthy)
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
    ------------------------------------------------------------
    revno: 4217.3.1
    revision-id: ian.clatworthy at canonical.com-20090331002819-wund8s7okrl00yme
    parent: pqm at pqm.ubuntu.com-20090330232934-wy5ynne0u2qlb0bu
    committer: Ian Clatworthy <ian.clatworthy at canonical.com>
    branch nick: bzr.info-v
    timestamp: Tue 2009-03-31 10:28:19 +1000
    message:
      fix info help
    modified:
      NEWS                           NEWS-20050323055033-4e00b5db738777ff
      bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'NEWS'
--- a/NEWS	2009-03-31 00:12:10 +0000
+++ b/NEWS	2009-03-31 08:50:05 +0000
@@ -145,6 +145,9 @@
 * Shelve can now shelve changes to a symlink target.
   (James Westby, #341558)
 
+* The help for the ``info`` command has been corrected.
+  (Ian Clatworthy, #351931)
+
 * Upgrade will now use a sensible default format if the source repository
   uses rich roots.  (Jelmer Vernooij, #252908)
 

=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2009-03-30 03:09:30 +0000
+++ b/bzrlib/builtins.py	2009-03-31 00:28:19 +0000
@@ -1301,11 +1301,11 @@
       basic statistics (like the number of files in the working tree and
       number of revisions in the branch and repository):
 
-        bzr -v info
+        bzr info -v
 
       Display the above together with number of committers to the branch:
 
-        bzr -vv info
+        bzr info -vv
     """
     _see_also = ['revno', 'working-trees', 'repositories']
     takes_args = ['location?']




More information about the bazaar-commits mailing list