Tue, 12 Nov 2019 17:47:42 -0500 |
Matt Harbison |
hghave: add a check for the `xz` compression utility
|
Mon, 07 Oct 2019 10:26:46 -0400 |
Gregory Szorc |
tests: use proper Python 3.8 feature
|
Sat, 05 Oct 2019 15:28:52 -0400 |
Gregory Szorc |
tests: make tarball output conditional on Python version
|
Tue, 17 Sep 2019 10:47:31 +0000 |
David Demelier |
archive: add XZ support if built with Python 3
|
Tue, 22 Jan 2019 17:02:40 -0800 |
Gregory Szorc |
tests: add size and hash for Python 3
|
Sun, 14 Oct 2018 08:55:30 -0400 |
Augie Fackler |
tests: use regex instead of Python versions for archive hash changes
|
Sat, 13 Oct 2018 10:09:12 +0200 |
Martijn Pieters |
py3: use py3 as the test tag, dropping the k
|
Sat, 13 Oct 2018 07:55:34 -0400 |
Augie Fackler |
tests: accept slightly different zip file in Python 3
|
Tue, 18 Sep 2018 23:47:21 -0400 |
Matt Harbison |
tests: quote PYTHON usage
|
Mon, 14 May 2018 12:38:05 +0200 |
David Demelier |
config: rename allow_archive to allow-archive
|
Tue, 13 Mar 2018 09:45:56 -0700 |
Gregory Szorc |
hgweb: allow defining Server response header for HTTP server
|
Tue, 13 Mar 2018 08:58:52 -0700 |
Gregory Szorc |
tests: use $HTTP_DATE$ for Date header
|
Sat, 10 Mar 2018 16:27:01 -0800 |
Gregory Szorc |
tests: additional test coverage of archive web command
|
Sun, 10 Dec 2017 22:50:57 -0500 |
Matt Harbison |
tests: remove (glob) annotations that were only for '\' matches
|
Thu, 19 Oct 2017 11:17:10 -0400 |
Augie Fackler |
tests: add some (?) output lines to catch "helpful" output from Solaris diff
|
Tue, 17 Oct 2017 22:55:33 -0400 |
Matt Harbison |
subrepo: implement 'unshare' for Mercurial subrepos
|
Sun, 15 Oct 2017 22:48:02 -0400 |
Matt Harbison |
subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)
|
Fri, 13 Oct 2017 00:22:54 +0900 |
Yuya Nishihara |
configitems: drop redundant default of web.allow<archtype>
|
Tue, 22 Aug 2017 14:58:21 -0400 |
Augie Fackler |
tests: update test-archive to pass our module import checker
|
Tue, 22 Aug 2017 14:57:52 -0400 |
Augie Fackler |
tests: update test-archive to always use hashlib
|
Tue, 20 Jun 2017 09:45:02 -0400 |
Augie Fackler |
cleanup: use $PYTHON to run python in many more tests
|
Thu, 16 Feb 2017 09:38:52 -0800 |
Jun Wu |
tests: use LOCALIP
|
Wed, 18 Jan 2017 23:43:41 -0500 |
Augie Fackler |
tests: work around FreeBSD's unzip having slightly different output
stable
|
Wed, 11 Jan 2017 01:25:07 +0800 |
Anton Shestakov |
hgweb: test the order of archive links
|
Fri, 15 Jul 2016 12:49:58 -0400 |
Augie Fackler |
tests: glob whitespace between path and OK in unzip(1) output
|
Fri, 06 May 2016 19:24:25 +0000 |
timeless |
tests: test-archive.t use mercurial.util for urllib compat
|
Fri, 06 May 2016 19:19:12 +0000 |
timeless |
tests: test-archive.t use sys.stdout.buffer for binary output in py3
|
Fri, 06 May 2016 19:17:49 +0000 |
timeless |
tests: test-archive.t use absolute_import
|
Fri, 06 May 2016 19:16:16 +0000 |
timeless |
tests: test-archive.t use open() instead of file() for py3 compat
|
Fri, 06 May 2016 19:15:37 +0000 |
timeless |
tests: test-archive.t use print_function
|