##// END OF EJS Templates
test-addremove: remove bits about con.xml...
Adrian Buehlmann -
r16874:8017ac7a default
parent child Browse files
Show More
@@ -1,5 +1,3 b''
1 $ "$TESTDIR/hghave" no-windows || exit 80
2
3 1 $ hg init rep
4 2 $ cd rep
5 3 $ mkdir dir
@@ -12,17 +10,14 b''
12 10 foo
13 11 committed changeset 0:6f7f953567a2
14 12 $ cd dir/
15 $ touch ../foo_2 bar_2 con.xml
13 $ touch ../foo_2 bar_2
16 14 $ hg -v addremove
17 15 adding dir/bar_2
18 adding dir/con.xml
19 16 adding foo_2
20 warning: filename contains 'con', which is reserved on Windows: 'dir/con.xml'
21 17 $ hg -v commit -m "add 2"
22 18 dir/bar_2
23 dir/con.xml
24 19 foo_2
25 committed changeset 1:6bb597da00f1
20 committed changeset 1:e65414bf35c5
26 21
27 22 $ cd ..
28 23 $ hg init sim
General Comments 0
You need to be logged in to leave comments. Login now