mercurial/__init__.py
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 14 Jun 2012 11:43:48 +0200
changeset 17007 21e18c608b68
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
scmutil: change canonpath to use util.samefile (issue2167) Fixes (on Windows in cmd.exe): $ hg -R v:\x\a status V:\x\a\bar abort: V:\x\a\bar not under root where v:\x\a is a valid repository with a checked-out file "bar" (Note the difference in casing: "v:\" versus "V:\")