Fri, 22 Dec 2017 21:25:46 +0800 |
Anton Shestakov |
hgweb: link to successors of obsoleted changesets
|
file |
diff |
annotate
|
Tue, 21 Nov 2017 17:03:41 +0800 |
Anton Shestakov |
hgweb: display fate of obsolete changesets
|
file |
diff |
annotate
|
Tue, 19 Dec 2017 16:27:24 -0500 |
Augie Fackler |
merge with stable
|
file |
diff |
annotate
|
Sun, 17 Dec 2017 18:28:15 +0900 |
Yuya Nishihara |
hgweb: disable diff.noprefix option for diffstat
stable
|
file |
diff |
annotate
|
Fri, 08 Dec 2017 22:27:14 +0800 |
Anton Shestakov |
hgweb: rewrite `template = A and B or C` to be a proper ternary operator
|
file |
diff |
annotate
|
Sun, 26 Nov 2017 13:29:18 +0800 |
Anton Shestakov |
hgweb: rename the main attribute of instabilities
|
file |
diff |
annotate
|
Sun, 19 Nov 2017 13:18:54 +0800 |
Anton Shestakov |
context: add instabilities() method to basefilectx
|
file |
diff |
annotate
|
Sat, 18 Nov 2017 11:58:57 +0800 |
Anton Shestakov |
context: add obsolete() method to basefilectx
|
file |
diff |
annotate
|
Thu, 05 Oct 2017 21:20:08 +0200 |
Denis Laxalde |
diff: also yield file context objects in patch.trydiff() (API)
|
file |
diff |
annotate
|
Mon, 16 Oct 2017 22:44:06 -0400 |
Augie Fackler |
webutil: use pycompat.bytestr() instead of str()
|
file |
diff |
annotate
|
Sun, 01 Oct 2017 12:29:33 +0100 |
Gregory Szorc |
hgweb: use parsebool for parsing diff query string options
|
file |
diff |
annotate
|
Sat, 30 Sep 2017 09:08:01 +0100 |
Gregory Szorc |
hgweb: query string arguments to control whitespace for annotate
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:45:52 +0200 |
Boris Feld |
configitems: register the 'web.style' config
|
file |
diff |
annotate
|
Sat, 01 Apr 2017 12:24:59 +0200 |
Denis Laxalde |
mdiff: add a hunkinrange helper function
|
file |
diff |
annotate
|
Thu, 30 Mar 2017 21:40:10 +0200 |
Denis Laxalde |
hgweb: prefix line id by ctx shortnode in filelog when patches are shown
|
file |
diff |
annotate
|
Wed, 29 Mar 2017 12:07:07 +0200 |
Denis Laxalde |
hgweb: fix diff hunks filtering by line range in webutil.diffs()
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 15:15:49 +0100 |
Denis Laxalde |
hgweb: add a 'linerange' parameter to webutil.diffs()
|
file |
diff |
annotate
|
Thu, 19 Jan 2017 17:41:00 +0100 |
Denis Laxalde |
hgweb: handle a "linerange" request parameter in filelog command
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 10:40:19 +0100 |
Denis Laxalde |
hgweb: handle "parity" internally in webutil.diffs()
|
file |
diff |
annotate
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 15:10:09 -0700 |
Pierre-Yves David |
hgweb: explicitly tests for None in webutil
|
file |
diff |
annotate
|
Sun, 12 Mar 2017 21:52:17 -0700 |
Gregory Szorc |
hgweb: don't use mutable default argument value
|
file |
diff |
annotate
|
Mon, 06 Mar 2017 09:28:33 +0100 |
Denis Laxalde |
hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm
|
file |
diff |
annotate
|
Mon, 06 Mar 2017 09:44:39 +0100 |
Denis Laxalde |
hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines
|
file |
diff |
annotate
|
Tue, 17 Jan 2017 17:25:48 +0100 |
Denis Laxalde |
hgweb: explictly pass basectx in webutil.diffs
|
file |
diff |
annotate
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove last uses of repo.manifest
|
file |
diff |
annotate
|
Sat, 08 Oct 2016 16:10:34 +0100 |
Jun Wu |
hgweb: make fctx.annotate a separated function so it could be wrapped
|
file |
diff |
annotate
|
Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
file |
diff |
annotate
|
Thu, 31 Mar 2016 18:09:09 +0800 |
Anton Shestakov |
hgweb: add parents to json-log (issue5074)
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 14:35:36 +0800 |
Anton Shestakov |
hgweb: move entry-preparing code from webcommands to webutils.commonentry()
|
file |
diff |
annotate
|
Sat, 31 Oct 2015 22:07:40 +0900 |
Yuya Nishihara |
hgweb: use absolute_import
|
file |
diff |
annotate
|
Tue, 10 Nov 2015 17:22:40 +0800 |
Anton Shestakov |
webutil: make _siblings into an object with __iter__ and __len__
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 14:00:14 +0900 |
Yuya Nishihara |
hgweb: do not import templatefilters.revescape and websub as symbol
|
file |
diff |
annotate
|
Sun, 01 Nov 2015 13:58:32 +0900 |
Yuya Nishihara |
hgweb: alias ui module as uimod
|
file |
diff |
annotate
|
Tue, 10 Nov 2015 23:02:59 +0800 |
Anton Shestakov |
hgweb: compute changeset parents and children for log pages lazily
|
file |
diff |
annotate
|
Sat, 22 Aug 2015 15:40:33 -0700 |
Gregory Szorc |
hgweb: extract web substitutions table generation to own function
|
file |
diff |
annotate
|
Tue, 01 Sep 2015 22:28:45 +0800 |
Anton Shestakov |
hgweb: move branchentries code from webcommands to webutil
|
file |
diff |
annotate
|
Tue, 11 Aug 2015 13:19:42 +0800 |
Anton Shestakov |
style: adjust whitespaces in webutil.py
|
file |
diff |
annotate
|
Sun, 12 Jul 2015 16:47:56 +0800 |
Anton Shestakov |
templates: introduce revescape filter for escaping symbolic revisions
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 02:07:25 +0800 |
Anton Shestakov |
hgweb: provide symrev (symbolic revision) property to the templates
|
file |
diff |
annotate
|
Tue, 26 May 2015 22:58:30 +0800 |
Anton Shestakov |
hgweb: remove an extra call to nodebranchnodefault() in changesetentry()
|
file |
diff |
annotate
|
Fri, 10 Apr 2015 22:34:12 -0400 |
Gregory Szorc |
hgweb: expose raw line numbers to templates
|
file |
diff |
annotate
|
Tue, 31 Mar 2015 22:29:12 -0700 |
Gregory Szorc |
hgweb: add phase to {changeset} template
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 23:15:06 -0400 |
Matt Harbison |
hgweb: replace 'ctx._repo' with 'ctx.repo()'
|
file |
diff |
annotate
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 15:07:18 -0800 |
Gregory Szorc |
hgweb: extract changeset template mapping generation to own function
|
file |
diff |
annotate
|
Thu, 19 Feb 2015 19:32:06 +0800 |
Anton Shestakov |
hgweb: use introrev() for finding parents (issue4506)
|
file |
diff |
annotate
|
Tue, 06 Jan 2015 20:14:52 -0800 |
Gregory Szorc |
hgweb: extract changelist entry generation into own function
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 13:20:04 -0400 |
Augie Fackler |
webutil: move from dict() construction to {} literals
|
file |
diff |
annotate
|
Wed, 06 Nov 2013 18:19:04 -0500 |
Augie Fackler |
pathutil: tease out a new library to break an import cycle from canonpath use
|
file |
diff |
annotate
|
Tue, 30 Apr 2013 13:53:49 +0200 |
Pierre-Yves David |
hgweb: handle filtered "0" rev in navigation
stable
|
file |
diff |
annotate
|
Tue, 30 Apr 2013 15:11:12 +0200 |
Pierre-Yves David |
hgweb: fix empty navigation detection
stable
|
file |
diff |
annotate
|
Wed, 30 Jan 2013 17:32:17 +0100 |
Pierre-Yves David |
hgweb: fix navigation label (issue3792)
stable
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 14:19:28 +0100 |
Pierre-Yves David |
hgweb: ignore filtered revision in revnav
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 19:29:48 +0100 |
Pierre-Yves David |
hgweb: generate revnav in two phase
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 13:18:22 +0100 |
Pierre-Yves David |
hgweb: pass repo object to revnav construction
|
file |
diff |
annotate
|
Mon, 14 Jan 2013 16:55:48 +0100 |
Pierre-Yves David |
hgweb: introduction a filerevnav subclass
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 19:09:32 +0100 |
Pierre-Yves David |
hgweb: simplify addition of "(0) navigation entry"
|
file |
diff |
annotate
|
Mon, 14 Jan 2013 16:30:06 +0100 |
Pierre-Yves David |
hgweb: simplify the handling of empty repo
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:54:50 +0100 |
Pierre-Yves David |
hgweb: move hex creation into an object method
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:59:37 +0100 |
Pierre-Yves David |
hgweb: pass nodefunc to the revnav object
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 21:17:18 +0100 |
Pierre-Yves David |
hgweb: move revnavgen into an object
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:52:17 +0100 |
Pierre-Yves David |
hgweb: ensure _navseq yield strictly increasing numbers
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:47:48 +0100 |
Pierre-Yves David |
hgweb: better names for _navseq arguments
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:44:26 +0100 |
Pierre-Yves David |
hgweb: drop recursivity in _navseq
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 12:11:18 +0100 |
Pierre-Yves David |
hgweb: move the `seq` function out of the revnavgen scope
|
file |
diff |
annotate
|
Mon, 14 Jan 2013 16:52:35 +0100 |
Pierre-Yves David |
hgweb: simplify return value creation in for navgen
|
file |
diff |
annotate
|
Thu, 10 Jan 2013 18:55:50 +0100 |
Pierre-Yves David |
hgweb: do not access first changeset with a string
|
file |
diff |
annotate
|
Wed, 12 Dec 2012 02:38:14 +0100 |
Mads Kiilerich |
hgweb: generate query strings with parameters sorted by key
|
file |
diff |
annotate
|
Sun, 13 Jan 2013 21:36:35 +0100 |
Pierre-Yves David |
hgweb: document the revnavgen function
|
file |
diff |
annotate
|
Mon, 12 Nov 2012 14:05:39 -0800 |
Weiwen |
hgweb: display diff for a changeset against any parents (issue2810)
|
file |
diff |
annotate
|
Tue, 31 Jul 2012 14:14:15 +0200 |
wujek srujek |
hgweb: fixes traceback for invalid files by removing top-level template
stable
|
file |
diff |
annotate
|
Mon, 30 Jul 2012 11:02:10 +0200 |
Ross Lagerwall |
hgweb: avoid traceback when file or node parameters are missing
stable
|
file |
diff |
annotate
|
Sun, 08 Jul 2012 17:17:02 +0200 |
wujek srujek |
hgweb: side-by-side comparison functionality
|
file |
diff |
annotate
|
Sun, 13 May 2012 14:04:04 +0200 |
Brodie Rao |
localrepo: add branchtip() method for faster single-branch lookups
|
file |
diff |
annotate
|
Fri, 23 Mar 2012 01:31:31 +0100 |
Paul Boddie |
hgweb: add block numbers to diff regions and related links
|
file |
diff |
annotate
|
Mon, 25 Jul 2011 15:38:46 -0500 |
Augie Fackler |
hgweb: move remaining hasattr calls to safehasattr
|
file |
diff |
annotate
|
Sat, 11 Jun 2011 21:11:43 +0800 |
Steven Brown |
web: provide diff summary to the changeset page
|
file |
diff |
annotate
|
Thu, 09 Jun 2011 01:15:49 +0800 |
Steven Brown |
web: provide the file number to the diffstat templates
|
file |
diff |
annotate
|
Thu, 09 Jun 2011 01:14:22 +0800 |
Steven Brown |
web: include all files in the diffstat
|
file |
diff |
annotate
|
Sat, 28 May 2011 14:44:45 +0800 |
Steven Brown |
web: provide diffstat to the changeset page
|
file |
diff |
annotate
|
Sat, 30 Apr 2011 12:55:07 +0200 |
Alexander Solovyov |
drop {short,hex}(ctx.node()) calls in favor of ctx methods
|
file |
diff |
annotate
|
Wed, 20 Apr 2011 21:41:41 +0200 |
Adrian Buehlmann |
move canonpath from util to scmutil
|
file |
diff |
annotate
|
Sat, 12 Mar 2011 11:19:44 +0100 |
Alexander Solovyov |
hgweb: add display of bookmarks for changelog and changeset
stable
|
file |
diff |
annotate
|
Sun, 10 Oct 2010 10:42:44 -0500 |
Augie Fackler |
hgweb: fix hgweb_mod as well as hgwebdir_mod
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Sat, 16 Jan 2010 02:33:06 +0100 |
Nicolas Dumazet |
hgweb: changenav: separate pages before and after the current position
|
file |
diff |
annotate
|
Wed, 26 Aug 2009 14:58:09 +0200 |
Dirkjan Ochtman |
hgweb: show diff header line in raw diffs
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 15:52:10 +0100 |
Dirkjan Ochtman |
hgweb: expose sibling branches to templater
|
file |
diff |
annotate
|
Mon, 19 Jan 2009 13:20:47 +0100 |
Dirkjan Ochtman |
hgweb: simplify parents/children generation code
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
file |
diff |
annotate
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
file |
diff |
annotate
|
Fri, 07 Nov 2008 23:31:12 +0100 |
Dirkjan Ochtman |
hgweb: fix up the less/more links on the graph page
|
file |
diff |
annotate
|
Mon, 03 Nov 2008 20:31:53 +0100 |
Dirkjan Ochtman |
hgweb: move another utility function into the webutil module
|
file |
diff |
annotate
|
Mon, 03 Nov 2008 20:41:48 +0100 |
Dirkjan Ochtman |
hgweb: move the diffs() generator into webutil
|
file |
diff |
annotate
|
Thu, 30 Oct 2008 09:46:45 +0100 |
Dirkjan Ochtman |
hgweb: pass more information about parent/child csets to templates
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
file |
diff |
annotate
|
Mon, 31 Mar 2008 23:14:25 -0500 |
Matt Mackall |
hgweb: fix merge breakage
|
file |
diff |
annotate
|
Mon, 31 Mar 2008 21:49:33 -0500 |
Matt Mackall |
hgweb: minor improvements for new web style
|
file |
diff |
annotate
|
Sun, 30 Mar 2008 22:29:02 +0200 |
Benoit Boissinot |
fix bug introduced by 2540521dc7c1 (thanks pychecker)
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 19:40:44 +0100 |
Dirkjan Ochtman |
hgweb: refactor hgweb code
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 19:37:28 +0100 |
Dirkjan Ochtman |
hgweb: separate out utility functions
|
file |
diff |
annotate
|