Mercurial > hg
graph
-
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
-
rust: dagop.headrevs() Rust counterpartsMon, 14 Jan 2019 10:07:48 +0100, by Georges Racinet on ishtar.racinet.fr
-
rust: factorized testing GraphsMon, 14 Jan 2019 20:42:25 +0100, by Georges Racinet
-
rust-cpython: moved generic conversion fn out of ancestors moduleSat, 12 Jan 2019 16:57:04 +0100, by Georges Racinet
-
revset: transparently forward _intlist argument in all caseTue, 15 Jan 2019 20:24:17 +0100, by Boris Feld