##// END OF EJS Templates
test-revset: enable for Windows...
Adrian Buehlmann -
r16851:c739227b default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 $ "$TESTDIR/hghave" no-msys || exit 80 # MSYS will translate /a/b/c/ as if it was a real file path
2
3 $ HGENCODING=utf-8
1 $ HGENCODING=utf-8
4 $ export HGENCODING
2 $ export HGENCODING
5
3
@@ -59,8 +57,8 b''
59
57
60 $ hg co 3
58 $ hg co 3
61 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
59 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
62 $ hg branch /a/b/c/
60 $ hg branch !a/b/c/
63 marked working directory as branch /a/b/c/
61 marked working directory as branch !a/b/c/
64 (branches are permanent and global, did you want a bookmark?)
62 (branches are permanent and global, did you want a bookmark?)
65 $ hg ci -Aqm"5 bug"
63 $ hg ci -Aqm"5 bug"
66
64
@@ -254,7 +252,7 b' quoting needed'
254 2 a-b-c-
252 2 a-b-c-
255 3 +a+b+c+
253 3 +a+b+c+
256 4 -a-b-c-
254 4 -a-b-c-
257 5 /a/b/c/
255 5 !a/b/c/
258 6 _a_b_c_
256 6 _a_b_c_
259 7 .a.b.c.
257 7 .a.b.c.
260 $ log 'children(ancestor(4,5))'
258 $ log 'children(ancestor(4,5))'
General Comments 0
You need to be logged in to leave comments. Login now