From 46d05afecfefc8cd4ac9df0d1524cf063393ad89 Mon Sep 17 00:00:00 2001 From: josh- Date: Wed, 5 Sep 2012 00:47:09 -0700 Subject: [PATCH] Added 'mercurial' plugin description. --- Plugins.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Plugins.md b/Plugins.md index 9483b7c..b330ded 100644 --- a/Plugins.md +++ b/Plugins.md @@ -311,6 +311,20 @@ Adds tab-completion of Grails script names to the command line use of grails. L * macports - adds "port" command completion and aliases for running macports commands +## mercurial +**Maintainer:** [ptrv](https://github.com/ptrv) + +* `hgc - hg commit` +* `hgb - hg branch` +* `hgba - hg branches` +* `hgco - hg checkout` +* `hgd - hg diff` +* `hged - hg diffmerge` +* `hgl - hg pull -u` +* `hgp - hg push` +* `hgs - hg status` +* `hgca - hg qimport -r tip ; hg qrefresh -e ; hg qfinish tip`, this is the 'git commit --amend' equivalent + ## mvn **Maintainer:** [fred-o][fred-o]