Mercurial > hg
graph
-
hgweb: sort bookmarks in revlog order of their nodesThu, 31 Mar 2016 15:22:06 +0800, by Anton Shestakov
-
hgweb: sort bookmarks earlyThu, 31 Mar 2016 14:23:27 +0800, by Anton Shestakov
-
hgweb: add parents to json-log (issue5074)Thu, 31 Mar 2016 18:09:09 +0800, by Anton Shestakov
-
revset: make _parsealiasdecl() simply return the original parsed treeMon, 29 Feb 2016 17:46:06 +0900, by Yuya Nishihara
-
revset: inline isvalidfunc(), getfuncname() and getfuncargs()Mon, 29 Feb 2016 16:35:58 +0900, by Yuya Nishihara
-
revset: inline isvalidsymbol() and getsymbol() into _parsealiasdecl()Mon, 29 Feb 2016 16:32:18 +0900, by Yuya Nishihara
-
revset: remove redundant checks for parsed tree of aliasMon, 29 Feb 2016 16:23:09 +0900, by Yuya Nishihara
-
py3: handle iter/iterkeys+iteritems python3 divergence in import-checkerWed, 30 Mar 2016 08:15:37 +0000, by timeless
-
py3: use print_function in import-checkerWed, 30 Mar 2016 04:55:16 +0000, by timeless
-
py3: use absolute_import in import-checkerWed, 30 Mar 2016 04:50:19 +0000, by timeless
-
run-tests: make _processoutput picky about optional globsWed, 30 Mar 2016 09:13:47 +0000, by timeless
-
py24: remove check-code py24 notationWed, 30 Mar 2016 07:24:51 +0000, by timeless
-
py3: convert hghave output to textWed, 30 Mar 2016 08:02:34 +0000, by timeless
-
py3: convert prereq bytes to string in run-testsWed, 30 Mar 2016 05:26:51 +0000, by timeless
-
record: deprecate the extensionMon, 28 Mar 2016 12:50:56 -0700, by Pierre-Yves David
-
templater: use templatefunc to mark a function as template functionWed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
registrar: add templatefunc to mark a function as template function (API)Wed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
keyword: use templatefilter to mark a function as template filterWed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
templatefilters: use templatefilter to mark a function as template filterWed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
registrar: add templatefilter to mark a function as template filter (API)Wed, 30 Mar 2016 02:10:44 +0900, by FUJIWARA Katsunori
-
revset: inline _getaliasarg() functionSun, 14 Feb 2016 20:43:30 +0900, by Yuya Nishihara
-
revset: drop redundant check for unknown alias argumentsSun, 14 Feb 2016 20:27:08 +0900, by Yuya Nishihara
-
revset: move tagging of alias arguments from tokenization to parsing phaseSun, 14 Feb 2016 19:48:33 +0900, by Yuya Nishihara
-
revset: add test that should fail if '_aliasarg' tag is removedSun, 14 Feb 2016 21:46:50 +0900, by Yuya Nishihara
-
templater: do not strip non-quote characters from template configSun, 27 Mar 2016 17:42:19 +0900, by Yuya Nishihara
-
rebase: fix crash when rebase aborts while rebasing obsolete revisionsTue, 29 Mar 2016 11:50:41 -0700, by Laurent Charignon
-
rebase: refactor of error handling code path for rebaseskipobsoleteTue, 29 Mar 2016 11:49:45 -0700, by Laurent Charignon
-
destutil: show message and hint at updating to the closed head as warningTue, 29 Mar 2016 23:59:32 +0900, by FUJIWARA Katsunori
-
destutil: make messages at updating to the closed head usual formTue, 29 Mar 2016 23:59:32 +0900, by FUJIWARA Katsunori
-
py3: make test-ui-color use print_functionTue, 29 Mar 2016 16:41:32 +0530, by Pulkit Goyal