mercurial at 43494: 26 new changesets

Mercurial Commits hg at intevation.de
Fri Nov 8 15:15:37 UTC 2019


26 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/5f2a8dabb0d8
changeset:   43469:5f2a8dabb0d8
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:13:23 2019 -0500
summary:     encoding: define local identify functions with explicit type comments

https://www.mercurial-scm.org/repo/hg/rev/32ac4d0b4102
changeset:   43470:32ac4d0b4102
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 14:09:36 2019 -0500
summary:     hghave: add a check for pytype, Google's Python type checker

https://www.mercurial-scm.org/repo/hg/rev/8492c6293c31
changeset:   43471:8492c6293c31
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 14:10:09 2019 -0500
summary:     hgignore: ignore generated pytype stubs

https://www.mercurial-scm.org/repo/hg/rev/acc4047c2194
changeset:   43472:acc4047c2194
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 14:11:29 2019 -0500
summary:     linelog: suppress annoying pytype warning about an ignored metaclass

https://www.mercurial-scm.org/repo/hg/rev/14e374d4c9ee
changeset:   43473:14e374d4c9ee
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 14:12:53 2019 -0500
summary:     linelog: be more careful about types before looking for _target attribute

https://www.mercurial-scm.org/repo/hg/rev/70d42e2ad9b4
changeset:   43474:70d42e2ad9b4
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 17:46:26 2019 -0500
summary:     pytype: don't warn us about ignored-on-py3 metaclasses

https://www.mercurial-scm.org/repo/hg/rev/9ce76155e0da
changeset:   43475:9ce76155e0da
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 14:20:27 2019 -0500
summary:     compression: tell pytype to not sweat a missing `zstd` module

https://www.mercurial-scm.org/repo/hg/rev/949b4d545c90
changeset:   43476:949b4d545c90
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 14:48:22 2019 -0500
summary:     color: suppress pytype warning on a windows-only module

https://www.mercurial-scm.org/repo/hg/rev/147576a4e6a2
changeset:   43477:147576a4e6a2
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:03:02 2019 -0500
summary:     posix: add a pytype suppression

https://www.mercurial-scm.org/repo/hg/rev/54f4d094bab1
changeset:   43478:54f4d094bab1
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:12:46 2019 -0500
summary:     procutil: suppress pytype warnings around windows-only attributes

https://www.mercurial-scm.org/repo/hg/rev/8e89b6e1e0cd
changeset:   43479:8e89b6e1e0cd
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:15:42 2019 -0500
summary:     pvec: add an explicit type hint to help pytype

https://www.mercurial-scm.org/repo/hg/rev/667f56d73ceb
changeset:   43480:667f56d73ceb
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:16:04 2019 -0500
summary:     scmposix: another suppression on IOError subscripting

https://www.mercurial-scm.org/repo/hg/rev/f5fcf7123a92
changeset:   43481:f5fcf7123a92
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:24:44 2019 -0500
summary:     wireprototypes: disable pytype where it's just confused

https://www.mercurial-scm.org/repo/hg/rev/fc19f8ab8199
changeset:   43482:fc19f8ab8199
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:29:08 2019 -0500
summary:     vfs: suppress some pytype errors around us using a private attribute

https://www.mercurial-scm.org/repo/hg/rev/f2f460cdb4f5
changeset:   43483:f2f460cdb4f5
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:35:21 2019 -0500
summary:     mdiff: mark diffopts as having dynamic attributes

https://www.mercurial-scm.org/repo/hg/rev/da9ecbb10368
changeset:   43484:da9ecbb10368
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:35:44 2019 -0500
summary:     vfs: more attribute suppressions

https://www.mercurial-scm.org/repo/hg/rev/6ff196d2553b
changeset:   43485:6ff196d2553b
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:42:12 2019 -0500
summary:     match: suppress error about subscripting an exception

https://www.mercurial-scm.org/repo/hg/rev/3b581ad59459
changeset:   43486:3b581ad59459
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 15:42:30 2019 -0500
summary:     simplemerge: disable a pytype error where it's just confused

https://www.mercurial-scm.org/repo/hg/rev/d5bef33ab83c
changeset:   43487:d5bef33ab83c
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 16:26:53 2019 -0500
summary:     archival: suppress some incorrect pytype failures

https://www.mercurial-scm.org/repo/hg/rev/ea25b4673231
changeset:   43488:ea25b4673231
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 17:19:33 2019 -0500
summary:     bundle2: more pytype suppressions around bytestring

https://www.mercurial-scm.org/repo/hg/rev/ea0b44255a31
changeset:   43489:ea0b44255a31
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 17:23:47 2019 -0500
summary:     changegroup: avoid shadowing a set with an int

https://www.mercurial-scm.org/repo/hg/rev/5b5e62c24b2e
changeset:   43490:5b5e62c24b2e
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 17:25:43 2019 -0500
summary:     changegroup: suppress pytype error that's wrong

https://www.mercurial-scm.org/repo/hg/rev/9391784299e9
changeset:   43491:9391784299e9
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 06 17:35:24 2019 -0500
summary:     cmdutil: suppress bogus pytype errors

https://www.mercurial-scm.org/repo/hg/rev/bad4a26b4607
changeset:   43492:bad4a26b4607
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Nov 06 00:35:41 2019 -0800
summary:     repoview: define filteredchangelog as a top-level (non-local) class

https://www.mercurial-scm.org/repo/hg/rev/3a463e5e470b
changeset:   43493:3a463e5e470b
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Nov 05 22:56:12 2019 -0500
summary:     tests: quote $PYTHON in test-byteify-strings.t

https://www.mercurial-scm.org/repo/hg/rev/5d40317d42b7
changeset:   43494:5d40317d42b7
bookmark:    @
tag:         tip
user:        Augie Fackler <augie at google.com>
date:        Thu Oct 17 19:29:22 2019 -0400
summary:     dirs: reject consecutive slashes in paths

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list