annotate en/examples/branch-repo.merge.out @ 492:2c2c86824c61
began translation of the "behind the scenes" chapter
author |
Javier Rojas <jerojasro@devnull.li> |
date |
Mon, 03 Nov 2008 21:00:32 -0500 |
parents |
58e3a6c76725 |
children |
|
rev |
line source |
199
|
1 $ \textbf{hg merge}
|
|
2 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
|
|
3 (branch merge, don't forget to commit)
|
|
4 $ \textbf{hg commit -m 'Merge bugfix from 1.0.1 branch'}
|
|
5 $ \textbf{hg push}
|
|
6 pushing to
|
|
7 searching for changes
|
|
8 adding changesets
|
|
9 adding manifests
|
|
10 adding file changes
|
|
11 added 2 changesets with 1 changes to 1 files
|