hgbook
view en/examples/rename.divergent.merge.out @ 263:9dbed77d3ba6
Fix typo
author | Tong-Kiat Tan <tktan@jokey.org> |
---|---|
date | Fri Jul 27 15:07:51 2007 -0700 (2007-07-27) |
parents | 8b33c890e777 |
children | 00f69e8825c5 |
line source
1 # See http://www.selenic.com/mercurial/bts/issue455
2 $ \textbf{cd ../orig}
3 $ \textbf{hg pull -u ../anne}
4 pulling from ../anne
5 searching for changes
6 adding changesets
7 adding manifests
8 adding file changes
9 added 1 changesets with 1 changes to 1 files
10 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
11 $ \textbf{hg pull ../bob}
12 pulling from ../bob
13 searching for changes
14 adding changesets
15 adding manifests
16 adding file changes
17 added 1 changesets with 1 changes to 1 files (+1 heads)
18 (run 'hg heads' to see heads, 'hg merge' to merge)
19 $ \textbf{hg merge}
20 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
21 (branch merge, don't forget to commit)
22 $ \textbf{ls}
23 bar quux