##// END OF EJS Templates
Corrected test output for deprecated addremove command.
Thomas Arendsen Hein -
r2182:4e35843b default
parent child Browse files
Show More
@@ -1,7 +1,9 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding dir/bar
2 adding dir/bar
2 adding foo
3 adding foo
3 dir/bar
4 dir/bar
4 foo
5 foo
6 (the addremove command is deprecated; use add and remove --after instead)
5 adding dir/bar_2
7 adding dir/bar_2
6 adding foo_2
8 adding foo_2
7 dir/bar_2
9 dir/bar_2
@@ -1,5 +1,8 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding foo
2 adding foo
3 (the addremove command is deprecated; use add and remove --after instead)
2 adding bar
4 adding bar
5 (the addremove command is deprecated; use add and remove --after instead)
3 adding baz/bletch
6 adding baz/bletch
4 test-archive-TIP/.hg_archival.txt
7 test-archive-TIP/.hg_archival.txt
5 test-archive-TIP/bar
8 test-archive-TIP/bar
@@ -1,3 +1,4 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding foo
2 adding foo
2 checking changesets
3 checking changesets
3 checking manifests
4 checking manifests
@@ -1,3 +1,4 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding foo
2 adding foo
2 checking changesets
3 checking changesets
3 checking manifests
4 checking manifests
@@ -1,4 +1,6 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding foo
2 adding foo
3 (the addremove command is deprecated; use add and remove --after instead)
2 adding bomb
4 adding bomb
3 adding a.c
5 adding a.c
4 adding dir/a.o
6 adding dir/a.o
@@ -1,3 +1,4 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding a
2 adding a
2 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
3 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
3 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
4 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
@@ -7,6 +8,7 b' diff -r 33aaa84a386b a'
7 @@ -1,1 +1,1 @@ a
8 @@ -1,1 +1,1 @@ a
8 -a
9 -a
9 +abc
10 +abc
11 (the addremove command is deprecated; use add and remove --after instead)
10 adding b
12 adding b
11 M a
13 M a
12 changeset: 0:33aaa84a386b
14 changeset: 0:33aaa84a386b
@@ -88,6 +90,7 b' diff -r 802f095af299 a'
88 -a2
90 -a2
89 +abc
91 +abc
90 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
92 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
93 (the addremove command is deprecated; use add and remove --after instead)
91 adding b
94 adding b
92 M a
95 M a
93 changeset: 1:802f095af299
96 changeset: 1:802f095af299
@@ -1,3 +1,4 b''
1 (the addremove command is deprecated; use add and remove --after instead)
1 adding beans/black
2 adding beans/black
2 adding beans/borlotti
3 adding beans/borlotti
3 adding beans/kidney
4 adding beans/kidney
General Comments 0
You need to be logged in to leave comments. Login now