- Sep 10, 2012
-
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
This is the version from Hg 2.3.
-
David M. Carr authored
-
- Sep 09, 2012
-
-
durin42 authored
-
- Sep 06, 2012
-
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
While working on some other tests, I noticed that the push command was returning exit code 1 on success. This changeset makes hgrepo.push use the same return code contract as localrepo.push, which makes the exit codes behave as expected.
-
David M. Carr authored
-
David M. Carr authored
This version is too old to support unified tests with all-version-tests.
-
David M. Carr authored
These tests were being skipped with "not executable" messages
-
- Aug 23, 2012
-
-
David M. Carr authored
Support for Hg 1.5.4 was removed, as it doesn't support revsets and is older than the earliest version we want to put special effort into supporting.
-
David M. Carr authored
-
David M. Carr authored
-
David M. Carr authored
-
- Aug 28, 2012
- Aug 06, 2012
-
-
Artem Tikhomirov authored
Subrepos: generate .hgsubstate and .hgsub based on gitlinks and .gitmodules, preserve gitlinks on hg commit export. Tests included. Dependency from PyPI's ordereddict to use OrderedDict
-
- Aug 13, 2012
-
-
kiilerix authored
-
- Aug 06, 2012
- Aug 04, 2012
-
-
David M. Carr authored
This changeset doesn't remove any previous major releases. Instead, I just updated major releases to their latest minor release, and added major releases that have been released since this was last updated.
-
David M. Carr authored
On Hg 1.5.4, util.version() appears to return "unknown", which wasn't an expected value in the version parsing logic in test-incoming and test-outgoing. The net result of the change is that test-incoming no longer fails in 1.5.4, but is skipped instead.
-
David M. Carr authored
As demonstrated by the test suite, it was already broken. Specifically, the "Remove any dangling tag references." section of git_handler.py wasn't properly detecting Hg 1.4, and fell through to a call to util.safehasattr, which didn't yet exist.
-
- Aug 03, 2012
-
-
David M. Carr authored
Both were failing due to extra spaces in the output from merges, which seems to have been caused by a sed expression not working as intended. According to my copy of "man re_format", basic regular expressions (such as used by sed without the -E option) don't support using + as a special character. Thus, I replaced it with one of the recommended alternatives (x+ to xx*).
-
- Jul 31, 2012
-
-
durin42 authored
-
- Aug 01, 2012
-
-
David M. Carr authored
Without this change, the test is skipped for modern versions of Mercurial with minor version less than 5, despite the test actually passing for said versions.
-
- Jul 26, 2012
-
-
durin42 authored
-