From 8786e15976195633ae1c9b857d4de97f0c963839 Mon Sep 17 00:00:00 2001 From: agx Date: Fri, 3 Apr 2009 17:48:03 +0200 Subject: rename hg_cheatsheet.mdwn to development/hg_cheatsheet.mdwn --- development/hg_cheatsheet.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 development/hg_cheatsheet.mdwn (limited to 'development') diff --git a/development/hg_cheatsheet.mdwn b/development/hg_cheatsheet.mdwn new file mode 100644 index 0000000..6063fb4 --- /dev/null +++ b/development/hg_cheatsheet.mdwn @@ -0,0 +1,12 @@ +Mercurial has all plugins disabled by default. So put this into *~/.hgrc* + + [extensions] + hgext.mq = + hgext.graphlog = + hgext.hgk = + +This enables the patch queue extensions as well as the *hg* *glog* and *hg* *view* commands. To set the correct submitter I have + + export HGUSER="$GIT_AUTHOR_NAME <$EMAIL>" + +in *~/.bashrc*. -- cgit v1.2.3