Mon, 27 Apr 2015 19:13:55 -0300 |
Wagner Bruna |
webcommands: fix description of manifest default behavior
stable
|
Mon, 27 Apr 2015 19:09:54 -0300 |
Wagner Bruna |
webcommands: fix typo in changelog documentation
stable
|
Tue, 28 Apr 2015 00:38:16 +0900 |
FUJIWARA Katsunori |
i18n: extract doc string of each web commands as translatable one
stable
|
Fri, 10 Apr 2015 22:34:12 -0400 |
Gregory Szorc |
hgweb: expose raw line numbers to templates
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi GutiƩrrez Hermoso |
style: kill ersatz if-else ternary operators
|
Mon, 02 Mar 2015 15:07:18 -0800 |
Gregory Szorc |
hgweb: extract changeset template mapping generation to own function
|
Mon, 02 Feb 2015 22:21:07 +0900 |
Yuya Nishihara |
revset: make match function initiate query from full set by default
|
Fri, 06 Feb 2015 22:25:40 -0800 |
Gregory Szorc |
webcommands: document "graph" web command
|
Fri, 06 Feb 2015 22:19:59 -0800 |
Gregory Szorc |
webcommands: document "archive" web command
|
Fri, 06 Feb 2015 22:11:54 -0800 |
Gregory Szorc |
webcommands: document "filelog" web command
|
Fri, 06 Feb 2015 22:08:30 -0800 |
Gregory Szorc |
webcommands: document "annotate" web command
|
Fri, 06 Feb 2015 22:06:44 -0800 |
Gregory Szorc |
webcommands: document "comparison" web command
|
Fri, 06 Feb 2015 22:02:14 -0800 |
Gregory Szorc |
webcommands: document "filediff" web command
|
Fri, 06 Feb 2015 21:51:52 -0800 |
Gregory Szorc |
webcommands: document "summary" web command
|
Fri, 06 Feb 2015 21:48:01 -0800 |
Gregory Szorc |
webcommands: document "manifest" web command
|
Fri, 06 Feb 2015 21:39:15 -0800 |
Gregory Szorc |
webcommands: document "changelog" web command
|
Fri, 06 Feb 2015 21:26:53 -0800 |
Gregory Szorc |
webcommands: document "file" web command
|
Fri, 06 Feb 2015 21:13:03 -0800 |
Gregory Szorc |
webcommands: document "log" web command
|
Fri, 06 Feb 2015 20:50:17 -0800 |
Gregory Szorc |
webcommands: document "shortlog" web command
|
Fri, 06 Feb 2015 20:48:22 -0800 |
Gregory Szorc |
webcommands: document "changeset" web command
|
Fri, 06 Feb 2015 20:44:46 -0800 |
Gregory Szorc |
webcommands: document "tags" web command
|
Fri, 06 Feb 2015 20:43:54 -0800 |
Gregory Szorc |
webcommands: document "bookmarks" web command
|
Fri, 06 Feb 2015 20:44:10 -0800 |
Gregory Szorc |
webcommands: document "branches" web command
|
Fri, 06 Feb 2015 20:41:08 -0800 |
Gregory Szorc |
webcommands: document "help" web command
|
Fri, 06 Feb 2015 22:47:48 -0800 |
Gregory Szorc |
webcommands: move help import into help command handler
|
Fri, 06 Feb 2015 22:52:40 -0800 |
Gregory Szorc |
webcommands: define a dict of available commands
|
Fri, 06 Feb 2015 19:06:17 -0800 |
Gregory Szorc |
webcommands: define web commands using a decorator
|
Mon, 02 Feb 2015 22:28:52 +0900 |
Yuya Nishihara |
hgweb: use revset.spanset where appropriate
|
Tue, 06 Jan 2015 20:14:52 -0800 |
Gregory Szorc |
hgweb: extract changelist entry generation into own function
|
Sat, 03 Jan 2015 17:50:21 +0800 |
Anton Shestakov |
hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
|
Fri, 21 Nov 2014 16:16:03 -0800 |
Siddharth Agarwal |
webcommands.annotate: explicitly only honor whitespace diffopts
|
Wed, 05 Nov 2014 21:33:45 -0500 |
Matt Harbison |
hgweb: fix a crash when using web.archivesubrepos
stable
|
Sun, 28 Sep 2014 16:57:37 +0200 |
Mads Kiilerich |
templater: introduce templatepaths for getting paths searched for templates
|
Fri, 15 Aug 2014 16:20:47 +0200 |
Mads Kiilerich |
cleanup: avoid _ for local unused tmp variables - that is reserved for i18n
|
Thu, 17 Apr 2014 09:36:09 +0900 |
FUJIWARA Katsunori |
hgweb: show revisions and hashes gotten from changelog in "comparison" page
|
Thu, 17 Apr 2014 09:36:08 +0900 |
FUJIWARA Katsunori |
hgweb: make "comparison" get parent from not filelog but changelog
|
Fri, 14 Mar 2014 08:47:57 -0700 |
Lucas Moscovicz |
webcommands: changed code to use lazy classes when calling dagwalker
|
Wed, 12 Mar 2014 13:29:07 -0400 |
Augie Fackler |
webcommands: move from dict() construction to {} literals
|
Tue, 21 Jan 2014 11:39:26 -0800 |
Lucas Moscovicz |
revset: added baseset class (still empty) to improve revset performance
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
hgweb: simplify branches with repo.branchmap().iterbranches()
|
Mon, 16 Sep 2013 01:08:29 -0700 |
Brodie Rao |
hgweb: simplify summary with repo.branchmap().iterbranches()
|
Fri, 22 Nov 2013 17:26:58 -0600 |
Matt Mackall |
merge with stable
|
Fri, 08 Nov 2013 09:48:01 +0100 |
Isaac Jurado |
hgweb: ignore non numeric "revcount" parameter values (issue4091)
stable
|
Sun, 10 Nov 2013 18:23:29 +0400 |
Alexander Plavin |
hgweb: use semantically suitable filelog.revs in filelog
|
Sun, 10 Nov 2013 18:07:56 +0400 |
Alexander Plavin |
hgweb: always compute all entries and latestentry in filelog
|
Sun, 10 Nov 2013 18:05:53 +0400 |
Alexander Plavin |
hgweb: remove unused argument of entries function in filelog
|
Wed, 13 Nov 2013 16:46:46 -0200 |
Wagner Bruna |
hgweb, i18n: do not translate search mode description
stable
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
spelling: random spell checker fixes
stable
|
Wed, 09 Oct 2013 14:15:34 -0700 |
Matt Mackall |
merge with stable
|
Wed, 09 Oct 2013 12:02:32 -0700 |
Matt Mackall |
hgweb: add escaping of tags and bookmarks in graph view
stable
|
Mon, 07 Oct 2013 15:21:17 -0700 |
Matt Mackall |
hgweb: escape branch names in graph view
stable
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check for spaces around = for named parameters
|
Fri, 06 Sep 2013 13:30:56 +0400 |
Alexander Plavin |
hgweb: add link to force literal keyword search
|
Fri, 06 Sep 2013 13:30:56 +0400 |
Alexander Plavin |
hgweb: pass variable with current search mode name to the search template
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: add nextentry variable for easy pagination in changelog
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: always compute all entries and latestentry in changelog
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: remove unused argument of changelist function in changelog
|
Fri, 06 Sep 2013 13:30:56 +0400 |
Alexander Plavin |
hgweb: add revset syntax support to search
|
Tue, 03 Sep 2013 20:02:53 +0400 |
Alexander Plavin |
hgweb: import the whole util module in webcommands instead of just one function
|
Wed, 04 Sep 2013 19:40:04 +0400 |
Alexander Plavin |
hgweb: add string constants for search mode names
|
Fri, 19 Jul 2013 02:09:13 +0400 |
Alexander Plavin |
hgweb: always run search when a query is entered (bc)
|
Fri, 19 Jul 2013 02:41:11 +0400 |
Alexander Plavin |
hgweb: search() function supports direct pointing to revision
|
Thu, 22 Aug 2013 16:42:10 +0400 |
Alexander Plavin |
hgweb: pass arguments which a function depends on explicitly in search
|
Thu, 22 Aug 2013 16:45:23 +0400 |
Alexander Plavin |
hgweb: add dynamic search function selection, depending on the query
|
Fri, 19 Jul 2013 02:08:19 +0400 |
Alexander Plavin |
hgweb: cleaner if conditions in changelog() function
|
Mon, 15 Jul 2013 01:10:22 +0400 |
Alexander Plavin |
hgweb: separate search itself and template generation
|
Thu, 25 Jul 2013 15:27:41 +0400 |
Alexander Plavin |
hgweb: replace next(revs) to revs.next() to fix compatibility with Python 2.5-
stable
|
Sun, 21 Jul 2013 01:38:04 +0400 |
Alexander Plavin |
hgweb: fix duplication for some search queries
stable
|
Thu, 25 Jul 2013 02:41:22 +0400 |
Alexander Plavin |
hgweb: fix incorrect revisions count in graph (issue3977)
stable
|
Thu, 25 Jul 2013 02:22:39 +0400 |
Alexander Plavin |
hgweb: fix incorrect way to count revisions in log (issue3977)
stable
|
Thu, 25 Jul 2013 02:48:21 +0400 |
Alexander Plavin |
hgweb: always start graph with the revision in url
stable
|
Sat, 13 Jul 2013 02:36:29 +0400 |
Alexander Plavin |
hgweb: always start log with searched revision
|
Fri, 12 Jul 2013 01:58:48 +0400 |
Alexander Plavin |
hgweb: run search instead of showing wrong error for ambigious identifier
|
Mon, 15 Jul 2013 01:05:42 +0400 |
Alexander Plavin |
hgweb: move local changelist function to the beginning of the parent one
|
Thu, 11 Jul 2013 17:01:54 +0400 |
Alexander Plavin |
hgweb: show current search query in the input field
|
Thu, 21 Mar 2013 23:27:37 +0100 |
Angel Ezquerra |
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files
|
Sun, 10 Feb 2013 11:52:05 +0100 |
Angel Ezquerra |
hgweb: teach archive how to download a specific directory or file
|
Sat, 09 Feb 2013 21:51:21 +0000 |
Dan Villiom Podlaski Christiansen |
hgweb: generate HTML documentation
|
Sun, 10 Feb 2013 18:24:29 +0100 |
Mads Kiilerich |
hgweb: simplify internal staticfile return codes
|
Fri, 08 Feb 2013 21:55:46 +0100 |
Benoit Boissinot |
templates: export extra as a dict to templates
|
Tue, 05 Feb 2013 11:31:43 -0600 |
Kevin Bullock |
hgweb: make 'summary' work with hidden changesets (issue3810)
stable
|
Fri, 01 Feb 2013 10:12:41 -0600 |
Kevin Bullock |
hgweb: rename 'currentbaseline' template keyword to 'basenode'
stable
|
Tue, 29 Jan 2013 16:44:51 +0100 |
Pierre-Yves David |
hgweb: prevent traceback during search when filtered (issue3783)
stable
|
Fri, 25 Jan 2013 11:43:54 -0600 |
Kevin Bullock |
hgweb: don't attempt to show hidden bookmarks (issue3774)
stable
|
Fri, 25 Jan 2013 14:50:18 -0600 |
Kevin Bullock |
hgweb: fetch tipmost unfiltered rev thru the changelog
stable
|
Wed, 16 Jan 2013 14:22:43 +0100 |
Pierre-Yves David |
hgweb: walk the graph through the changelog
|
Fri, 11 Jan 2013 01:08:00 +0100 |
Pierre-Yves David |
hgweb: use changelog for iteration
|
Wed, 16 Jan 2013 13:18:22 +0100 |
Pierre-Yves David |
hgweb: pass repo object to revnav construction
|
Mon, 14 Jan 2013 16:55:48 +0100 |
Pierre-Yves David |
hgweb: introduction a filerevnav subclass
|
Thu, 10 Jan 2013 18:59:37 +0100 |
Pierre-Yves David |
hgweb: pass nodefunc to the revnav object
|
Tue, 15 Jan 2013 21:17:18 +0100 |
Pierre-Yves David |
hgweb: move revnavgen into an object
|
Wed, 16 Jan 2013 12:51:24 +0100 |
Pierre-Yves David |
hgweb: `limit` argument is actually `latestonly` renames and enforce
|
Tue, 15 Jan 2013 01:07:03 +0100 |
Mads Kiilerich |
hgweb: pass the actual response body to request.response, not just the length
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: simplify wsgirequest header handling
|
Tue, 15 Jan 2013 01:05:12 +0100 |
Mads Kiilerich |
hgweb: make type a mandatory parameter to request.respond
|
Wed, 19 Dec 2012 19:06:50 +0100 |
Pierre-Yves David |
hgweb: no do not use listinsert(0, ...)
|
Thu, 06 Dec 2012 16:42:15 -0600 |
Matt Mackall |
merge with stable
|
Thu, 06 Dec 2012 13:21:27 -0600 |
Matt Mackall |
hgweb: avoid generator exhaustion with branches
stable
|
Wed, 05 Dec 2012 15:38:18 -0600 |
Matt Mackall |
hgweb: fix iterator reuse in atom feed generation
stable
|
Mon, 12 Nov 2012 14:05:39 -0800 |
Weiwen |
hgweb: display diff for a changeset against any parents (issue2810)
|
Mon, 29 Oct 2012 10:53:46 -0400 |
Jordi GutiƩrrez Hermoso |
webcommands: allow hgweb's archive to recurse into subrepos
|
Wed, 01 Aug 2012 14:59:15 +0200 |
Mads Kiilerich |
help: use the first topic name from helptable, not the longest alias
stable
|
Sun, 29 Jul 2012 23:16:20 +0200 |
Patrick Mezard |
hgweb: fix graph view paging
stable
|
Tue, 31 Jul 2012 00:59:38 +0200 |
wujek srujek |
hgweb: fixes invalid parents / children in comparison
stable
|
Tue, 31 Jul 2012 14:14:15 +0200 |
wujek srujek |
hgweb: fixes traceback for invalid files by removing top-level template
stable
|
Mon, 30 Jul 2012 11:02:10 +0200 |
Ross Lagerwall |
hgweb: avoid traceback when file or node parameters are missing
stable
|
Fri, 27 Jul 2012 17:48:49 +0200 |
Patrick Mezard |
webcommands: do not modify repo.tagslist()
stable
|
Sun, 08 Jul 2012 17:17:02 +0200 |
wujek srujek |
hgweb: side-by-side comparison functionality
|
Tue, 10 Jul 2012 17:52:43 +0200 |
Adrian Buehlmann |
hgweb: show help with verbose sections included
|
Mon, 21 May 2012 00:20:05 +0200 |
Paul Boddie |
hgweb: make graph data suitable for template usage
|
Tue, 15 May 2012 07:00:55 +0200 |
Matt Mackall |
merge with stable
|
Mon, 14 May 2012 12:56:43 +0200 |
Matt Mackall |
hgweb: fix filediff base calculation
stable
|
Sun, 13 May 2012 14:04:06 +0200 |
Brodie Rao |
context: add changectx.closesbranch() method
|
Sun, 13 May 2012 14:04:04 +0200 |
Brodie Rao |
localrepo: add branchtip() method for faster single-branch lookups
|
Thu, 19 Apr 2012 20:54:56 +0900 |
FUJIWARA Katsunori |
i18n: show localized messages for commands/extensions in hgweb help top (issue3383)
stable
|
Sun, 15 Apr 2012 16:05:53 +0200 |
Martin Geisler |
hgweb: add hook for remapping repository path into virtual paths
|
Fri, 23 Mar 2012 01:31:31 +0100 |
Paul Boddie |
hgweb: add block numbers to diff regions and related links
|
Sun, 22 Jan 2012 19:35:26 +0700 |
Constantine Linnick |
graph: in hgrc specify line width for main branch
|
Sun, 25 Dec 2011 20:35:16 +0900 |
FUJIWARA Katsunori |
i18n: use "encoding.lower()" to normalize string in hgweb search query
|
Fri, 18 Nov 2011 12:04:31 +0100 |
Patrick Mezard |
annotate: support diff whitespace filtering flags (issue3030)
|