Mercurial > hg
graph
-
hgweb: allow defining Server response header for HTTP serverTue, 13 Mar 2018 09:45:56 -0700, by Gregory Szorc
-
tests: use $HTTP_DATE$ for Date headerTue, 13 Mar 2018 08:58:52 -0700, by Gregory Szorc
-
debugcommands: introduce actions to perform deterministic readsMon, 12 Mar 2018 15:49:02 -0700, by Gregory Szorc
-
httppeer: refactor how httppeer is created (API)Wed, 07 Mar 2018 20:41:59 -0800, by Gregory Szorc
-
bundle: condition the changegroup part when creating a new bundleWed, 31 Jan 2018 09:41:47 +0100, by Boris Feld
-
stack: return a sorted smartrev by defaultFri, 19 Jan 2018 17:29:50 +0100, by Boris Feld
-
histedit: use the new stack definition for histeditFri, 19 Jan 2018 17:09:24 +0100, by Boris Feld
-
show: use the new stack definition for show stackFri, 19 Jan 2018 16:52:56 +0100, by Boris Feld
-
stack: import Evolve stack test fileFri, 19 Jan 2018 16:52:02 +0100, by Boris Feld
-
stack: add a new module for stack-related commandsFri, 19 Jan 2018 15:25:06 +0100, by Boris Feld
-
filemerge: use a single temp dir instead of temp filesFri, 19 Jan 2018 19:07:58 -0800, by Kyle Lippincott
-
filemerge: move temp file unlinks to _maketempfilesFri, 19 Jan 2018 19:14:09 -0800, by Kyle Lippincott
-
hgweb: refactor multirequest to be a dict of listsFri, 16 Mar 2018 09:41:21 -0700, by Gregory Szorc
-
py3: use "%d" % int instead of str(int)Sun, 04 Mar 2018 22:35:29 +0530, by Pulkit Goyal
-
py3: use pycompat.bytestr() in dirstate.pyMon, 19 Mar 2018 00:06:10 +0530, by Pulkit Goyal
-
py3: make tests/test-log-linerange.t work on Python 3Mon, 19 Mar 2018 00:02:59 +0530, by Pulkit Goyal
-
py3: use print as a function in tests/test-narrow-clone-non-narrow-server.tMon, 19 Mar 2018 00:04:38 +0530, by Pulkit Goyal
-
tests: stop over-specifying tempfile nameSun, 04 Mar 2018 16:23:03 -0500, by Augie Fackler
-
wireproto: explicitly flush stdio to prevent stalls on WindowsSat, 10 Mar 2018 23:58:01 -0500, by Matt Harbison
-
test-lfs: glob over some output changesSun, 18 Mar 2018 15:32:49 -0400, by Matt Harbison
-
templater: factor out helper that renders named template as stringFri, 16 Mar 2018 21:24:12 +0900, by Yuya Nishihara
-
templater: rename .render(mapping) to .renderdefault(mapping) (API)Sat, 17 Mar 2018 11:23:04 +0900, by Yuya Nishihara
-
templater: fix invalid reference of runsymbol in doctestSat, 17 Mar 2018 15:22:14 +0900, by Yuya Nishihara
-
cmdutil: drop redundant import of merge moduleSun, 18 Mar 2018 12:54:03 +0900, by Yuya Nishihara
-
annotate: add support for template keywords and functions depending on ctxSun, 11 Mar 2018 21:36:28 +0900, by Yuya Nishihara
-
formatter: unblock storing fctx as a template resourceSun, 11 Mar 2018 21:26:15 +0900, by Yuya Nishihara
-
templater: process mapping dict by resource callablesSun, 11 Mar 2018 21:12:02 +0900, by Yuya Nishihara
-
templater: convert resources to a table of callables for future extensionSun, 11 Mar 2018 21:05:29 +0900, by Yuya Nishihara
-
rebase: on abort, don't strip commits that didn't need rebased (issue5822) stableThu, 15 Mar 2018 22:35:07 -0700, by Martin von Zweigbergk
-
rebase: avoid defining two lists with the same contents stableThu, 15 Mar 2018 21:40:51 -0700, by Martin von Zweigbergk