view hgscm/templates/tricks/02 @ 203:e25c49f3fe47

quick_start to Markdown
author drak@bach
date Sat, 27 Jun 2009 06:44:24 -0400
parents ab2a5f299c2a
children
line wrap: on
line source

<strong>bundle incoming</strong>
<p>
See and bundle new changes<br />
<tt>$ hg in --bundle in.bundle</tt><br />
pull the changes networkless<br />
<tt>$ hg pull in.bundle</tt>
</p>