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