Mercurial subpaths rules updated.
This commit is contained in:
parent
d8a56d381e
commit
c038fe1909
8
.hgrc
8
.hgrc
|
@ -85,5 +85,9 @@ assume-tty = False
|
||||||
s = status -mard -S
|
s = status -mard -S
|
||||||
|
|
||||||
[subpaths]
|
[subpaths]
|
||||||
http[s]?://(.*)/(.*)/../(.*) = https://\1/\2/\3
|
# step 2
|
||||||
http[s]?://(.*)/(.*)/(.*) = https://\1/\2/../\3
|
([^/@]+)/@@/([^/@]+)$ = \1/@@@/\2
|
||||||
|
# step 1
|
||||||
|
([^/@]+)/([^/@]+)$ = \1/@@/\2
|
||||||
|
# step 2
|
||||||
|
([^/@]+)/@@@/([^/@]+)$ = \2
|
||||||
|
|
Loading…
Reference in New Issue