A tale of user-friendliness with "hg merge" and "hg rollback".
Adrian Buehlmann
adrian at cadifra.com
Tue Oct 13 15:21:08 CDT 2009
On 13.10.2009 21:56, Kevin Bullock wrote:
> I use a combination of mq, shelve, and crecord, and they're all great,
> but a branch-by-clone is all you need. Clones are lightweight (using
> hard links, except on Windows)
Wrong.
Windows supports hard links and Mercurial uses them
http://selenic.com/repo/hg/file/17da88da1abd/mercurial/windows.py#l71
http://msdn.microsoft.com/en-us/library/aa365006(VS.85).aspx
More information about the Mercurial
mailing list