##// END OF EJS Templates
test-install: fix output on Windows...
Matt Harbison -
r28885:d7e7b3dd default
parent child Browse files
Show More
@@ -12,7 +12,7 b' hg debuginstall'
12 no problems detected
12 no problems detected
13
13
14 hg debuginstall JSON
14 hg debuginstall JSON
15 $ hg debuginstall -Tjson
15 $ hg debuginstall -Tjson | sed 's|\\\\|\\|g'
16 [
16 [
17 {
17 {
18 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
18 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob)
General Comments 0
You need to be logged in to leave comments. Login now