Mercurial > hg
graph
-
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
-
py3: wrap tempfile.mkdtemp() to use bytes pathSat, 26 May 2018 12:20:36 +0900, by Yuya Nishihara
-
py3: wrap tempfile.mkstemp() to use bytes pathSat, 26 May 2018 12:14:04 +0900, by Yuya Nishihara
-
extensions: remove strip_init=True from _disabledpaths()Thu, 03 May 2018 18:39:58 +0900, by Yuya Nishihara
-
extensions: peek command table of disabled extensions without importingThu, 03 May 2018 18:38:02 +0900, by Yuya Nishihara
-
lfs: clarify pointer validation error messagesThu, 26 Apr 2018 23:00:19 -0400, by Matt Harbison
-
terse: pconvert() entries added to the temporary terse dict for WindowsTue, 22 May 2018 23:22:15 -0400, by Matt Harbison
-
filemerge: don't pass function name as loadpath's module_name paramThu, 24 May 2018 15:56:47 -0600, by hindlemail
-
phases: define an official tuple of phases we do not shareTue, 22 May 2018 18:10:37 +0200, by Boris Feld
-
phases: define an official tuple of mutable phasesTue, 22 May 2018 18:10:00 +0200, by Boris Feld
-
repoview: use 'phasecache.getrevset' when computing 'unserved' filterMon, 21 May 2018 17:33:50 +0200, by Boris Feld
-
graft: drop --user and --date values info from hint in case of conflictsSat, 26 May 2018 02:11:09 +0530, by Pulkit Goyal
-
graft: reuse --user and --date values in `hg graft --continue` (BC)Fri, 25 May 2018 17:21:01 +0530, by Pulkit Goyal
-
tests: add test showing --continue not preserving --date and --user flagsSat, 26 May 2018 01:52:42 +0530, by Pulkit Goyal
-
graft: store user passed date and user information in graftstateFri, 25 May 2018 16:14:15 +0530, by Pulkit Goyal
-
graft: use cmdstate.delete() to delete the state fileFri, 25 May 2018 16:00:37 +0530, by Pulkit Goyal
-
graph: add outputgraph() function, called by ascii() to printThu, 24 May 2018 23:05:12 -0700, by John Stiles
-
graft: add test for reading old graftstate files with new mechanismWed, 28 Feb 2018 03:07:48 +0530, by Pulkit Goyal
-
graft: start using the cmdstate class to read and write data to graftstateFri, 25 May 2018 01:53:30 +0530, by Pulkit Goyal
-
graft: use state.cmdstate() to check whether graftstate existsFri, 25 May 2018 01:25:31 +0530, by Pulkit Goyal
-
graft: factor out function to read graft state in separate functionFri, 25 May 2018 01:15:30 +0530, by Pulkit Goyal
-
state: removing remaining instances of opts class variableFri, 25 May 2018 01:46:06 +0530, by Pulkit Goyal
-
help: mention pattern syntax of latesttag() template functionThu, 24 May 2018 23:26:28 +0900, by Yuya Nishihara
-
py3: replace str.format(x) with `str % x` in githelpWed, 23 May 2018 22:25:00 -0400, by Matt Harbison
-
githelp: drop the trailing period from single sentence output for consistencyWed, 23 May 2018 22:17:04 -0400, by Matt Harbison
-
hgweb: wrap {entries}* of filelog with mappinglistWed, 04 Apr 2018 20:37:52 +0900, by Yuya Nishihara
-
hgweb: don't use dict(key=value) to build a mapping dict in filelogWed, 04 Apr 2018 20:37:03 +0900, by Yuya Nishihara
-
hgweb: wrap {diffopts} of annotate by hybriddict()Wed, 04 Apr 2018 20:31:16 +0900, by Yuya Nishihara
-
hgweb: wrap {parents} of {annotate} with mappinggeneratorWed, 04 Apr 2018 20:29:58 +0900, by Yuya Nishihara
-
hgweb: wrap {annotate} with mappinggeneratorWed, 04 Apr 2018 20:28:51 +0900, by Yuya Nishihara
-
hgweb: wrap {bookmarks} of summary with mappinggeneratorWed, 04 Apr 2018 20:24:04 +0900, by Yuya Nishihara
-
hgweb: wrap {lastchange} of bookmarks with mappinglistWed, 04 Apr 2018 20:21:29 +0900, by Yuya Nishihara
-
hgweb: wrap {entries}* of bookmarks with mappinggeneratorWed, 04 Apr 2018 20:19:51 +0900, by Yuya Nishihara
-
state: raise CorruptedState error isntead of ProgrammingErrorWed, 23 May 2018 03:13:04 +0530, by Pulkit Goyal
-
localrepo: add docstring to _makedirstate to make it less likely to be removedTue, 22 May 2018 11:20:55 -0700, by Kyle Lippincott
-
scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)Tue, 15 May 2018 14:35:41 +0200, by David Demelier
-
githelp: cleanup one more abort messageTue, 22 May 2018 23:48:08 -0400, by Matt Harbison