[Patch] bzr status doesn't handle revision

Magnus Therning magnus at therning.org
Wed Sep 7 21:03:32 BST 2005


The command doesn't actually handle a revision argument so this patch
removes it.

*** modified file 'bzrlib/builtins.py'
--- bzrlib/builtins.py 
+++ bzrlib/builtins.py 
@@ -66,7 +66,7 @@
     If a revision is specified, the changes since that revision are shown.
     """
     takes_args = ['file*']
-    takes_options = ['all', 'show-ids', 'revision']
+    takes_options = ['all', 'show-ids']
     aliases = ['st', 'stat']
     
     def run(self, all=False, show_ids=False, file_list=None):


-- 
Magnus Therning                    (OpenPGP: 0xAB4DFBA4)
magnus at therning.org
http://therning.org/magnus

Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.

This is an era when nonsense has become acceptable ad sanity is
controversial. Too many people fail to see a distinction between "rule of
the law" and the edicts of judges. Unfortunately, these people include many
judges.
     -- Thomas Sowell, in 1996
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050907/1442f4ce/attachment.pgp 


More information about the bazaar mailing list