[PATCH] Added 'rebase' command support into bash_completion

Dmitry Oksenchuk oksenchuk89 at gmail.com
Fri Aug 31 10:19:15 CDT 2012


# HG changeset patch
# User Dmitry Oksenchuk <dmitryok at cqg.com>
# Date 1346426334 -14400
# Node ID b1043234a431b81a8556475b45290b40cd7bb24d
# Parent  fc14953e8e34667181cd0d492825342b5e1e880b
Added 'rebase' command support into bash_completion.

diff -r fc14953e8e34 -r b1043234a431 contrib/bash_completion
--- a/contrib/bash_completion	Tue Aug 28 17:59:08 2012 -0500
+++ b/contrib/bash_completion	Fri Aug 31 19:18:54 2012 +0400
@@ -235,7 +235,7 @@
 	    fi
 	    _hg_labels
 	;;
-	manifest|update)
+	manifest|update|rebase)
 	    _hg_labels
 	;;
 	pull|push|outgoing|incoming)


More information about the Mercurial-devel mailing list