tests/test-parseindex2.py.out
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 18 Dec 2014 23:16:37 -0500
changeset 23625 3a8a85469ee8
parent 7110 75fdc39b6172
permissions -rw-r--r--
share: fix source repo lookup on Windows The stored path contains platform specific separators, so splitting on '/.hg' returned the string unmodified on Windows. The source was then looked for in $source/.hg/.hg, which obviously fails. This caused cascading errors in test-share.t relating to the recent bookmark support.

done