Multiple undo again...

Gilles Moris gilles.moris at free.fr
Fri Jun 4 14:46:01 CDT 2010


On Friday 04 June 2010 05:15:49 pm Jason Harris wrote:
> But sorry what I was planning to do was:
>
> something like for initialization:
>
> export HGDIRNAME='.hgbackup'
> hg init
> hg addremove *
> hg commit -m "initialize undo / redo"
>
> Then when I needed to backup something like:
>
> export HGDIRNAME='.hgbackup'
> hg addremove *
> hg commit -m "do a backup step"
>
> So where in this process should I do the cp -al

I would certainly not want that in mercurial.
I like HG because it's lightweight and this does not seem to go in the right 
direction IMHO.
What you're proposing seems just too much to me.

Regards.
Gilles.



More information about the Mercurial-devel mailing list