From 92e8080a73f603485941a15d13364ec457ed9ccd Mon Sep 17 00:00:00 2001 From: Maarten Vanraes Date: Tue, 4 Feb 2014 12:33:05 +0100 Subject: Add command aliasses for commit and checkout --- mgarepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -command_aliases = {"import": "putsrpm"} +command_aliases = {"import": "putsrpm", "commit": "ci", "checkout": "co"} def plugin_help(opt, val, parser, mode): if parser is None: -- cgit v1.2.1