Mercurial > hg-website
changeset 175:ab2a5f299c2a
Added trick: Bundle incoming.
author | Arne Babenhauserheide <bab@draketo.de> |
---|---|
date | Sat, 23 May 2009 12:31:11 +0200 |
parents | 8bb9f5869602 |
children | f73d4e6949bf 4a16682b5e2b |
files | hgscm/templates/tricks/02 |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
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>