hgbook
diff en/examples/issue29.go.out @ 161:7f07aca44938
Write up the unpleasant effects of change ef1f1a4b2efb in the hg tree.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 26 21:58:24 2007 -0700 (2007-03-26) |
parents | |
children | 43bfadf9b760 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/issue29.go.out Mon Mar 26 21:58:24 2007 -0700 1.3 @@ -0,0 +1,16 @@ 1.4 +$ \textbf{hg init issue29} 1.5 +$ \textbf{cd issue29} 1.6 +$ \textbf{echo a > a} 1.7 +$ \textbf{hg ci -Ama} 1.8 +adding a 1.9 +$ \textbf{echo b > b} 1.10 +$ \textbf{hg ci -Amb} 1.11 +adding b 1.12 +$ \textbf{hg up 0} 1.13 +0 files updated, 0 files merged, 1 files removed, 0 files unresolved 1.14 +$ \textbf{mkdir b} 1.15 +$ \textbf{echo b > b/b} 1.16 +$ \textbf{hg ci -Amc} 1.17 +adding b/b 1.18 +$ \textbf{hg merge} 1.19 +