hgbook

annotate en/examples/results/rename.divergent.merge.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/rename.divergent.merge.out@00f69e8825c5
children 0d5935744f87
rev   line source
bos@156 1 # See http://www.selenic.com/mercurial/bts/issue455
bos@156 2 $ \textbf{cd ../orig}
bos@156 3 $ \textbf{hg pull -u ../anne}
bos@156 4 pulling from ../anne
bos@156 5 searching for changes
bos@156 6 adding changesets
bos@156 7 adding manifests
bos@156 8 adding file changes
bos@156 9 added 1 changesets with 1 changes to 1 files
bos@228 10 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
bos@156 11 $ \textbf{hg pull ../bob}
bos@156 12 pulling from ../bob
bos@156 13 searching for changes
bos@156 14 adding changesets
bos@156 15 adding manifests
bos@156 16 adding file changes
bos@156 17 added 1 changesets with 1 changes to 1 files (+1 heads)
bos@156 18 (run 'hg heads' to see heads, 'hg merge' to merge)
bos@156 19 $ \textbf{hg merge}
bos@273 20 warning: detected divergent renames of foo to:
bos@273 21 bar
bos@273 22 quux
bos@156 23 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
bos@156 24 (branch merge, don't forget to commit)
bos@156 25 $ \textbf{ls}
bos@156 26 bar quux