aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgarepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgarepo b/mgarepo
index 030a845..037ba3b 100755
--- a/mgarepo
+++ b/mgarepo
@@ -34,7 +34,7 @@ Run "mgarepo COMMAND --help" and "man 8 mgarepo" for more information.
Written by Gustavo Niemeyer <gustavo@niemeyer.net>
"""
-command_aliases = {"import": "putsrpm"}
+command_aliases = {"import": "putsrpm", "commit": "ci", "checkout": "co"}
def plugin_help(opt, val, parser, mode):
if parser is None: