hgbook

view en/examples/results/mq.tarball.repush.out @ 614:c8680784cdbb

Make builds more reliable.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 15:35:44 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
line source
1 <!-- BEGIN mq.tarball.repush -->
2 <screen><prompt>$</prompt> <userinput>cd ../netplug</userinput>
3 <prompt>$</prompt> <userinput>hg pull ../netplug-1.2.8</userinput>
4 pulling from ../netplug-1.2.8
5 searching for changes
6 adding changesets
7 adding manifests
8 adding file changes
9 added 1 changesets with 12 changes to 12 files
10 (run 'hg update' to get a working copy)
11 <prompt>$</prompt> <userinput>hg qpush -a</userinput>
12 (working directory not at tip)
13 applying build-fix.patch
14 now at: build-fix.patch
15 </screen>
16 <!-- END mq.tarball.repush -->