check-code: add --nolineno option for hiding line numbers
This makes the output more stable when it is used as a whitelist.
merge: give a special message for internal:merge failure (
issue3105)
subrepo: use correct paths for subrepos with ..-relative paths on windows
posixpath normpath of c:\foo\bar/../baz is baz, so now we pconvert first.
url: handle file://localhost/c:/foo "correctly"
The path was parsed correctly, but localpath prepended an extra '/' (as in
'/c:/foo') because it assumed it was an absolute unix path.