mercurial/__init__.py
author Matt Mackall <mpm@selenic.com>
Fri, 07 Dec 2007 02:01:13 -0600
changeset 5608 784eadabd985
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
copy: simplify inner copy - save dirstate lookup and exists check - do all fs work inside a single dryrun clause - move unlinking into inner copy section - move target dir creation - eliminate undelete mess - fix a bug on mv a -> b -> a after merge