Commit Graph

14 Commits

Author SHA1 Message Date
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