diff hgscm/templates/tricks/02 @ 175:ab2a5f299c2a

Added trick: Bundle incoming.
author Arne Babenhauserheide <bab@draketo.de>
date Sat, 23 May 2009 12:31:11 +0200
parents hgscm/templates/tricks/01@fa0ed1574400
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgscm/templates/tricks/02	Sat May 23 12:31:11 2009 +0200
@@ -0,0 +1,7 @@
+<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>