commit command shortcut
authorIan Weller <ian@ianweller.org>
Sun, 14 Mar 2010 06:06:39 +0000 (00:06 -0600)
committerIan Weller <ian@ianweller.org>
Sun, 14 Mar 2010 06:06:39 +0000 (00:06 -0600)
src/mw/clicommands.py

index fd5e69cdd05dc709a696e0ce08bf4db39bf7d3bb..5eab8bdbea9b982834b1e9b700311e08b0783c10 100644 (file)
@@ -154,6 +154,7 @@ class CommitCommand(CommandBase):
 
     def __init__(self):
         CommandBase.__init__(self, 'commit', 'commit changes to wiki')
+        self.shortcuts.append('ci')
 
     def _do_command(self):
         self._die_if_no_init()

Benjamin Mako Hill || Want to submit a patch?