Mercurial > hg
graph
-
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
-
absorb: add a pycompat.bytestr() to fix --edit-lines functionality on Python 3Wed, 16 Jan 2019 11:33:43 -0500, by Augie Fackler
-
remotefilelog: fix some bytes/str portability issues for Python 3Wed, 16 Jan 2019 11:03:04 -0500, by Augie Fackler
-
shallowutil: fsdecode the bytes group name before passing to osWed, 16 Jan 2019 11:02:20 -0500, by Augie Fackler
-
shallowutil: slice off a byte instead of subscriptingWed, 16 Jan 2019 11:01:45 -0500, by Augie Fackler
-
remotefilelog: check against bytes type instead of buffer and coerce to bytesWed, 16 Jan 2019 11:01:16 -0500, by Augie Fackler
-
remotefilelog: use list comprehension instead of filter for py3 portabilityWed, 16 Jan 2019 11:00:10 -0500, by Augie Fackler
-
tests: fix up uses of xrange in remotefilelog tests for py3Wed, 16 Jan 2019 10:59:32 -0500, by Augie Fackler
-
tests: add missing b prefixes in remotefilelog-getflogheads.pyWed, 16 Jan 2019 10:59:09 -0500, by Augie Fackler
-
tests: make python oneliner portable to python 3 in remotefilelog testWed, 16 Jan 2019 10:58:31 -0500, by Augie Fackler
-
remotefilelog: implement __bool__ as well as __nonzero__ for py3Wed, 16 Jan 2019 10:58:09 -0500, by Augie Fackler
-
remotefilelog: fix logging in retry decoratorWed, 16 Jan 2019 10:57:38 -0500, by Augie Fackler
-
basepack: avoid 'rbe' mode in Python 3Wed, 16 Jan 2019 10:56:15 -0500, by Augie Fackler
-
remotefilelog: do file IO in terms of bytesWed, 16 Jan 2019 10:55:42 -0500, by Augie Fackler
-
rust-cpython: using MissingAncestors from Python codeFri, 30 Nov 2018 14:35:57 +0100, by Georges Racinet
-
rust: MissingAncestors.basesheads()Mon, 14 Jan 2019 17:07:39 +0100, by Georges Racinet
-
discovery: using the new basesheads()Mon, 14 Jan 2019 18:52:01 +0100, by Georges Racinet
-
ancestor: incrementalmissingancestors.basesheads()Mon, 14 Jan 2019 18:36:09 +0100, by Georges Racinet
-
rust-cpython: set conversion for MissingAncestors.bases()Mon, 14 Jan 2019 17:46:14 +0100, by Georges Racinet