[defaults] pull = -u annotate = -n -l -u branches = -a revert = --no-backup [ui] username = PHO [diff] git = True [alias] egrep = !nohup egrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen fgrep = !nohup fgrep --color=always -n -e $1 `$HG manifest` | less -R --quit-if-one-screen stash = shelve __st = status st = !hg __st `$HG root` $HG_ARGS [extensions] hgext.color= hgext.convert= hgext.fetch= hgext.graphlog= hgext.hgshelve= hgext.mq= hgext.pager= hgext.record= hgext.transplant= [pager] attend = annotate, cat, diff, export, glog, grep, tags, qdiff [hooks] commit = touch `hg root`/.hg/unpushed post-push = rm -f `hg root`/.hg/unpushed post-rollback = rm -f `hg root`/.hg/unpushed