Rev 5480: (vila) Make it clearer that 'bzr st' can be used to determine which files in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Mon Oct 11 12:41:49 BST 2010


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

------------------------------------------------------------
revno: 5480 [merge]
revision-id: pqm at pqm.ubuntu.com-20101011114147-eunz0zgx5yjftom0
parent: pqm at pqm.ubuntu.com-20101011110750-blyz6d15y6t61s6i
parent: jbowtie at amathaine.com-20100920005209-y3nd0m7rsrzqffy3
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Mon 2010-10-11 12:41:47 +0100
message:
  (vila) Make it clearer that 'bzr st' can be used to determine which files
   changed in a particular revision (John C Barstow)
modified:
  bzrlib/builtins.py             builtins.py-20050830033751-fc01482b9ca23183
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py	2010-10-07 09:59:40 +0000
+++ b/bzrlib/builtins.py	2010-10-11 11:41:47 +0000
@@ -252,8 +252,12 @@
     To skip the display of pending merge information altogether, use
     the no-pending option or specify a file/directory.
 
-    If a revision argument is given, the status is calculated against
-    that revision, or between two revisions if two are provided.
+    To compare the working directory to a specific revision, pass a
+    single revision to the revision argument.
+
+    To see which files have changed in a specific revision, or between
+    two revisions, pass a revision range to the revision argument.
+    This will produce the same results as calling 'bzr diff --summarize'.
     """
 
     # TODO: --no-recurse, --recurse options




More information about the bazaar-commits mailing list