[Pkg-bazaar-commits] ./bzr-gtk/unstable r15: Add aliases for people who can't spell (Americans)

Scott James Remnant scott at netsplit.com
Fri Apr 10 07:15:21 UTC 2009


------------------------------------------------------------
revno: 15
committer: Scott James Remnant <scott at netsplit.com>
timestamp: Tue 2005-10-18 07:25:22 +0100
message:
  Add aliases for people who can't spell (Americans)
modified:
  __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2005-10-17 11:46:35 +0000
+++ b/__init__.py	2005-10-18 06:25:22 +0000
@@ -33,7 +33,7 @@
     """
     takes_options = [ "revision" ]
     takes_args = [ "location?" ]
-    aliases = [ "viz" ]
+    aliases = [ "visualize", "vis", "viz" ]
 
     def run(self, location=".", revision=None):
         branch = Branch.open_containing(location)



More information about the Pkg-bazaar-commits mailing list