Commit Graph

19 Commits

Author SHA1 Message Date
Augie Fackler
32e8a45170 Makefile: drop support for hg older than 2.8.2
Ubuntu's current LTS release (Trusty Tahr) comes with Mercurial 2.8.2,
which still works fine with current code. The older LTS comes with a
version that's broken, but I don't have to worry about that anymore.
2014-05-13 17:25:04 -04:00
Siddharth Agarwal
6a0d42bac0 version: drop support for Mercurial 1.9.3
Upcoming patches will clean up some code that makes hg-git work with Mercurial
versions < 2.0.
2014-02-19 15:48:27 -08:00
Augie Fackler
1dfa836781 testedwith: drop 2.3.1, which has at least one test failure 2013-12-14 11:59:39 -05:00
Augie Fackler
e94e063d88 testedwith: add 2.8.1 2013-12-14 11:19:39 -05:00
David M. Carr
4d4c6edc52 makefile: remove support for hg before 1.9.3
Versions removed are 1.7.5 and 1.8.4.
These versions use findoutgoing for discovery, rather than the more modern
findcommonoutgoing.
2012-09-13 18:45:46 -04:00
David M. Carr
80baba70c3 makefile: add update support from hg 2.3 to hg 2.3.1 2012-09-05 23:27:31 -04:00
David M. Carr
6edc2d9506 makefile: remove support for hg 1.6.4
This version is too old to support unified tests with all-version-tests.
2012-09-05 23:27:31 -04:00
David M. Carr
20a3702adc revsets: add fromgit and gitnode selectors
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.
2012-08-22 23:39:45 -04:00
David M. Carr
209fd5c717 makefile: document all-version-tests intentions 2012-08-22 23:39:45 -04:00
David M. Carr
99fed801c4 tests: update versions included in make all-version-tests
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.
2012-08-04 15:03:05 -04:00
David M. Carr
144abbfefe tests: remove hg 1.4.3 from make all-version-tests
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.
2012-08-04 14:06:19 -04:00
Keshav Kini
89e9168ff4 Remove illegal characters from username/email
Includes a doctest and tests in test-hg/author for the correct behavior.
2012-02-15 09:30:06 +08:00
Augie Fackler
c018b52ea8 Makefile: include 1.9.2 in all-version-tests 2011-09-09 16:08:58 -05:00
Augie Fackler
3cc0a94981 tests: also test against hg 1.7.2 2010-12-22 20:20:15 -06:00
Augie Fackler
8268cc74ed Makefile: add .PHONY so tests will run correctly 2010-10-29 08:36:29 -05:00
Dan Villiom Podlaski Christiansen
3c85b4f11a Makefile: *BSD support. 2010-08-25 22:38:30 +02:00
Augie Fackler
58357619af Makefile: add target for testing against many hg versions at once 2010-08-15 09:41:28 -05:00
Augie Fackler
5d13a6f14b Fix single test running. 2009-04-28 12:13:16 -07:00
Augie Fackler
a58039d555 Makefile to ease running of tests. 2009-04-28 11:25:53 -07:00