From 4a2642fa810e9b20e20d0b41029c2521bc6752eb Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Sun, 14 Mar 2010 00:06:39 -0600 Subject: [PATCH] commit command shortcut --- src/mw/clicommands.py | 1 + 1 file changed, 1 insertion(+) 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() -- 2.30.2