mercurial/hgweb/webutil.py
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Fri, 01 Sep 2023 12:09:54 +0200 Pierre-Yves David hgweb: use sysstr to set attribute on diff option
Thu, 02 Feb 2023 17:27:50 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Tue, 28 Jan 2020 21:49:50 -0800 Martin von Zweigbergk graphlog: use '%' for other context in merge conflict
Thu, 05 Dec 2019 11:15:19 -0500 Augie Fackler merge with stable
Sat, 23 Nov 2019 23:02:26 -0500 Matt Harbison webutil: add missing argument to join() stable
Fri, 15 Nov 2019 16:02:01 -0500 Jordi Gutiérrez Hermoso hgweb: add a status property to file list context
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 14:58:42 -0400 Gregory Szorc py3: manually import pycompat.setattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Mon, 09 Sep 2019 13:25:00 -0400 Connor Sheehan hgweb: fix websub regex flag syntax on Python 3
Sat, 18 May 2019 19:56:06 -0400 Matt Harbison templater: drop support for old style keywords (API)
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Wed, 06 Feb 2019 17:27:43 -0800 Martin von Zweigbergk patch: pass in context objects into diffhunks() (API)
Wed, 23 Jan 2019 17:26:00 -0800 Gregory Szorc hgweb: ensure template mapping keys are bytes
Thu, 11 Oct 2018 22:01:54 +0200 Gregory Szorc py3: convert diff opcode name to bytes
Sun, 23 Sep 2018 16:11:01 +0900 Yuya Nishihara hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988)
Sun, 26 Aug 2018 22:18:09 +0900 Yuya Nishihara hgweb: do not audit URL path as working-directory path
Sat, 28 Jul 2018 21:19:24 +0900 Yuya Nishihara hgweb: mark all lambda template keywords as new-style function
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Fri, 06 Jul 2018 21:49:25 +0900 Yuya Nishihara diffutil: move the module out of utils package
Fri, 06 Jul 2018 21:35:47 +0900 Yuya Nishihara hgweb: pass ui to diffstatgen() explicitly
Sat, 23 Jun 2018 14:42:58 +0200 Boris Feld webutil: pass a diffopts object to context.diff
Tue, 22 May 2018 15:02:52 +0200 Boris Feld context: explicitly take diffopts in `context.diff` (API)
Tue, 26 Jun 2018 10:36:23 -0400 Augie Fackler cleanup: migrate from re.escape to stringutil.reescape
Thu, 14 Jun 2018 22:33:26 +0900 Yuya Nishihara templater: introduce filter() function to remove empty items from list
Sat, 09 Jun 2018 13:34:47 +0900 Yuya Nishihara templater: abstract truth testing to fix {if(list_of_empty_strings)}
Mon, 19 Mar 2018 00:23:20 +0900 Yuya Nishihara templater: abstract ifcontains() over wrapped types
Mon, 19 Mar 2018 00:16:12 +0900 Yuya Nishihara templater: abstract min/max away
Fri, 04 May 2018 12:43:15 +0900 Yuya Nishihara templater: resolve type of dict key in getmember()
Wed, 21 Mar 2018 11:30:21 +0900 Yuya Nishihara templater: promote getmember() to an interface of wrapped types
Mon, 14 May 2018 12:38:05 +0200 David Demelier config: rename allow_archive to allow-archive
Wed, 04 Apr 2018 00:21:52 +0900 Yuya Nishihara hgweb: drop unused argument 'tmpl' from webutil.diffstat()
Wed, 04 Apr 2018 00:20:47 +0900 Yuya Nishihara hgweb: use template context to render {diffstat}
Wed, 04 Apr 2018 00:19:37 +0900 Yuya Nishihara hgweb: wrap {diffstat} with mappedgenerator
Thu, 17 May 2018 12:23:38 -0700 Gregory Szorc hgweb: extract code for emitting multiple changelist records
Wed, 04 Apr 2018 21:17:55 +0900 Yuya Nishihara hgweb: drop unused argument 'tmpl' from webutil.compare()
Wed, 04 Apr 2018 21:17:10 +0900 Yuya Nishihara hgweb: convert {comparison} to a mappinggenerator with named template
Wed, 04 Apr 2018 21:14:30 +0900 Yuya Nishihara hgweb: rename 'context' argument of webutil.compare() to avoid name conflicts
Wed, 04 Apr 2018 00:08:10 +0900 Yuya Nishihara hgweb: convert comparison {lines} to a mappinggenerator with named template
Tue, 03 Apr 2018 23:57:00 +0900 Yuya Nishihara hgweb: move getblock() closure out of compare()
Tue, 03 Apr 2018 23:54:08 +0900 Yuya Nishihara hgweb: move compline() closure out of compare()
Tue, 03 Apr 2018 23:50:00 +0900 Yuya Nishihara hgweb: convert {diff} to a mappinggenerator with named template
Tue, 03 Apr 2018 23:43:41 +0900 Yuya Nishihara hgweb: use template context to render {lines} of {diff}
Tue, 03 Apr 2018 23:42:15 +0900 Yuya Nishihara hgweb: wrap {lines} of {diff} with mappedgenerator
Tue, 03 Apr 2018 23:38:19 +0900 Yuya Nishihara hgweb: move prettyprintlines() closure out of diffs()
Tue, 03 Apr 2018 23:34:55 +0900 Yuya Nishihara hgweb: remove unused argument 'tmpl' from listfilediffs()
Tue, 03 Apr 2018 23:33:54 +0900 Yuya Nishihara hgweb: use template context to render {files} of changelist entries
Tue, 03 Apr 2018 23:32:16 +0900 Yuya Nishihara hgweb: wrap {files} of changelist entries with mappedgenerator
Tue, 03 Apr 2018 23:31:11 +0900 Yuya Nishihara hgweb: use template context to render {files} of changesetentry()
Tue, 03 Apr 2018 23:29:11 +0900 Yuya Nishihara hgweb: wrap {files} of changesetentry() with mappedgenerator
Tue, 03 Apr 2018 23:25:32 +0900 Yuya Nishihara hgweb: extract generator of {files} from changesetentry()
less more (0) -100 -60 tip