From 5693bd49f76e94b9b9128910629aad2474ec3800 Mon Sep 17 00:00:00 2001 From: mcarton Date: Thu, 9 Jul 2015 18:00:59 +0200 Subject: [PATCH] #281 Add the mercurial rule to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dc629c6..9668a63d 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ using the matched rule and runs it. Rules enabled by default are as follows: * `ls_lah` – adds -lah to ls; * `man` – change manual section; * `man_no_space` – fixes man commands without spaces, for example `mandiff`; +* `mercurial` – fixes wrong `hg` commands; * `mkdir_p` – adds `-p` when you trying to create directory without parent; * `no_command` – fixes wrong console commands, for example `vom/vim`; * `no_such_file` – creates missing directories with `mv` and `cp` commands;