From f5624e316ea2ec96a66cc145c0b10a9734d6709e Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Fri, 1 Jun 2012 14:44:14 +0400 Subject: [PATCH] Mercurial alias. hg s = hg status -mard -S --- .hgrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hgrc b/.hgrc index e9fbf7e..75ff13d 100644 --- a/.hgrc +++ b/.hgrc @@ -81,6 +81,9 @@ clear-complete = True disable = False assume-tty = False +[alias] +s = status -mard -S + [subpaths] http[s]?://(.*)/(.*)/../(.*) = https://\1/\2/\3 http[s]?://(.*)/(.*)/(.*) = https://\1/\2/../\3