[Pkg-bazaar-commits] ./bzr/unstable r467: - doc for status command

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:12 UTC 2009


------------------------------------------------------------
revno: 467
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-05-11 16:00:57 +1000
message:
  - doc for status command
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-11 06:00:08 +0000
+++ b/bzrlib/commands.py	2005-05-11 06:00:57 +0000
@@ -196,20 +196,20 @@
         Versioned in the working copy but not in the previous revision.
 
     removed
-        Versioned in the previous revision but not versioned or deleted
+        Versioned in the previous revision but removed or deleted
         in the working copy.
 
     renamed
         Path of this file changed from the previous revision;
         the text may also have changed.  This includes files whose
-        parent directory was
+        parent directory was renamed.
 
     modified
         Text has changed since the previous revision.
 
     unchanged
-        Nothing about this file has changed since the
-        previous revision.  Only shown with --all.
+        Nothing about this file has changed since the previous revision.
+        Only shown with --all.
 
     unknown
         Not versioned and not matching an ignore pattern.



More information about the Pkg-bazaar-commits mailing list