On 07.03.2010 10:03, bardiku wrote: > a small question: > can I do hardlink cloning with Tortoisehg 1.0?
Yes. hg clone a b should create hardlinks inside .hg of b, if a and b are on the same local NTFS volume. (assuming you are using the hg.exe as installed by Tortoisehg) Example: $ hg clone a b updating to branch default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved Compare: $ hg clone --pull a c requesting all changes adding changesets adding manifests adding file changes added 2 changesets with 2 changes to 1 files updating to branch default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg version Mercurial Distributed SCM (version 1.5) Copyright (C) 2005-2010 Matt Mackall <[email protected]> and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

