tests/test-archive.t
Sun, 20 Feb 2022 15:31:33 -0700 Gregory Szorc tests: delete some no-py3 blocks
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Mon, 19 Apr 2021 16:53:45 -0700 Martin von Zweigbergk tests: make test-archive.t pass on py3.9 (issue6504)
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Wed, 08 Jul 2020 08:57:21 +0200 Manuel Jacob archival: abort if compression method is unavailable stable
Wed, 25 Mar 2020 12:05:53 -0400 Augie Fackler tests: update test-archive.t expectations for python3.9 changes
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
Sun, 20 Mar 2016 04:54:35 +0000 timeless tests: remove lines that enable progress extension
Sun, 07 Jun 2015 18:11:23 -0700 Pierre-Yves David progress: stop double-wrapping of ui class
Mon, 08 Jun 2015 14:55:40 -0500 Matt Mackall tests: drop DAEMON_PIDS from killdaemons calls
Mon, 08 Jun 2015 14:44:30 -0500 Matt Mackall tests: drop explicit $TESTDIR from executables
Sat, 09 May 2015 23:40:40 -0700 Pierre-Yves David progress: get the extremely verbose output out of default debug
Fri, 12 Dec 2014 15:27:13 -0800 Siddharth Agarwal archive: store number of changes since latest tag as well
Wed, 05 Nov 2014 21:33:45 -0500 Matt Harbison hgweb: fix a crash when using web.archivesubrepos stable
Wed, 05 Nov 2014 20:31:58 -0500 Matt Harbison tests: introduce a subrepository to test-archive.t stable
Wed, 06 Aug 2014 11:43:59 -0500 Matt Mackall tests: replace exit 80 with #require
Thu, 03 Oct 2013 14:50:46 +0200 Mads Kiilerich tests: fix void and invalid test in test-archive.t
Thu, 21 Mar 2013 23:27:37 +0100 Angel Ezquerra hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files
Thu, 21 Mar 2013 22:09:15 +0100 Angel Ezquerra archive: raise error.Abort if the file pattern matches no files
Sun, 10 Feb 2013 11:52:05 +0100 Angel Ezquerra hgweb: teach archive how to download a specific directory or file
Wed, 06 Feb 2013 10:06:45 +0100 Angel Ezquerra test-archive: gracefully handle HTTPErrors on get-with-headers
Wed, 10 Oct 2012 01:37:54 +0200 Mads Kiilerich tests: drop filtercr.py and use the very explicit '\r (no-eol) (esc)' markup
Wed, 19 Sep 2012 09:38:51 -0700 Bryan O'Sullivan Merge with crew-stable
Tue, 18 Sep 2012 19:46:15 +0900 FUJIWARA Katsunori archival: add "extended-timestamp" extra block for zip archives (issue3600) stable
Mon, 20 Aug 2012 22:36:51 +0200 Patrick Mezard killdaemons: take file argument explicitely
Thu, 21 Jun 2012 03:05:02 +0200 Mads Kiilerich tests: prepare get-with-headers.py for MSYS
Tue, 12 Jun 2012 12:10:47 +0200 Thomas Arendsen Hein merge with stable
Tue, 12 Jun 2012 12:05:52 +0200 Thomas Arendsen Hein archive: make progress only show files that are actually archived stable
Mon, 11 Jun 2012 01:40:51 +0200 Mads Kiilerich tests: add missing trailing 'cd ..'
Tue, 03 Apr 2012 19:06:35 +0200 Thomas Arendsen Hein tests: make tests work if directory contains special characters stable
Mon, 07 Nov 2011 03:24:53 +0100 Mads Kiilerich tests: use 'hghave serve' to guard tests that requires serve daemon management
less more (0) -60 tip