Mercurial > hg
graph
-
tests: add setsockopt() output on Python 3Tue, 22 Jan 2019 18:11:34 -0800, by Gregory Szorc
-
hgweb: don't use raw string for session varsTue, 22 Jan 2019 18:07:51 -0800, by Gregory Szorc
-
tests: normalize to bytes in test-install.tTue, 22 Jan 2019 17:50:52 -0800, by Gregory Szorc
-
config: reject str sections and keys on Python 3Tue, 22 Jan 2019 17:08:53 -0800, by Gregory Szorc
-
tests: add size and hash for Python 3Tue, 22 Jan 2019 17:02:40 -0800, by Gregory Szorc
-
httppeer: use %s for formattingTue, 22 Jan 2019 16:58:48 -0800, by Gregory Szorc
-
tests: add b'' to notcapableTue, 22 Jan 2019 16:54:56 -0800, by Gregory Szorc
-
tests: add b'' to test-missing-capability.tTue, 22 Jan 2019 16:53:24 -0800, by Gregory Szorc
-
fuzz: exercise more of the lazymanifest codeTue, 22 Jan 2019 11:41:22 -0500, by Augie Fackler
-
fuzz: restrict manifest input sizeTue, 22 Jan 2019 11:41:09 -0500, by Augie Fackler
-
fuzz: exercise more of the revlog APITue, 22 Jan 2019 11:02:10 -0500, by Augie Fackler
-
fuzz: don't allow enormous revlog inputs eitherTue, 22 Jan 2019 11:18:05 -0500, by Augie Fackler
-
ui: remove unreachable branches and function calls from write() (issue6059) stableThu, 24 Jan 2019 21:38:02 +0900, by Yuya Nishihara
-
ui: inline _writenobuf() into write() due to performance issue stableThu, 24 Jan 2019 21:35:55 +0900, by Yuya Nishihara
-
ui: inline _write() into write() due to performance issue stableThu, 24 Jan 2019 21:34:48 +0900, by Yuya Nishihara
-
partialdiscovery: avoid `undecided` related computation sooner than necessary stableWed, 23 Jan 2019 18:07:42 -0500, by Boris Feld
-
revlog: fix resolution of revlog version 0 stableMon, 21 Jan 2019 22:14:29 +0900, by Yuya Nishihara
-
merge with stableTue, 22 Jan 2019 10:55:45 -0800, by Martin von Zweigbergk
-
rust: add comment about lack of wdirrev handling stableSun, 20 Jan 2019 11:57:36 +0900, by Yuya Nishihara
-
templatekw: fix crash on multiple latesttags resolution at wdir (issue6055) stableSun, 20 Jan 2019 11:51:21 +0900, by Yuya Nishihara
-
test-template-keywords: add test for {latesttag} of wdir() revision stableSun, 20 Jan 2019 11:39:16 +0900, by Yuya Nishihara
-
narrow: fix crash when restoring backup in legacy repo stableFri, 18 Jan 2019 23:32:26 -0800, by Martin von Zweigbergk
-
revset: introduce an internal `_rev` predicate for '%d' usage stableFri, 18 Jan 2019 14:21:47 +0100, by Boris Feld
-
help: document the minimumhgversion variable for extensions stableFri, 18 Jan 2019 23:22:56 -0500, by Matt Harbison
-
help: modernize the example for command registration stableFri, 18 Jan 2019 23:13:04 -0500, by Matt Harbison
-
Added tag 4.9rc0 for changeset 593718ff5844 stableFri, 18 Jan 2019 13:32:00 -0500, by Augie Fackler
-
merge default into stable for 4.9 release stable 4.9rc0Fri, 18 Jan 2019 13:28:22 -0500, by Augie Fackler
-
update: fix edge-case with update.atomic-file and read-only filesThu, 10 Jan 2019 14:57:01 +0100, by Boris Feld
-
scmutil: drop unreachable except clauseWed, 16 Jan 2019 16:49:15 -0800, by Martin von Zweigbergk
-
tests: suppress "Checked out 1 paths of <hash>" from modern gitWed, 16 Jan 2019 21:32:15 -0800, by Martin von Zweigbergk
-
revlog: document that mmap resources are released implicitly by GCSun, 13 Jan 2019 14:56:26 +0900, by Yuya Nishihara
-
ui: proxy protect/restorestdio() calls to update internal flagWed, 26 Sep 2018 21:41:52 +0900, by Yuya Nishihara
-
ui: move protectedstdio() context manager from procutilWed, 26 Sep 2018 21:29:13 +0900, by Yuya Nishihara
-
cext: clang-format new code coming from stable branchThu, 10 Jan 2019 21:29:24 +0900, by Yuya Nishihara
-
match: support rooted globs in hgignoreThu, 03 Jan 2019 19:02:46 -0500, by Valentin Gatien-Baron
-
resolve: fix mark-check when a file was deleted on one side (issue6020)Wed, 07 Nov 2018 15:45:09 -0800, by Kyle Lippincott
-
discovery: compute newly discovered missing in a more efficient wayFri, 04 Jan 2019 16:04:48 +0100, by Boris Feld
-
exthelper: drop the addattr() decoratorThu, 17 Jan 2019 00:16:00 -0500, by Matt Harbison
-
revsetbenchmark: add more example for roots usagesMon, 14 Jan 2019 18:19:22 +0100, by Boris Feld
-
dagop: minor python optimization to `headrevs`Mon, 14 Jan 2019 17:15:21 +0100, by Boris Feld
-
revset: use changelog's `headrevs` method to compute headsMon, 14 Jan 2019 17:10:51 +0100, by Boris Feld
-
revlog: accept a revs argument in `headrevs`Mon, 14 Jan 2019 17:06:00 +0100, by Boris Feld
-
revset: inline parents computation to reuse the input argumentMon, 14 Jan 2019 16:53:55 +0100, by Boris Feld
-
revsetbenchmarks: add various examples around the 'heads()' revsetSun, 13 Jan 2019 22:24:11 +0100, by Boris Feld
-
revsetbenchmarks: support revset starting with a "-"Mon, 14 Jan 2019 16:01:17 +0100, by Boris Feld
-
py3: two more passing tests from the ratchetThu, 17 Jan 2019 04:35:33 -0500, by Augie Fackler
-
py3: test*gendoc*.t passes on Python 3Wed, 16 Jan 2019 11:42:50 -0500, by Augie Fackler
-
bdiff: drop duplicate definition of splitnewlines()Wed, 16 Jan 2019 16:55:52 -0800, by Martin von Zweigbergk
-
tests: also skip remotefilelog *.py tests on WindowsWed, 16 Jan 2019 21:54:16 -0500, by Matt Harbison
-
py3: add 10 more passing tests caught by ratchetWed, 16 Jan 2019 23:44:08 +0530, by Pulkit Goyal
-
remotefilelog: import Queue on Python 2, and queue on Python 3Wed, 16 Jan 2019 10:56:39 -0500, by Augie Fackler
-
py3: all fastannotate tests now passWed, 16 Jan 2019 11:57:20 -0500, by Augie Fackler
-
fastannotate: adapt to buffer() going a way in Python 3Wed, 16 Jan 2019 11:56:43 -0500, by Augie Fackler
-
fastannotate: use pycompat.maplist instead of mapWed, 16 Jan 2019 11:56:08 -0500, by Augie Fackler
-
fastannotate: slice strings to get single characterWed, 16 Jan 2019 11:55:49 -0500, by Augie Fackler
-
fastannotate: fix isinstance checks to be against bytes instead of strWed, 16 Jan 2019 11:55:01 -0500, by Augie Fackler