Mercurial > hg
graph
-
templater: unify unwrapvalue() with _unwrapvalue()Wed, 04 Apr 2018 21:06:14 +0900, by Yuya Nishihara
-
templater: inline unwrapvalue()Wed, 04 Apr 2018 21:01:21 +0900, by Yuya Nishihara
-
run-tests: update the test case name formatSun, 13 May 2018 23:18:26 +0200, by Boris Feld
-
run-tests: add support for running specific test casesThu, 26 Apr 2018 23:57:20 +0200, by Boris Feld
-
configitems: drop the deprecated alias for commands.update.checkSun, 03 Jun 2018 17:02:38 +0530, by Pulkit Goyal
-
graft: correct documentation about options can be reappliedSat, 02 Jun 2018 15:55:28 +0530, by Sushil khanchi
-
cmdutil: use internal separators when building the terse listSat, 02 Jun 2018 22:18:12 -0400, by Matt Harbison
-
advanceboundary: add dryrun parameterWed, 30 May 2018 14:20:09 +0530, by Sushil khanchi
-
grep: enable passing wdir as a revisionWed, 30 May 2018 17:37:17 +0530, by Sangeet Kumar Mishra
-
outgoing: drop an extraneous URL parseFri, 01 Jun 2018 23:33:17 -0400, by Matt Harbison
-
config: rename allow_archive to allow-archiveMon, 14 May 2018 12:38:05 +0200, by David Demelier
-
hgweb: fill {rename} even if ?linerange is specifiedSat, 21 Apr 2018 17:31:03 +0900, by Yuya Nishihara
-
hgweb: wrap {earlycommands} and {othercommands} of help with mappinggeneratorWed, 04 Apr 2018 20:53:16 +0900, by Yuya Nishihara
-
hgweb: wrap {topics}es of help with mappinggenerator or mappinglistWed, 04 Apr 2018 20:51:49 +0900, by Yuya Nishihara
-
hgweb: wrap {edges} of {nodes} of graph with mappinglistWed, 04 Apr 2018 20:48:37 +0900, by Yuya Nishihara
-
hgweb: wrap {nodes} of graph with mappinggeneratorWed, 04 Apr 2018 20:48:00 +0900, by Yuya Nishihara
-
hgweb: adapt {jsdata} of graph to mappinggeneratorWed, 04 Apr 2018 20:46:12 +0900, by Yuya Nishihara
-
hgweb: wrap {nextentry} of graph with mappinglistWed, 04 Apr 2018 20:44:18 +0900, by Yuya Nishihara
-
setup: write version constant as bytes literalFri, 01 Jun 2018 23:02:36 +0900, by Yuya Nishihara
-
spartan: don't show '[up]' in file view when in root directory alreadyThu, 31 May 2018 18:53:28 +0800, by Anton Shestakov
-
monoblue: don't show '[up]' in file view when in root directory alreadyThu, 31 May 2018 18:39:35 +0800, by Anton Shestakov
-
gitweb: don't show '[up]' in file view when in root directory alreadyThu, 31 May 2018 18:33:49 +0800, by Anton Shestakov
-
paper: don't show '[up]' in file view when in root directory alreadyThu, 31 May 2018 18:01:54 +0800, by Anton Shestakov
-
spartan: add missing closing tagsThu, 31 May 2018 16:52:02 +0800, by Anton Shestakov
-
templatefilters: add commonprefixFri, 20 Apr 2018 15:21:03 +0200, by Joerg Sonnenberger
-
py3: add 3 new passing tests to whitelistSun, 20 May 2018 19:07:51 +0530, by Pulkit Goyal
-
serve: add option print-urlThu, 24 May 2018 09:56:28 +0000, by Nicola Spanti
-
mpatch: avoid integer overflow in combine() (SEC) stable 4.6.1Mon, 30 Apr 2018 22:24:58 -0400, by Augie Fackler
-
mpatch: avoid integer overflow in mpatch_decode (SEC) stableMon, 30 Apr 2018 22:23:06 -0400, by Augie Fackler
-
mpatch: fix UB integer overflows in discard() (SEC) stableMon, 30 Apr 2018 22:20:13 -0400, by Augie Fackler
-
mpatch: fix UB in int overflows in gather() (SEC) stableMon, 30 Apr 2018 22:15:11 -0400, by Augie Fackler
-
mpatch: introduce a safesub() helper as well stableThu, 03 May 2018 12:54:20 -0400, by Augie Fackler
-
mpatch: introduce a safeadd() helper to work around UB int overflow stableMon, 30 Apr 2018 22:13:42 -0400, by Augie Fackler
-
mpatch: ensure fragment start isn't past the end of orig (SEC) stableSat, 28 Apr 2018 10:09:12 -0400, by Augie Fackler
-
mpatch: protect against underflow in mpatch_apply (SEC) stableSat, 28 Apr 2018 02:04:56 -0400, by Augie Fackler
-
mpatch: be more careful about parsing binary patch data (SEC) stableSat, 28 Apr 2018 00:42:16 -0400, by Augie Fackler
-
zstandard: pull in bug fixes from upstream 0.9.1 release (issue5884) stableWed, 06 Jun 2018 09:14:33 -0700, by Gregory Szorc
-
templatefuncs: only render text portion of minirst.format() result stableWed, 06 Jun 2018 21:19:42 +0800, by Anton Shestakov
-
tests: demonstrate that hgweb renders "pruned" that minirst.format() returns stableWed, 06 Jun 2018 21:15:26 +0800, by Anton Shestakov
-
rebase: avoid RevlogError when computing obsoletenotrebased (issue5907) stableTue, 05 Jun 2018 23:49:54 -0400, by Matt Harbison
-
rebase: prioritize indicating an interrupted rebase over update (issue5838) stableSat, 02 Jun 2018 13:44:44 -0400, by Matt Harbison
-
tests: demonstrate inconsistent messaging around interrupted rebases stableSat, 02 Jun 2018 13:25:45 -0400, by Matt Harbison
-
tests: adapt test-check-pylint to run on Windows stableThu, 31 May 2018 22:15:52 -0400, by Matt Harbison
-
hghave: avoid a deadlock reading the child process's output stableThu, 31 May 2018 22:11:47 -0400, by Matt Harbison
-
lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902) stableThu, 31 May 2018 09:19:09 -0400, by Matt Harbison
-
revlog: disallow setting uncompressed length to NoneSat, 26 May 2018 11:33:02 +0900, by Yuya Nishihara
-
unionrepo: fill in uncompressed length of revlog entrySat, 26 May 2018 11:31:51 +0900, by Yuya Nishihara
-
fuzz: add clean targetSun, 29 Apr 2018 19:48:16 -0400, by Augie Fackler
-
fuzzutil: make it possible to use absl when C++17 isn't supportedMon, 30 Apr 2018 22:02:07 -0400, by Augie Fackler
-
fuzz: extract some common utilities and use modern C++ idiomsSat, 28 Apr 2018 22:18:50 -0400, by Augie Fackler
-
tests: update fuzzer tests to include both fuzzersSat, 28 Apr 2018 22:13:33 -0400, by Augie Fackler
-
transaction-summary: show phase changes statistics in pull/unbundleThu, 24 May 2018 12:19:50 +0200, by Denis Laxalde
-
outgoing: pay attention to `default:pushurl` for bookmarks and subreposMon, 28 May 2018 01:36:34 -0400, by Matt Harbison
-
revlog: make chainbase cache its result for the correct revisionSat, 21 Apr 2018 17:27:57 +0200, by Paul Morelle
-
revlog: make getcandidaterevs more consistent about updating tested revs setWed, 07 Mar 2018 11:10:22 +0100, by Paul Morelle
-
templatekw: make getrenamed() return only filename, not nodeidMon, 26 Mar 2018 10:49:01 -0700, by Martin von Zweigbergk
-
py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.nameSat, 26 May 2018 12:38:07 +0900, by Yuya Nishihara