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 ++++++++++++ hg_cheatsheet.mdwn | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 development/hg_cheatsheet.mdwn delete mode 100644 hg_cheatsheet.mdwn 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*. diff --git a/hg_cheatsheet.mdwn b/hg_cheatsheet.mdwn deleted file mode 100644 index 6063fb4..0000000 --- a/hg_cheatsheet.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -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