# HG changeset patch # User Thomas Arendsen Hein # Date 1146644332 -7200 # Node ID 4e35843b2683307dd162f8e759be0677ebc73496 # Parent 690da72b0b166da016448cf329e29530ab94204e Corrected test output for deprecated addremove command. diff --git a/tests/test-addremove.out b/tests/test-addremove.out --- a/tests/test-addremove.out +++ b/tests/test-addremove.out @@ -1,7 +1,9 @@ +(the addremove command is deprecated; use add and remove --after instead) adding dir/bar adding foo dir/bar foo +(the addremove command is deprecated; use add and remove --after instead) adding dir/bar_2 adding foo_2 dir/bar_2 diff --git a/tests/test-archive.out b/tests/test-archive.out --- a/tests/test-archive.out +++ b/tests/test-archive.out @@ -1,5 +1,8 @@ +(the addremove command is deprecated; use add and remove --after instead) adding foo +(the addremove command is deprecated; use add and remove --after instead) adding bar +(the addremove command is deprecated; use add and remove --after instead) adding baz/bletch test-archive-TIP/.hg_archival.txt test-archive-TIP/bar diff --git a/tests/test-pull.out b/tests/test-pull.out --- a/tests/test-pull.out +++ b/tests/test-pull.out @@ -1,3 +1,4 @@ +(the addremove command is deprecated; use add and remove --after instead) adding foo checking changesets checking manifests diff --git a/tests/test-simple-update.out b/tests/test-simple-update.out --- a/tests/test-simple-update.out +++ b/tests/test-simple-update.out @@ -1,3 +1,4 @@ +(the addremove command is deprecated; use add and remove --after instead) adding foo checking changesets checking manifests diff --git a/tests/test-symlinks.out b/tests/test-symlinks.out --- a/tests/test-symlinks.out +++ b/tests/test-symlinks.out @@ -1,4 +1,6 @@ +(the addremove command is deprecated; use add and remove --after instead) adding foo +(the addremove command is deprecated; use add and remove --after instead) adding bomb adding a.c adding dir/a.o diff --git a/tests/test-up-local-change.out b/tests/test-up-local-change.out --- a/tests/test-up-local-change.out +++ b/tests/test-up-local-change.out @@ -1,3 +1,4 @@ +(the addremove command is deprecated; use add and remove --after instead) adding a 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 0 files updated, 0 files merged, 0 files removed, 0 files unresolved @@ -7,6 +8,7 @@ diff -r 33aaa84a386b a @@ -1,1 +1,1 @@ a -a +abc +(the addremove command is deprecated; use add and remove --after instead) adding b M a changeset: 0:33aaa84a386b @@ -88,6 +90,7 @@ diff -r 802f095af299 a -a2 +abc 1 files updated, 0 files merged, 1 files removed, 0 files unresolved +(the addremove command is deprecated; use add and remove --after instead) adding b M a changeset: 1:802f095af299 diff --git a/tests/test-walk.out b/tests/test-walk.out --- a/tests/test-walk.out +++ b/tests/test-walk.out @@ -1,3 +1,4 @@ +(the addremove command is deprecated; use add and remove --after instead) adding beans/black adding beans/borlotti adding beans/kidney