Thu, 07 Nov 2019 14:56:30 -0500 Augie Fackler packaging: remove references to debian jessie
Thu, 07 Nov 2019 14:39:02 -0500 Augie Fackler sqlitestore: remove superfluous r-prefixes on strings
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Sun, 10 Nov 2019 07:30:14 -0800 Raphaël Gomès rust-threads: force Rayon to respect the worker count in config
Fri, 18 Oct 2019 07:20:26 +0100 Ian Moody phabricator: use context manager form of progress in uploadchunks
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Thu, 07 Nov 2019 03:59:22 -0800 Martin von Zweigbergk formatting: remove another data-ogre from the config example
Thu, 07 Nov 2019 03:46:48 -0800 Martin von Zweigbergk fix: replace str() by b'%d' for formatting integer
Thu, 08 Jan 2009 02:03:00 +0000 Vernon Tang zeroconf: improve the extension's documentation
Wed, 06 Nov 2019 16:30:14 -0500 Augie Fackler branchmap: pytype is confused about bytestr
Wed, 06 Nov 2019 15:34:40 -0500 Augie Fackler mail: suppress a pytype error that's just experimentally wrong
Wed, 06 Nov 2019 15:12:13 -0500 Augie Fackler dagparser: suppress some pytype errors around pycompat.bytestring
Wed, 06 Nov 2019 14:48:34 -0500 Augie Fackler encoding: add comment-based type hints for pytype
Fri, 08 Nov 2019 23:26:50 +0900 Yuya Nishihara merge with stable
Thu, 17 Oct 2019 19:29:22 -0400 Augie Fackler dirs: reject consecutive slashes in paths
Tue, 05 Nov 2019 22:56:12 -0500 Matt Harbison tests: quote $PYTHON in test-byteify-strings.t
Wed, 06 Nov 2019 00:35:41 -0800 Martin von Zweigbergk repoview: define filteredchangelog as a top-level (non-local) class
Wed, 06 Nov 2019 17:35:24 -0500 Augie Fackler cmdutil: suppress bogus pytype errors
Wed, 06 Nov 2019 17:25:43 -0500 Augie Fackler changegroup: suppress pytype error that's wrong
Wed, 06 Nov 2019 17:23:47 -0500 Augie Fackler changegroup: avoid shadowing a set with an int
Wed, 06 Nov 2019 17:19:33 -0500 Augie Fackler bundle2: more pytype suppressions around bytestring
Wed, 06 Nov 2019 16:26:53 -0500 Augie Fackler archival: suppress some incorrect pytype failures
Wed, 06 Nov 2019 15:42:30 -0500 Augie Fackler simplemerge: disable a pytype error where it's just confused
Wed, 06 Nov 2019 15:42:12 -0500 Augie Fackler match: suppress error about subscripting an exception
Wed, 06 Nov 2019 15:35:44 -0500 Augie Fackler vfs: more attribute suppressions
Wed, 06 Nov 2019 15:35:21 -0500 Augie Fackler mdiff: mark diffopts as having dynamic attributes
Wed, 06 Nov 2019 15:29:08 -0500 Augie Fackler vfs: suppress some pytype errors around us using a private attribute
Wed, 06 Nov 2019 15:24:44 -0500 Augie Fackler wireprototypes: disable pytype where it's just confused
Wed, 06 Nov 2019 15:16:04 -0500 Augie Fackler scmposix: another suppression on IOError subscripting
Wed, 06 Nov 2019 15:15:42 -0500 Augie Fackler pvec: add an explicit type hint to help pytype
Wed, 06 Nov 2019 15:12:46 -0500 Augie Fackler procutil: suppress pytype warnings around windows-only attributes
Wed, 06 Nov 2019 15:03:02 -0500 Augie Fackler posix: add a pytype suppression
Wed, 06 Nov 2019 14:48:22 -0500 Augie Fackler color: suppress pytype warning on a windows-only module
Wed, 06 Nov 2019 14:20:27 -0500 Augie Fackler compression: tell pytype to not sweat a missing `zstd` module
Wed, 06 Nov 2019 17:46:26 -0500 Augie Fackler pytype: don't warn us about ignored-on-py3 metaclasses
Wed, 06 Nov 2019 14:12:53 -0500 Augie Fackler linelog: be more careful about types before looking for _target attribute
Wed, 06 Nov 2019 14:11:29 -0500 Augie Fackler linelog: suppress annoying pytype warning about an ignored metaclass
Wed, 06 Nov 2019 14:10:09 -0500 Augie Fackler hgignore: ignore generated pytype stubs
Wed, 06 Nov 2019 14:09:36 -0500 Augie Fackler hghave: add a check for pytype, Google's Python type checker
Wed, 06 Nov 2019 15:13:23 -0500 Augie Fackler encoding: define local identify functions with explicit type comments
Wed, 06 Nov 2019 15:19:23 -0500 Augie Fackler vfs: add NotImplementedError version of join
Wed, 06 Nov 2019 15:11:30 -0500 Augie Fackler vfs: add a NotImplementedError implementation of __call__
Wed, 06 Nov 2019 15:19:56 -0500 Augie Fackler vfs: fix erroneous bytes constants
Wed, 06 Nov 2019 15:17:38 -0500 Augie Fackler pvec: migrate to modern integer division
Wed, 06 Nov 2019 17:46:12 -0500 Augie Fackler templateutil: fix a missing ABCMeta assignment
Wed, 06 Nov 2019 15:15:00 -0500 Augie Fackler pvec: fix overlooked chr() call
Wed, 06 Nov 2019 15:29:28 -0500 Augie Fackler vfs: another bytes-str confusion on thread name
Wed, 06 Nov 2019 14:19:05 -0500 Augie Fackler statprof: correctly always pass a str as the thread name
Wed, 06 Nov 2019 16:54:34 +0100 Denis Laxalde py3: fix handling of ctrl keys in crecord (issue6213) stable
Wed, 06 Nov 2019 16:53:01 +0100 Denis Laxalde py3: keep "keypressed" a native str in crecord stable
Wed, 06 Nov 2019 17:12:13 +0100 Denis Laxalde py3: compare response of crecord's confirmationwindow with str stable
Thu, 07 Nov 2019 08:58:26 +0100 Denis Laxalde py3: compare http server's command with a native string stable
Wed, 06 Nov 2019 13:46:16 +0100 Raphaël Gomès rust-status: remove dead code
Tue, 05 Nov 2019 18:32:00 -0500 Matt Harbison hghave: disallow symlinks on Windows
Tue, 05 Nov 2019 15:00:44 -0800 Martin von Zweigbergk repoview: avoid wrapping changelog if there's nothing to filter
Tue, 05 Nov 2019 14:33:02 -0800 Martin von Zweigbergk repoview: move changelog.flags() override to filteredchangelog
Tue, 05 Nov 2019 14:31:50 -0800 Martin von Zweigbergk repoview: move changelog.parentrevs() override to filteredchangelog
Tue, 05 Nov 2019 14:23:32 -0800 Martin von Zweigbergk repoview: move changelog.linkrev() override to filteredchangelog
Tue, 05 Nov 2019 14:22:25 -0800 Martin von Zweigbergk repoview: move changelog.node() override to filteredchangelog
Tue, 05 Nov 2019 14:21:47 -0800 Martin von Zweigbergk repoview: move changelog.rev() override to filteredchangelog
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip