How do I work with hg if I do not want to lug around the whole history ?

TK Soh teekaysoh at yahoo.com
Tue Dec 13 23:36:14 UTC 2005


--- Bryan O'Sullivan <bos at serpentine.com> wrote:
> On Mon, 2005-12-12 at 00:40 -0800, Emmanuel Mogenet wrote:
> 
> > Don't get me wrong : I"m not complaining about hg's compression
> > algorithm. What is getting to me is the fact that I have to lug around
> > the *entire* history of my tree, however well compressed.
> 
> Mercurial doesn't currently have a way to keep a partial history in one
> place, with the remainder somewhere else.  Some other distributed SCMs
> do; you might want to take a look at them, and see if they suit your
> needs.

Darcs allows users to 'checkpoint' the repo, so you can grab the latest
changesets since the checkpoint with the --partial option.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the Mercurial mailing list