This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients alexis, brian.curtin, eric.araujo, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2011-11-28.15:44:47
SpamBayes Score 0.00789284
Marked as misclassified No
Message-id <1322495088.51.0.917466191404.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-11-28 15:44:48eric.araujosetrecipients: + eric.araujo, loewis, mhammond, vstinner, sable, tim.golden, tarek, brian.curtin, santoso.wijaya, alexis
2011-11-28 15:44:48eric.araujosetmessageid: <1322495088.51.0.917466191404.issue13210@psf.upfronthosting.co.za>
2011-11-28 15:44:47eric.araujolinkissue13210 messages
2011-11-28 15:44:47eric.araujocreate