Mercurial subpaths rules updated.

This commit is contained in:
Kolan Sh 2012-10-04 14:16:29 +04:00
parent d8a56d381e
commit c038fe1909
1 changed files with 6 additions and 2 deletions

8
.hgrc
View File

@ -85,5 +85,9 @@ assume-tty = False
s = status -mard -S
[subpaths]
http[s]?://(.*)/(.*)/../(.*) = https://\1/\2/\3
http[s]?://(.*)/(.*)/(.*) = https://\1/\2/../\3
# step 2
([^/@]+)/@@/([^/@]+)$ = \1/@@@/\2
# step 1
([^/@]+)/([^/@]+)$ = \1/@@/\2
# step 2
([^/@]+)/@@@/([^/@]+)$ = \2