◐ Shell
clean mode source ↗

Message 148493 - Python tracker

A tip to make Mercurial download only a subset of all the changesets in the repo:

  hg clone URI -r branch

or

  hg clone URI#branch

(The difference is that in the second form, URI#branch will be recorded in the .hg/hgrc file and subsequent pulls will only pull from that branch.)

bandwith-is-a-scarce-resource’ly yours