From: Ian Weller Date: Sun, 14 Mar 2010 06:06:39 +0000 (-0600) Subject: commit command shortcut X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/4a2642fa810e9b20e20d0b41029c2521bc6752eb?hp=aaf7335e5cc3ad7a54311fd2f6aec76d6f42584c commit command shortcut --- diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index fd5e69c..5eab8bd 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -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()