tests/test-hgweb-commands.t
Tue, 18 Jan 2022 10:50:20 +0100 Pierre-Yves David stream-requirements: smoother matching in test-hgweb-commands.t
Thu, 14 Jan 2021 04:58:20 +0100 Pierre-Yves David persistent-nodemap: enable the feature by default when using Rust
Mon, 12 Nov 2018 02:21:52 +0100 Boris Feld tests: remove all transitional configuration
Mon, 12 Nov 2018 01:04:59 +0100 Boris Feld test: enable sparse-revlog for test-hgweb-commands.t
Thu, 11 Oct 2018 22:53:44 +0200 Gregory Szorc py3: use .+ instead of .* in regexp pattern
Thu, 20 Sep 2018 18:36:00 +0300 Pulkit Goyal py3: suppress the output on .write() calls in tests/test-hgweb-commands.t
Mon, 17 Sep 2018 17:47:24 +0800 Anton Shestakov bundle2: make server.bundle2.stream default to True
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Sat, 15 Sep 2018 00:37:20 +0300 Pulkit Goyal py3: call hgweb.hgweb() with bytes values
Tue, 04 Sep 2018 17:33:59 +0300 Pulkit Goyal py3: add more missing b'' prefixes in test files
Thu, 09 Aug 2018 13:04:52 +0800 Anton Shestakov hgweb: catch ParseError that's raised by revset.match() stable
Fri, 11 May 2018 20:10:22 +0900 Yuya Nishihara revset: pass in lookup function to matchany() (issue5879) stable
Fri, 11 May 2018 20:08:30 +0900 Yuya Nishihara test-hgweb: add test for foo-bar name lookup stable
Wed, 02 May 2018 21:00:43 -0700 Gregory Szorc paper: add href="#" to links with click handlers stable
Wed, 02 May 2018 19:16:01 -0700 Gregory Szorc paper: don't register click handlers with inline javascript (issue5812) stable
Fri, 06 Apr 2018 22:22:19 +0200 Joerg Sonnenberger wireproto: send server capabilities in canonical order
Tue, 03 Apr 2018 18:20:10 -0700 Gregory Szorc tests: remove superfluous config setting
Wed, 14 Mar 2018 08:18:15 -0700 Gregory Szorc wireproto: nominally don't expose "batch" to version 2 wire transports
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
Mon, 26 Feb 2018 20:44:21 +0800 Anton Shestakov hgweb: explain instabilities of unstable changesets
Sat, 10 Mar 2018 11:15:05 -0800 Gregory Szorc tests: add test for a wire protocol request to wrong base URL
Tue, 27 Feb 2018 15:23:04 -0800 Gregory Szorc wireproto: don't expose changegroupsubset capability if not available
Sat, 27 Jan 2018 21:50:04 -0500 Augie Fackler tests: add a pattern to fix --pure tests stable
Mon, 22 Jan 2018 12:23:47 -0800 Gregory Szorc bundle2: always advertise client support for stream parts
Mon, 15 Jan 2018 19:44:18 +0800 Anton Shestakov hgweb: remove unused second argument of nextPageVarGet()
Thu, 11 Jan 2018 18:20:08 +0800 Anton Shestakov hgweb: drop support of browsers that don't understand <canvas> (BC)
Tue, 19 Dec 2017 20:41:25 +0800 Anton Shestakov hgweb: make different kinds of commits look differently on /graph
Fri, 05 Jan 2018 19:22:05 +0800 Anton Shestakov spartan: make actual changeset entries have backgrounds on /graph
Fri, 05 Jan 2018 19:16:08 +0800 Anton Shestakov gitweb: make actual changeset entries have backgrounds on /graph
Wed, 03 Jan 2018 09:41:01 +0800 Anton Shestakov hgweb: make .info a block element by default
Tue, 21 Nov 2017 17:03:41 +0800 Anton Shestakov hgweb: display fate of obsolete changesets
Fri, 15 Dec 2017 12:15:58 +0800 Anton Shestakov hgweb: stop using HTML comments in <script>
Mon, 11 Dec 2017 15:43:56 +0800 Anton Shestakov hgweb: render next pages on /graph incrementally
Sun, 10 Dec 2017 15:56:22 +0800 Anton Shestakov hgweb: calculate <canvas> width and height client-side
Wed, 06 Dec 2017 12:10:16 +0800 Anton Shestakov hgweb: move common vertex code to Graph.prototype
Tue, 05 Dec 2017 19:06:46 +0100 Boris Feld test: fix bad replace for fixing pure-only build
Mon, 04 Dec 2017 17:43:45 +0800 Anton Shestakov gitweb: render changesets server-side on /graph page
Fri, 01 Dec 2017 16:00:40 +0800 Anton Shestakov hgweb: only include graph-related data in jsdata variable on /graph pages (BC)
Fri, 01 Dec 2017 20:33:02 +0800 Anton Shestakov hgweb: remove negative top from .info line in graph
Wed, 22 Nov 2017 21:49:36 +0800 Anton Shestakov hgweb: define locally used variables as actually local in mercurial.js
Thu, 30 Nov 2017 16:30:43 +0800 Anton Shestakov tests: move JSON escape test to test-hgweb-json.t
Tue, 21 Nov 2017 20:28:57 +0800 Anton Shestakov hgweb: show changeset age in more places (gitweb and monoblue)
Sun, 05 Nov 2017 08:23:12 +0100 Boris Feld test-pattern: actually update tests using the patterns
Thu, 16 Nov 2017 22:21:03 +0800 Anton Shestakov hgweb: show commit phase if it's not public
Wed, 15 Nov 2017 23:55:09 +0800 Anton Shestakov hgweb: move changeset "tags" to a template in map file (paper and coal)
Sat, 30 Sep 2017 12:57:00 -0400 Augie Fackler tests: update some clonebundles expectations to pass on both pure and non-pure
Sun, 24 Sep 2017 21:27:18 +0200 Boris Feld pull: use 'phase-heads' to retrieve phase information
Wed, 05 Jul 2017 11:10:11 -0500 Augie Fackler tests: replace yet more calls to `python` with $PYTHON
Wed, 21 Jun 2017 17:07:51 +0200 Denis Laxalde hgweb: parameterize the tag name of elements holding followlines selection
Tue, 20 Jun 2017 20:53:29 -0700 Gregory Szorc hgweb: use separate CSS class for navigation links in footer
Fri, 09 Jun 2017 13:55:51 -0700 Gregory Szorc hgweb: refresh styling of gitweb's search form
Fri, 09 Jun 2017 13:45:36 -0700 Gregory Szorc hgweb: consistently add search form to all gitweb pages
Fri, 09 Jun 2017 13:42:38 -0700 Gregory Szorc hgweb: consolidate search form for gitweb
Fri, 09 Jun 2017 13:59:13 -0700 Gregory Szorc hgweb: consolidate search form for paper
Mon, 24 Apr 2017 10:32:15 +0200 Denis Laxalde hgweb: do not show "descending" link in followlines UI for filelog heads stable
Mon, 03 Apr 2017 10:02:55 +0200 Denis Laxalde hgweb: rename linerangelog.js as followlines.js
Sun, 02 Apr 2017 01:51:07 -0400 Matt Harbison test-serve: disable unfixable tests on Windows
Wed, 29 Mar 2017 22:26:16 +0200 Denis Laxalde hgweb: expose a followlines UI in filerevision view
Thu, 16 Feb 2017 09:38:52 -0800 Jun Wu tests: use LOCALIP
Tue, 10 Jan 2017 20:47:48 -0800 Gregory Szorc hgweb: call process_dates() via DOM event listener
Sat, 24 Dec 2016 15:21:46 -0700 Gregory Szorc wireproto: advertise supported media types and compression formats
Thu, 08 Dec 2016 23:59:36 +0800 Anton Shestakov hgweb: add missing slash to file log url in rss style stable
Sat, 08 Oct 2016 19:32:54 +0900 Tooru Fujisawa hgweb: avoid line wrap between revision and annotate-info (issue5398)
Wed, 21 Sep 2016 19:52:48 +0800 Anton Shestakov gitweb: tweak branch table's last row's cell colspan on summary page
Mon, 25 Jul 2016 12:59:52 +0800 Anton Shestakov spartan: make annotate popup use theme colors stable
Tue, 28 Jun 2016 11:42:42 +0200 Denis Laxalde hgweb: add link to parents of annotated revision in annotate view
Sat, 09 Jul 2016 14:01:55 +0800 Anton Shestakov tests: check ETag format in test-hgweb-commands
Sun, 03 Jul 2016 22:28:24 +0530 Pulkit Goyal py3: make files use absolute_import and print_function
Wed, 29 Jun 2016 22:48:32 +0800 Anton Shestakov hgweb: reindent atom/changelogentry.tmpl
Wed, 29 Jun 2016 20:19:04 +0800 Anton Shestakov hgweb: reindent rss/changelogentry.tmpl
Thu, 02 Jun 2016 16:26:50 +0200 Denis Laxalde hgweb: highlight data of the current revision in annotate view
Thu, 31 Mar 2016 15:22:06 +0800 Anton Shestakov hgweb: sort bookmarks in revlog order of their nodes
Thu, 21 Jan 2016 02:42:01 +0900 FUJIWARA Katsunori templates: use canvaswidth instead of fixed width for canvas (issue2683) stable
Tue, 12 Jan 2016 21:23:45 -0800 Martin von Zweigbergk changegroup3: introduce experimental.changegroup3 boolean config
Fri, 11 Dec 2015 11:23:49 -0500 Augie Fackler changegroup: introduce cg3, which has support for exchanging treemanifests
Tue, 20 Oct 2015 12:25:51 +0200 Pierre-Yves David test: use generaldelta in 'test-hgweb-command.t'
Tue, 20 Oct 2015 12:25:09 +0200 Pierre-Yves David test: spread capabilities replies in 'test-hgweb-commands'
Sat, 26 Sep 2015 18:16:49 +0800 Anton Shestakov gitweb: don't drop current revision context on graph page
Wed, 07 Oct 2015 21:08:14 +0100 Gijs Kruitbosch hgweb: ensure both foreground and background colors are specified (issue4872)
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Sat, 26 Sep 2015 17:15:58 +0800 Anton Shestakov gitweb: provide links to branches, tags and bookmarks by name
Sun, 20 Sep 2015 20:11:31 +0900 Yuya Nishihara hgweb: overwrite cwd to resolve file patterns relative to repo (issue4568)
Mon, 14 Sep 2015 18:41:09 +0800 Anton Shestakov hgweb: replace .sourcelast with .bottomline that does the same
Tue, 01 Sep 2015 23:29:30 +0800 Anton Shestakov hgweb: use webutil.branchentries for branches on summary page
Thu, 18 Jun 2015 17:06:18 +0800 Anton Shestakov hgweb: link to revision by node hash in paper & coal
Tue, 16 Jun 2015 16:07:39 +0800 Anton Shestakov hgweb: don't dereference symbolic revision in paper & coal style (issue2296)
Tue, 16 Jun 2015 14:37:53 +0800 Anton Shestakov hgweb: don't dereference symbolic revision in gitweb style
Fri, 12 Jun 2015 18:34:10 +0800 Anton Shestakov hgweb: don't point file links at tip hash where it doesn't make sense
Fri, 12 Jun 2015 15:29:12 +0800 Anton Shestakov hgweb: put help link in paper/search.tmpl separately for consistency
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
Fri, 22 May 2015 17:08:59 -0500 Matt Mackall branch: don't warn about branches if repository has multiple branches already
Fri, 15 May 2015 20:00:47 +0800 Anton Shestakov paper: show branch/tags/bookmarks when viewing (issue3559)
Fri, 15 May 2015 02:07:43 +0800 Anton Shestakov hgweb: split some long lines in paper, gitweb and monoblue styles
Thu, 07 May 2015 07:46:39 +0900 Yuya Nishihara hgweb: bring back infinite scroll in shortlog of paper style stable
Thu, 16 Apr 2015 20:31:44 -0500 Matt Mackall tests: ignore sha512 flag in bundle2 for py2.4
Fri, 10 Apr 2015 15:41:33 -0400 Pierre-Yves David bundle2: advertise bundle2 by default
Sat, 10 Jan 2015 21:37:42 +0800 Anton Shestakov hgweb: clearly outline <tr> block in paper/changeset.tmpl
Fri, 06 Feb 2015 15:52:55 +0800 Anton Shestakov hgweb: replace implicit <tbody> with explicit <thead> where appropriate
Thu, 05 Feb 2015 20:34:30 +0800 Anton Shestakov hgweb: use css margin instead of empty <p> before diffstat table
Thu, 05 Feb 2015 19:24:35 +0800 Anton Shestakov hgweb: use css margin instead of empty <p> before <div class="atom-logo">
Sat, 10 Jan 2015 18:00:57 +0800 Anton Shestakov hgweb: fix diffstat links in paper/changeset.tmpl
Sat, 10 Jan 2015 17:54:24 +0800 Anton Shestakov hgweb: close <img> elements
Sat, 10 Jan 2015 17:52:02 +0800 Anton Shestakov hgweb: close <p> elements
Tue, 09 Dec 2014 03:38:23 +0100 Mads Kiilerich graft: show more useful status information while grafting
Fri, 21 Nov 2014 13:58:49 +0800 Anton Shestakov templates: fix broken "less" & "more" links in paper style (issue4460) stable
Fri, 17 Oct 2014 15:54:43 -0700 Pierre-Yves David repoview: include the filter name in filtered revision error messages
Wed, 15 Oct 2014 20:37:44 -0700 Pierre-Yves David changectx: issue a FilteredRepoLookupError when applicable
Wed, 15 Oct 2014 15:35:59 -0400 Augie Fackler tests: use $PYTHON instead of hardcoding python
Wed, 06 Aug 2014 11:43:59 -0500 Matt Mackall tests: replace exit 80 with #require
Mon, 14 Jul 2014 18:53:03 -0500 Matt Mackall merge with stable
Mon, 14 Jul 2014 12:44:45 -0500 Matt Mackall templates: escape NUL bytes in jsonescape (issue4303) stable
Sat, 17 May 2014 17:10:23 +0800 Steven Brown hgweb: apply websub filter to the changeset description in rss and atom feeds
Sat, 17 May 2014 17:09:46 +0800 Steven Brown tests: write the hgrc file for test-hgweb-commands.t with cat instead of echo
Sat, 17 May 2014 17:09:10 +0800 Steven Brown tests: tests for the rss feeds
Thu, 17 Apr 2014 09:36:09 +0900 FUJIWARA Katsunori hgweb: align entries in "changelog" and "revisions" pages of "spartan" style
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: show as same parents as "hg parents -r REV FILE" in pages for file
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style
Thu, 17 Apr 2014 11:45:43 -0700 Aaron Jensen hgweb: adding branch names from inbranch template to atom feed
less more (0) -120 tip