Mercurial alias. hg s = hg status -mard -S

This commit is contained in:
Kolan Sh 2012-06-01 14:44:14 +04:00
parent 25dadade47
commit f5624e316e
1 changed files with 3 additions and 0 deletions

3
.hgrc
View File

@ -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