diff --git a/.hgrc b/.hgrc index 314df98..42b3f30 100644 --- a/.hgrc +++ b/.hgrc @@ -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