hgbook
diff en/examples/branch-named.merge.out @ 302:e281bd9a8e47
Fix sample output for test 'tour-merge-conflict'.
Fix test itself as well (now requires 'hg resolve').
Fix test itself as well (now requires 'hg resolve').
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed Aug 20 22:00:46 2008 +0200 (2008-08-20) |
parents | 6519f3b983b4 |
children |
line diff
1.1 --- a/en/examples/branch-named.merge.out Mon Apr 23 15:28:13 2007 -0700 1.2 +++ b/en/examples/branch-named.merge.out Wed Aug 20 22:00:46 2008 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 $ \textbf{hg branch} 1.5 bar 1.6 -$ \textbf{hg merge} 1.7 +$ \textbf{hg merge foo} 1.8 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 1.9 (branch merge, don't forget to commit) 1.10 $ \textbf{hg commit -m 'Merge'}