Show More
@@ -21,6 +21,15 b' hg debugsub with remapping' | |||
|
21 | 21 | source C:\libs\foo-lib\ |
|
22 | 22 | revision |
|
23 | 23 | |
|
24 | test cummulative remapping, the $HGRCPATH file is loaded first | |
|
25 | ||
|
26 | $ echo '[subpaths]' >> $HGRCPATH | |
|
27 | $ echo 'libfoo = libbar' >> $HGRCPATH | |
|
28 | $ hg debugsub | |
|
29 | path sub | |
|
30 | source C:\libs\bar-lib\ | |
|
31 | revision | |
|
32 | ||
|
24 | 33 | test bad subpaths pattern |
|
25 | 34 | |
|
26 | 35 | $ cat > .hg/hgrc <<EOF |
General Comments 0
You need to be logged in to leave comments.
Login now