Skip to content
Snippets Groups Projects
user avatar
Matt Harbison authored
This fixes the problem in the tests[1] where Windows was showing the whole path
as the remotename for local repositories.

Somebody with a better understanding of this extension should probably take a
deeper look.  There may be other cases that need to be converted- specifically
the `elif not instance` and the missing `else` cases in activepath().  I also
noticed when adding debug prints that the absolute path is stored in the file,
probably not normalized.  (It's wrapped up in $TESTTMP.)

[1] https://buildbot.mercurial-scm.org/builders/Win7%20x86_64%20hg%20tests/builds/1042/steps/run-tests.py%20%28python%202.7.13%29/logs/stdio
94c0421d
History
Name Last commit Last update
contrib
doc
hgdemandimport
hgext
hgext3rd
i18n
mercurial
rust
tests
.arcconfig
.clang-format
.editorconfig
.hgignore
.hgsigs
.hgtags
.jshintrc
CONTRIBUTING
CONTRIBUTORS
COPYING
Makefile
README.rst
hg
hgeditor
hgweb.cgi
setup.py

Mercurial
=========

Mercurial is a fast, easy to use, distributed revision control tool
for software developers.

Basic install::

$ make # see install targets
$ make install # do a system-wide install
$ hg debuginstall # sanity-check setup
$ hg # see help

Running without installing::

$ make local # build for inplace usage
$ ./hg --version # should show the latest version

See https://mercurial-scm.org/ for detailed installation
instructions, platform-specific notes, and Mercurial user information.