- Sep 14, 2012
-
-
David M. Carr authored
-
durin42 authored
-
David M. Carr authored
Dulwich now supports local repositories just fine. Not using the daemon makes the tests easier to read and more reliable (less likely to be skipped because a stray daemon is holding onto the port).
-
David M. Carr authored
In many cases we were piping to a python script to strip out the varying leading path to the test repos. This is no longer needed, as the modern run-test.py automatically substitutes the leading path as $TESTTMP. Eliminating the piping makes the tests easier to read and write, as well as allowing the exit codes to be verified by the test.
-
David M. Carr authored
All of our supported Hg versions include bookmarks in core. Thus, actovating it in the hgrc and setting bookmarks.track.current are no longer needed.
-
- Sep 13, 2012
-
-
David M. Carr authored
Since bookmarks become a core feature in Hg 1.8, and our minimum supported version is now greater than that, the test is skipped for all supported versions.
-
David M. Carr authored
-
David M. Carr authored
-
durin42 authored
-
durin42 authored
-
- Sep 12, 2012
-
-
David M. Carr authored
Previously, I was getting this message when running tests: Skipped test-subrepos: not executable
-
- Sep 11, 2012
-
-
David M. Carr authored
-
- Sep 13, 2012
-
-
durin42 authored
-
- 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
-
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.
-
- 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.
-