# HG changeset patch # User Guido Ostkamp # Date 1219261914 -7200 # Node ID e0b56f008b094138f1c9ee6d54991eb760217241 # Parent 43bfadf9b760ec978ef906aa6fd70494e1998426 Fix sample output for 'backout' test. diff -r 43bfadf9b760 -r e0b56f008b09 en/examples/backout.manual.backout.out --- a/en/examples/backout.manual.backout.out Wed Aug 20 21:50:17 2008 +0200 +++ b/en/examples/backout.manual.backout.out Wed Aug 20 21:51:54 2008 +0200 @@ -2,6 +2,7 @@ $ \textbf{hg commit -m 'third change'} $ \textbf{hg backout -m 'back out second change' 1} reverting myfile +created new head changeset backs out changeset the backout changeset is a new head - do not forget to merge (use "backout --merge" if you want to auto-merge) diff -r 43bfadf9b760 -r e0b56f008b09 en/examples/backout.manual.cat.out --- a/en/examples/backout.manual.cat.out Wed Aug 20 21:50:17 2008 +0200 +++ b/en/examples/backout.manual.cat.out Wed Aug 20 21:51:54 2008 +0200 @@ -1,2 +1,4 @@ $ \textbf{cat myfile} first change +second change +third change diff -r 43bfadf9b760 -r e0b56f008b09 en/examples/backout.manual.clone.out --- a/en/examples/backout.manual.clone.out Wed Aug 20 21:50:17 2008 +0200 +++ b/en/examples/backout.manual.clone.out Wed Aug 20 21:51:54 2008 +0200 @@ -5,5 +5,6 @@ adding manifests adding file changes added 2 changesets with 2 changes to 1 files +updating working directory 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ \textbf{cd newrepo} diff -r 43bfadf9b760 -r e0b56f008b09 en/examples/backout.manual.parents.out --- a/en/examples/backout.manual.parents.out Wed Aug 20 21:50:17 2008 +0200 +++ b/en/examples/backout.manual.parents.out Wed Aug 20 21:51:54 2008 +0200 @@ -1,8 +1,6 @@ $ \textbf{hg parents} changeset: -tag: tip -parent: user: Bryan O'Sullivan -summary: back out second change +summary: third change diff -r 43bfadf9b760 -r e0b56f008b09 en/examples/backout.non-tip.backout.out --- a/en/examples/backout.non-tip.backout.out Wed Aug 20 21:50:17 2008 +0200 +++ b/en/examples/backout.non-tip.backout.out Wed Aug 20 21:51:54 2008 +0200 @@ -2,6 +2,7 @@ $ \textbf{hg commit -m 'third change'} $ \textbf{hg backout --merge -m 'back out second change' 1} reverting myfile +created new head changeset backs out changeset merging with changeset merging myfile diff -r 43bfadf9b760 -r e0b56f008b09 en/examples/backout.non-tip.clone.out --- a/en/examples/backout.non-tip.clone.out Wed Aug 20 21:50:17 2008 +0200 +++ b/en/examples/backout.non-tip.clone.out Wed Aug 20 21:51:54 2008 +0200 @@ -5,5 +5,6 @@ adding manifests adding file changes added 2 changesets with 2 changes to 1 files +updating working directory 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ \textbf{cd non-tip-repo}