# HG changeset patch # User Arne Babenhauserheide # Date 1243074671 -7200 # Node ID ab2a5f299c2aeb7d5ec5ec5685a964d97448e7f8 # Parent 8bb9f58696026b6e8f9ffeef80b25a4b07750258 Added trick: Bundle incoming. diff -r 8bb9f5869602 -r ab2a5f299c2a hgscm/templates/tricks/02 --- /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 @@ +bundle incoming +

+See and bundle new changes
+$ hg in --bundle in.bundle
+pull the changes networkless
+$ hg pull in.bundle +