From 18fdd7f94abf047860b2946e439b619c5144250d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 31 Jul 2013 14:15:53 +0200 Subject: Added bash completion for mercurial. It's the contrib/bash_completion file from the mercurial repo (http://selenic.com/hg/). --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 4cf49b7..e93dfa8 100644 --- a/bashrc +++ b/bashrc @@ -19,6 +19,9 @@ alias vi=vim source $HOME/.gitcompletion.sh PS1='\u:\w$(__git_ps1 "\[\033[0;32m\]@\[\033[1;32m\]%s\[\033[0m\]\]") $ ' +# hg completion +source $HOME/.hgcompletion.sh + # Rake completion complete -C $HOME/.rake_completion -o default rake -- cgit v1.2.3