##// END OF EJS Templates
test-debugextensions: sanitize JSON output for Windows...
Matt Harbison -
r26430:1f8208a7 default
parent child Browse files
Show More
@@ -42,7 +42,7 b''
42 42 location: */hgext/rebase.pyc (glob)
43 43 tested with: internal
44 44
45 $ hg debugextensions -Tjson
45 $ hg debugextensions -Tjson | sed 's|\\\\|/|g'
46 46 [
47 47 {
48 48 "buglink": "",
General Comments 0
You need to be logged in to leave comments. Login now