November 2019 Archives by thread
Starting: Fri Nov 1 02:16:03 UTC 2019
Ending: Sun Dec 1 02:42:32 UTC 2019
Messages: 1409
- mercurial at 43350: 18 new changesets (18 on stable)
Mercurial Commits
- mercurial at 43353: 3 new changesets (3 on stable)
Mercurial Commits
- D7181: py3: make chistedit render
martinvonz (Martin von Zweigbergk)
- D7182: py3: handle keypresses in chistedit
martinvonz (Martin von Zweigbergk)
- D7183: py3: render message about conflicts in chistedit code
martinvonz (Martin von Zweigbergk)
- D7184: py3: avoid another b''.format() in chistedit
martinvonz (Martin von Zweigbergk)
- D7185: py3: open chistedit file in binary mode using vfs
martinvonz (Martin von Zweigbergk)
- D7186: py3: use native strings as keys into **opts in chistedit
martinvonz (Martin von Zweigbergk)
- [PATCH 1 of 8 stable] packaging: drop "support" for unsupported Fedora versions
Mads Kiilerich
- D7187: py3: fix fsmonitor error message formatting under Python3
touilleMan (Leblond Emmanuel)
- D7188: git: force using bytes in command name
maho (Maho)
- D7189: git: use bytes in command name, not unicode
maho (Maho)
- D7190: py3: fix fsmonitor's _watchmantofsencoding exception message encoding
touilleMan (Leblond Emmanuel)
- D7191: py3: fix exception display encoding in contrib/simplemerge.py
touilleMan (Leblond Emmanuel)
- D7192: py3: fix exception message check in test-linerange.py's testOutOfRange
touilleMan (Leblond Emmanuel)
- D7193: py3: fix exception message encoding in scmutil.py's simplekeyvaluefile.read
touilleMan (Leblond Emmanuel)
- D7194: py3: fix crecord.py's editpatchwitheditor exception message encoding
touilleMan (Leblond Emmanuel)
- D7195: py3: fix exception message encoding in infinitepush
touilleMan (Leblond Emmanuel)
- D7196: py3: fix fsmonitor's _handleunavailable exception message encoding
touilleMan (Leblond Emmanuel)
- D7197: automation: install black
indygreg (Gregory Szorc)
- D7180: tests: fix typo "includfe"
martinvonz (Martin von Zweigbergk)
- mercurial at 43361: 8 new changesets (8 on stable)
Mercurial Commits
- D7134: phabricator: use context manager form of progress in uploadchunks
Kwan (Ian Moody)
- D7198: lock: refactor in preparation for next commit
valentin.gatienbaron (Valentin Gatien-Baron)
- D7199: lock: fix race in lock-breaking code
valentin.gatienbaron (Valentin Gatien-Baron)
- mercurial at 43375: 14 new changesets (14 on stable)
Mercurial Commits
- D7200: histedit: restore hex nodeids to be 12 digits long
martinvonz (Martin von Zweigbergk)
- [PATCH 1 of 3 STABLE] demandimportpy3: only use lazy extension loader on Python 3.6+
Gregory Szorc
- D7203: fsmonitor: reapply dd35abc409ee
indygreg (Gregory Szorc)
- D7204: fsmonitor: reapply b1f62cd39b5c
indygreg (Gregory Szorc)
- D7205: fsmonitor: fix str/bytes mismatch when accessing watchman version
indygreg (Gregory Szorc)
- D7202: fsmonitor: remove pywatchman from exclusion rule
indygreg (Gregory Szorc)
- D7206: fsmonitor: coerce watchman exception to bytes
indygreg (Gregory Szorc)
- D7207: fsmonitor: access repo.root
indygreg (Gregory Szorc)
- D7208: fsmonitor: normalize hostname to bytes
indygreg (Gregory Szorc)
- D7201: fsmonitor: refresh pywatchman with upstream
indygreg (Gregory Szorc)
- D7209: fsmonitor: make _hashignore compatible with Python 3
indygreg (Gregory Szorc)
- D7210: fsmonitor: handle unicode keys in tuples
indygreg (Gregory Szorc)
- D7211: fsmonitor: normalize Watchman paths to bytes
indygreg (Gregory Szorc)
- D7212: fsmonitor: use next() instead of .next()
indygreg (Gregory Szorc)
- D7214: fsmonitor: normalize exception types to bytes
indygreg (Gregory Szorc)
- D7213: fsmonitor: normalize clock value to bytes
indygreg (Gregory Szorc)
- D7215: py3: use %d to format an int
Kwan (Ian Moody)
- [PATCH STABLE] ui: flush before prompting for input with readline
Gregory Szorc
- bugzilla weekly report (2019-11-04)
Octobot
- D7216: packaging: add support for CentOS 8
Mathiasdm (Mathias De Maré)
- D7217: packaging: allow choosing python version depending on centos version
Mathiasdm (Mathias De Maré)
- [PATCH STABLE] tests: handle Message-Id line wrapping in test-notify-changegroup.t
Denis Laxalde
- rpm repodata
Mathias De Maré
- [PATCH 1 of 3 STABLE] py3: use mail.parsebytes() in gnuarch catlog parser
Denis Laxalde
- [PATCH STABLE] perf: add a way to benchmark `dirstate.status`
Pierre-Yves David
- [PATCH 1 of 2 STABLE] py3: add Python 3 exception output to test-lfs-serve-access.t
Denis Laxalde
- mercurial at 43384: 9 new changesets (9 on stable)
Mercurial Commits
- [PATCH STABLE] hghave: fix bytes/string issue on Python 3
Augie Fackler
- mercurial at 43402: 18 new changesets (18 on stable)
Mercurial Commits
- D7218: fsmonitor: use stringutil.forcebytestr() instead of str() on an exception
Kwan (Ian Moody)
- D7219: hghave: decode black's version before passing to StrictVersion
Kwan (Ian Moody)
- D7220: contrib: require Python 3.7 for byteify-strings.py
Kwan (Ian Moody)
- D7061: convert: don't pass bytes to, or expect bytes from, emailparser
Kwan (Ian Moody)
- D7221: hghave: fix bytes/string issue on Python 3
durin42 (Augie Fackler)
- mercurial at 43405: 3 new changesets (3 on stable)
Mercurial Commits
- mercurial at 43407: 2 new changesets (2 on stable)
Mercurial Commits
- D7223: tests: remove HGALLOWPYTHON3 reference
indygreg (Gregory Szorc)
- D7224: tests: use venv on Python 3
indygreg (Gregory Szorc)
- D7222: run-tests: use byte strings for inserted output
indygreg (Gregory Szorc)
- D7225: import-checker: open all source files as utf-8
indygreg (Gregory Szorc)
- D7226: tests: write out file using bytes I/O
indygreg (Gregory Szorc)
- D7227: localrepo: use str for lookup in vars()
indygreg (Gregory Szorc)
- D7130: automation: avoid '~' in the temp directory on Windows
mharbison72 (Matt Harbison)
- D7229: automation: install python3-venv Debian package
indygreg (Gregory Szorc)
- D7228: tests: look for ensurepip before using venv
indygreg (Gregory Szorc)
- [PATCH 1 of 2 STABLE] py3: do not reimplement Abort.__str__() on Python 2
Yuya Nishihara
- mercurial at 43411: 4 new changesets (4 on stable)
Mercurial Commits
- [PATCH 4 of 4] revset: introduce a 'foo#stack[n]' subscript relation to access stack revisions
Pierre-Yves David
- mercurial at 43418: 7 new changesets (7 on stable)
Mercurial Commits
- D7230: py3: don't use bytes with vars() or __dict__
martinvonz (Martin von Zweigbergk)
- mercurial at 43420: 2 new changesets (2 on stable)
Mercurial Commits
- D7174: largefiles: delete obsolete and unushed repo.push()
martinvonz (Martin von Zweigbergk)
- D7231: relnotes: copy "next" to "5.2" and clear "next"
martinvonz (Martin von Zweigbergk)
- D7232: tests: fix a few `(no-windows !)` conditionals that are really `(symlink !)`
mharbison72 (Matt Harbison)
- D7233: hghave: disallow symlinks on Windows
mharbison72 (Matt Harbison)
- D7234: dirs: reject consecutive slashes in paths
durin42 (Augie Fackler)
- D7235: repoview: extract a function for wrapping changelog
martinvonz (Martin von Zweigbergk)
- D7236: repoview: wrap changelog class when filtering
martinvonz (Martin von Zweigbergk)
- D7237: repoview: move changelog.tiprev() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7238: repoview: move changelog.__contains__() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7239: repoview: move changelog.__iter__() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7240: repoview: move changelog.revs() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7242: repoview: move changelog.strip() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7241: repoview: move changelog.headrevs() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7243: repoview: move changelog.rev() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7244: repoview: move changelog.node() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7245: repoview: move changelog.linkrev() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7246: repoview: move changelog.parentrevs() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7248: repoview: avoid wrapping changelog if there's nothing to filter
martinvonz (Martin von Zweigbergk)
- D7247: repoview: move changelog.flags() override to filteredchangelog
martinvonz (Martin von Zweigbergk)
- D7249: match: drop support for passing '.' for root dir to visit*() methods
martinvonz (Martin von Zweigbergk)
- D7250: revlog: move tiprev() from changelog up to revlog
martinvonz (Martin von Zweigbergk)
- D7178: [RFC] rust-matchers: add `Matcher` trait and implement `AlwaysMatcher`
martinvonz (Martin von Zweigbergk)
- D7251: tests: quote $PYTHON in test-byteify-strings.t
mharbison72 (Matt Harbison)
- D7252: dirs: reject consecutive slashes in paths
durin42 (Augie Fackler)
- Evolution of Mercurial startup Time
Pierre-Yves David
- mercurial at 43421: new changeset (1 on stable)
Mercurial Commits
- D7254: rust-status: improve status performance
Alphare (Raphaël Gomès)
- D7253: rust-status: remove dead code
Alphare (Raphaël Gomès)
- D7255: rust-matchers: remove default implementations for `Matcher` trait
Alphare (Raphaël Gomès)
- [PATCH 1 of 3 STABLE] py3: compare response of crecord's confirmationwindow with str
Denis Laxalde
- D7256: repoview: define filteredchangelog as a top-level (non-local) class
martinvonz (Martin von Zweigbergk)
- D7257: [RFC] repoview: add a "filter" that just disallows walking to heads
martinvonz (Martin von Zweigbergk)
- D7258: makefile: use python3 by default (BC)
indygreg (Gregory Szorc)
- D7145: status: move initialization closer together
marmoute (Pierre-Yves David)
- mercurial at 43455: 34 new changesets
Mercurial Commits
- D7260: vfs: another bytes-str confusion on thread name
durin42 (Augie Fackler)
- D7259: statprof: correctly always pass a str as the thread name
durin42 (Augie Fackler)
- D7261: pvec: fix overlooked chr() call
durin42 (Augie Fackler)
- D7263: pvec: migrate to modern integer division
durin42 (Augie Fackler)
- D7262: templateutil: fix a missing ABCMeta assignment
durin42 (Augie Fackler)
- D7264: vfs: fix erroneous bytes constants
durin42 (Augie Fackler)
- D7265: vfs: add a NotImplementedError implementation of __call__
durin42 (Augie Fackler)
- D7267: encoding: define local identify functions with explicit type comments
durin42 (Augie Fackler)
- D7266: vfs: add NotImplementedError version of join
durin42 (Augie Fackler)
- D7270: linelog: suppress annoying pytype warning about an ignored metaclass
durin42 (Augie Fackler)
- D7268: hghave: add a check for pytype, Google's Python type checker
durin42 (Augie Fackler)
- D7271: linelog: be more careful about types before looking for _target attribute
durin42 (Augie Fackler)
- D7269: hgignore: ignore generated pytype stubs
durin42 (Augie Fackler)
- D7273: compression: tell pytype to not sweat a missing `zstd` module
durin42 (Augie Fackler)
- D7275: encoding: add comment-based type hints for pytype
durin42 (Augie Fackler)
- D7274: color: suppress pytype warning on a windows-only module
durin42 (Augie Fackler)
- D7277: dagparser: suppress some pytype errors around pycompat.bytestring
durin42 (Augie Fackler)
- D7276: posix: add a pytype suppression
durin42 (Augie Fackler)
- D7278: procutil: suppress pytype warnings around windows-only attributes
durin42 (Augie Fackler)
- D7279: pvec: add an explicit type hint to help pytype
durin42 (Augie Fackler)
- D7280: scmposix: another suppression on IOError subscripting
durin42 (Augie Fackler)
- D7281: wireprototypes: disable pytype where it's just confused
durin42 (Augie Fackler)
- D7282: vfs: suppress some pytype errors around us using a private attribute
durin42 (Augie Fackler)
- D7283: mail: suppress a pytype error that's just experimentally wrong
durin42 (Augie Fackler)
- D7284: mdiff: mark diffopts as having dynamic attributes
durin42 (Augie Fackler)
- D7285: vfs: more attribute suppressions
durin42 (Augie Fackler)
- D7287: simplemerge: disable a pytype error where it's just confused
durin42 (Augie Fackler)
- D7288: archival: suppress some incorrect pytype failures
durin42 (Augie Fackler)
- D7289: branchmap: always copy closednodes to a set
durin42 (Augie Fackler)
- D7286: match: suppress error about subscripting an exception
durin42 (Augie Fackler)
- D7290: branchmap: pytype is confused about bytestr
durin42 (Augie Fackler)
- D7272: pytype: don't warn us about ignored-on-py3 metaclasses
durin42 (Augie Fackler)
- D7292: changegroup: avoid shadowing a set with an int
durin42 (Augie Fackler)
- D7293: changegroup: suppress pytype error that's wrong
durin42 (Augie Fackler)
- D7291: bundle2: more pytype suppressions around bytestring
durin42 (Augie Fackler)
- D7295: pytype: add a (very slow) test that executes pytype
durin42 (Augie Fackler)
- D7294: cmdutil: suppress bogus pytype errors
durin42 (Augie Fackler)
- D7296: pycompat: kludge around pytype being confused by __new__
durin42 (Augie Fackler)
- D7297: cleanup: remove now-obsolete wrong-arg-type annotations
durin42 (Augie Fackler)
- [Bug 6214] New: inmemory rebase doesn't check for in-progress operations before starting
mercurial-bugs at mercurial-scm.org
- D7298: rebase: check for unfinished ops even when inmemory (issue6214)
spectral (Kyle Lippincott)
- [PATCH STABLE] py3: compare http server's command with a native string
Denis Laxalde
- D7299: rust-status: return a ParallelIterator instead of a Vec from stat_dmap_entries
Alphare (Raphaël Gomès)
- D7300: rust-status: refactor dispatch case for normal files
Alphare (Raphaël Gomès)
- D7301: rust: introduce SIZE_FROM_OTHER_PARENT constant
Alphare (Raphaël Gomès)
- D7302: zeroconf: improve the extension's documentation
jcristau (Julien Cristau)
- D7303: fix: replcace str() by b'%d' for formatting integer
martinvonz (Martin von Zweigbergk)
- D7304: formatting: remove another data-ogre from the config example
martinvonz (Martin von Zweigbergk)
- [Bug 6215] New: Cannot file a bug for version 5.2 as it is not an option in bugzilla
mercurial-bugs at mercurial-scm.org
- mercurial at 43456: new changeset
Mercurial Commits
- Making Rust respect worker count in config
Raphaël Gomès
- D7306: cleanup: remove pointless r-prefixes on single-quoted strings
durin42 (Augie Fackler)
- D7305: cleanup: remove pointless r-prefixes on double-quoted strings
durin42 (Augie Fackler)
- D7307: sqlitestore: remove superfluous r-prefixes on strings
durin42 (Augie Fackler)
- D7308: packaging: remove references to debian jessie
durin42 (Augie Fackler)
- D7309: vagrant: update vagrant image to buster from jessie
durin42 (Augie Fackler)
- [PATCH 1 of 3] histeditrule: split __str__ property into prefix and desc
Jordi Gutiérrez Hermoso
- mercurial at 43460: 4 new changesets (4 on stable)
Mercurial Commits
- D7116: rust-performance: introduce FastHashMap type alias for HashMap
Alphare (Raphaël Gomès)
- D7310: rust-threads: force Rayon to respect the worker count in config
Alphare (Raphaël Gomès)
- Heptapod 0.6.2 released
Georges Racinet
- D7312: revlog: introduce an explicit NodeMap class for pure code
marmoute (Pierre-Yves David)
- D7313: revlog: move the nodemap into the index object (for pure)
marmoute (Pierre-Yves David)
- D7315: revlog: clarify which version use the older API in perf
marmoute (Pierre-Yves David)
- D7316: revlog: return the nodemap as the nodecache
marmoute (Pierre-Yves David)
- D7314: revlog: no longer return the nodemap after parsing
marmoute (Pierre-Yves David)
- D7318: revlog: deprecate the _nodecache attribute (API)
marmoute (Pierre-Yves David)
- D7317: revlog: access the nodemap through the index
marmoute (Pierre-Yves David)
- D7320: revlog: clean up the node of all revision stripped in the C code
marmoute (Pierre-Yves David)
- D7319: revlog: move nodemap update within the index code
marmoute (Pierre-Yves David)
- D7321: revlog: deal with nodemap deletion within the index
marmoute (Pierre-Yves David)
- D7311: utils: move the `dirs` definition in a dedicated module (API)
marmoute (Pierre-Yves David)
- [Bug 6217] New: TypeError from `hg obslog`
mercurial-bugs at mercurial-scm.org
- D7323: index: use `index.has_node` in `revlog.addrevision`
marmoute (Pierre-Yves David)
- D7322: index: add a `has_node` method (API)
marmoute (Pierre-Yves David)
- D7325: revlog: use `index.rev` in `revlog.rev`
marmoute (Pierre-Yves David)
- D7324: index: add a `rev` method (API)
marmoute (Pierre-Yves David)
- D7327: index: use `index.get_rev` in `localrepo.known`
marmoute (Pierre-Yves David)
- D7326: index: add a `get_rev` method (API)
marmoute (Pierre-Yves David)
- mercurial at 43468: 8 new changesets
Mercurial Commits
- mercurial at 43494: 26 new changesets
Mercurial Commits
- D7330: index: use `index.has_node` in `analyzeremotephases`
marmoute (Pierre-Yves David)
- D7328: index: use `index.has_node` in `revlog.addgroup`
marmoute (Pierre-Yves David)
- D7331: index: use `index.has_node` in `phases.filterunknown`
marmoute (Pierre-Yves David)
- D7332: index: use `index.has_node` in `phases.newheads`
marmoute (Pierre-Yves David)
- D7329: index: use `index.has_node` in `repo._rollback`
marmoute (Pierre-Yves David)
- D7333: index: use `index.has_node` in `obsutil.exclusivemarkers`
marmoute (Pierre-Yves David)
- D7334: index: use `index.has_node` in `obsutil.foreground`
marmoute (Pierre-Yves David)
- D7335: index: use `index.get_rev` in `obsutil.getobsoleted`
marmoute (Pierre-Yves David)
- D7336: index: use `index.get_rev` in `obsolete._computephasedivergentset`
marmoute (Pierre-Yves David)
- D7337: index: use `index.get_rev` in `repoview.pinnedrevs`
marmoute (Pierre-Yves David)
- D7338: index: use `index.get_rev` in `unionrepo.unionrevlog`
marmoute (Pierre-Yves David)
- D7339: index: use `index.has_node` in `bundlerepo.bundlerevlog`
marmoute (Pierre-Yves David)
- D7340: index: use `index.rev` in `bundlerepo.bundlerevlog`
marmoute (Pierre-Yves David)
- D7341: index: use `index.get_rev` in `discovery._postprocessobsolete`
marmoute (Pierre-Yves David)
- D7342: index: use `index.has_node` in `tags.findglobaltags`
marmoute (Pierre-Yves David)
- D7344: index: use `index.has_node` in `bookmarks.bmstore`
marmoute (Pierre-Yves David)
- D7343: index: use `index.get_rev` in `revset._mapbynodefunc`
marmoute (Pierre-Yves David)
- D7348: index: use `index.has_node` in `exchangev2._pullchangesetdiscovery`
marmoute (Pierre-Yves David)
- D7345: index: use `index.rev` in `exchange.fallbackheads`
marmoute (Pierre-Yves David)
- D7346: index: use `index.has_node` in `exchange._pulldiscoverychangegroup`
marmoute (Pierre-Yves David)
- D7347: index: use `index.get_rev` in `exchange._pullapplyphases`
marmoute (Pierre-Yves David)
- D7349: index: use `index.get_rev` in `rebase.successorrevs`
marmoute (Pierre-Yves David)
- D7350: index: use `index.get_rev` in `rebase._computeobsoletenotrebased`
marmoute (Pierre-Yves David)
- D7351: index: use `index.has_node` in `histedit._finishhistedit
marmoute (Pierre-Yves David)
- D7352: index: use `index.has_node` in `histedit.cleanupnode`
marmoute (Pierre-Yves David)
- D7353: index: use `index.get_rev` in `histedit.adjustreplacementsfrommarkers`
marmoute (Pierre-Yves David)
- D7355: index: use `index.has_node` in `phabricator.getoldnodedrevmap`
marmoute (Pierre-Yves David)
- D7356: index: use `index.has_node` in `infinitypush`
marmoute (Pierre-Yves David)
- D7354: index: use `index.get_rev` in `histedit.processreplacement`
marmoute (Pierre-Yves David)
- D7357: index: use `index.get_rev` in `remotefilelog`
marmoute (Pierre-Yves David)
- D7361: revlog: drop special hack in the `nodemap` property
marmoute (Pierre-Yves David)
- D7359: perf: make `perfphasesremote` use the new `index.has_node` api
marmoute (Pierre-Yves David)
- D7358: perf: make `perfnodemap` use the new `index.get_rev` api if available
marmoute (Pierre-Yves David)
- D7360: perf: make `perfrevlogindex` use the new `index.rev` api if available
marmoute (Pierre-Yves David)
- D7362: revlog: deprecate direct `nodemap` access
marmoute (Pierre-Yves David)
- mercurial at 43495: new changeset
Mercurial Commits
- D7363: py3: avoid `b'%s' % type(...)` in a ProgrammingError
martinvonz (Martin von Zweigbergk)
- mercurial at 43500: 5 new changesets
Mercurial Commits
- D7364: repoview: use class literal for creating filteredchangelog
martinvonz (Martin von Zweigbergk)
- [Bug 6218] New: Traceback when trying to bookmark 'wdir()'
mercurial-bugs at mercurial-scm.org
- D7365: unshelve: correct help string; unshelve does not accept file list
spectral (Kyle Lippincott)
- D7154: tests: run black on run-tests.py
indygreg (Gregory Szorc)
- D7173: packaging: stage files and dynamically generate WiX installer
indygreg (Gregory Szorc)
- D7366: revlog: delete references to deleted nullid sentinel value
martinvonz (Martin von Zweigbergk)
- D7168: packaging: install .rc files to hgrc.d
martinvonz (Martin von Zweigbergk)
- D7155: packaging: clean up excess packages for Inno
indygreg (Gregory Szorc)
- D7158: packaging: process Inno Setup files with Jinja2
indygreg (Gregory Szorc)
- D7157: packaging: install and run Inno files in a build directory
indygreg (Gregory Szorc)
- D7159: packaging: stage installed files for Inno
indygreg (Gregory Szorc)
- D7160: packaging: remove hg.exe.local file
indygreg (Gregory Szorc)
- D7162: packaging: install documentation to doc/ directory
indygreg (Gregory Szorc)
- D7161: packaging: always pass VERSION into Inno invocation
indygreg (Gregory Szorc)
- D7163: packaging: add logo-droplets.svg
indygreg (Gregory Szorc)
- D7156: packaging: consolidate CLI functionality into packaging.py
indygreg (Gregory Szorc)
- D7164: packaging: install hgk as hgk.tcl
indygreg (Gregory Szorc)
- D7166: packaging: ship all help .txt files on WiX
indygreg (Gregory Szorc)
- D7167: packaging: install contrib/mq.el on WiX
indygreg (Gregory Szorc)
- D7165: packaging: stop installing i18n files
indygreg (Gregory Szorc)
- mercurial at 43503: 3 new changesets
Mercurial Commits
- mercurial at 43504: new changeset
Mercurial Commits
- [PATCH 1 of 4] bookmarks: fix handling of multiple bookmarks with one to be deactivated
Yuya Nishihara
- [PATCH STABLE] py3: fix sorting of obsolete markers in obsutil (issue6217)
Denis Laxalde
- [PATCH 1 of 4] mail: let headencode() return a native string
Denis Laxalde
- Building a benchmark reference repository with obsolescence
Pierre-Yves David
- [PATCH 1 of 2 v2] mail: convert addr to str early in addrlistencode()
Denis Laxalde
- [PATCH 1 of 2] nodemap: use bytes for the error message
Pierre-Yves David
- [Bug 6219] New: mercurial can generate incomplete bundle, corrupting the repository
mercurial-bugs at mercurial-scm.org
- bugzilla weekly report (2019-11-11)
Octobot
- Opinion needed: multiprocessing usage
Pierre-Yves David
- D7140: largefiles: allow "lfstatus" context manager to set value to False
martinvonz (Martin von Zweigbergk)
- D7141: largefiles: use context manager for wlock in repo.status() override
martinvonz (Martin von Zweigbergk)
- D7142: largefiles: delete unused repo.status_nolfiles()
martinvonz (Martin von Zweigbergk)
- D7143: largefiles: avoid dynamically subclassing context instances
martinvonz (Martin von Zweigbergk)
- D7139: largefiles: move lfstatus context manager to lfutil
martinvonz (Martin von Zweigbergk)
- D7179: revset: simplify checkstatus() by using any()
martinvonz (Martin von Zweigbergk)
- D7125: tests: rename stopped and started variables to reflect times
indygreg (Gregory Szorc)
- D7126: tests: use time.time() for relative start and stop times
indygreg (Gregory Szorc)
- [Bug 6220] New: [hg/python3] pre-tag hook can't fixup arguments anymore
mercurial-bugs at mercurial-scm.org
- mercurial at 43578: 74 new changesets
Mercurial Commits
- [PATCH] import-checker: allow 'from typing import ...'
Yuya Nishihara
- mercurial at 43579: new changeset
Mercurial Commits
- mercurial at 43586: 7 new changesets (1 on stable)
Mercurial Commits
- D7169: packaging: remove hg-ssh.8.html from Inno installer
indygreg (Gregory Szorc)
- D7170: packaging: stop installing Contributors.txt
indygreg (Gregory Szorc)
- D7171: packaging: write out editor.rc in Python
indygreg (Gregory Szorc)
- D7172: packaging: use lower case for RC files
indygreg (Gregory Szorc)
- D7367: dirstate: re-blacken file
durin42 (Augie Fackler)
- D7368: fuzz: migrate bdiff fuzzer to use FuzzedDataProvider
durin42 (Augie Fackler)
- D7369: fuzz: migrate xdiff fuzzer to use FuzzedDataProvider
durin42 (Augie Fackler)
- D7370: fuzz: clean out most of fuzzutil
durin42 (Augie Fackler)
- D7371: tests: add optional output when wheel is missing
indygreg (Gregory Szorc)
- D7118: rust-dirstatemap: remove additional lookups in traverse
Alphare (Raphaël Gomès)
- D7119: rust-dirstatemap: remove additional lookup in dirstate.matches
Alphare (Raphaël Gomès)
- [PATCH STABLE] py3: avoid iterating over a literal bytes in highlight
Denis Laxalde
- mercurial at 43588: 2 new changesets (2 on stable)
Mercurial Commits
- mercurial at 43597: 9 new changesets (1 on stable)
Mercurial Commits
- mercurial at 43601: 4 new changesets
Mercurial Commits
- mercurial at 43605: 4 new changesets
Mercurial Commits
- D7150: dirstate: respect request to not list unknown/ignored/clean files (API)
martinvonz (Martin von Zweigbergk)
- mercurial at 43617: 12 new changesets
Mercurial Commits
- D7147: diff: use unfiltered repo if we're diffing the working copy
martinvonz (Martin von Zweigbergk)
- D7144: status: use unfiltered repo if we're getting status of working copy
martinvonz (Martin von Zweigbergk)
- D7148: annotate: use unfiltered repo if we're annotating the working copy
martinvonz (Martin von Zweigbergk)
- D7149: export: use unfiltered repo if we're exporting the working copy parent
martinvonz (Martin von Zweigbergk)
- D7372: remotefilelog: handle **kwargs correctly when overriding changelog.add()
dploch (Daniel Ploch)
- D7373: py3: pass a bytes value for "msg" to nouideprecwarn()
dlax (Denis Laxalde)
- [Bug 6221] New: pull --bookmark adds too many bookmarks
mercurial-bugs at mercurial-scm.org
- D7374: hghave: add a check for the `xz` compression utility
mharbison72 (Matt Harbison)
- D7375: py3: replace "%r" by"'%s'% for py3-compatible (and clearer) quoting in chg
martinvonz (Martin von Zweigbergk)
- mercurial at 43619: 2 new changesets
Mercurial Commits
- [PATCH 1 of 6] mail: fix a bad return type in _encode()
Denis Laxalde
- mercurial at 43620: new changeset
Mercurial Commits
- D7376: help: create packages for the help text
mharbison72 (Matt Harbison)
- D7379: encoding: fix bad type annotation
durin42 (Augie Fackler)
- D7380: encoding: define per-use identity functions only in typechecking mode
durin42 (Augie Fackler)
- D7378: debugcommands: don't shadow the error module
durin42 (Augie Fackler)
- D7382: logcmdutil: add a type annotation
durin42 (Augie Fackler)
- D7383: state: add a pytype annotation
durin42 (Augie Fackler)
- D7377: commands: log --line-range is incompatible with --copies
durin42 (Augie Fackler)
- D7381: cmdutil: add a pytype annotation to help out some callsites
durin42 (Augie Fackler)
- D7385: debugcommands: suppress import errors for pytype
durin42 (Augie Fackler)
- D7384: commands: necessary annotations and suppresssions to pass pytype
durin42 (Augie Fackler)
- D7386: help: access text files as resources under PyOxidizer
mharbison72 (Matt Harbison)
- D7387: packaging: add the config file for PyOxidizer
mharbison72 (Matt Harbison)
- [PATCH 1 of 2] logcmdutil: let getlinerangerevs() return "revs" as a smartset
Denis Laxalde
- mercurial at 43629: 9 new changesets
Mercurial Commits
- Fixing default behavior of bookmarks.
Pulkit Goyal
- mercurial at 43631: 2 new changesets
Mercurial Commits
- D7388: utils: move finddirs() to pathutil
martinvonz (Martin von Zweigbergk)
- [PATCH 1 of 3 V2] histeditrule: split __bytes__ property into prefix and desc
Jordi Gutiérrez Hermoso
- D7389: branchmap: annotate constructor type for branchcache
durin42 (Augie Fackler)
- D7390: extdiff: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7391: hgk: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7393: split: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7395: uncommit: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7394: transplant: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7392: mq: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7396: cmdutil: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7397: cmdutil: convert terse status result back to an scmutil.status
durin42 (Augie Fackler)
- D7400: logcmdutil: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7399: context: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7401: patch: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7403: subrepo: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7402: revset: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7398: commands: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7404: tags: use field names instead of field numbers on scmutil.status
durin42 (Augie Fackler)
- D7406: scmutil: convert status data object from a tuple to an attrs (API)
durin42 (Augie Fackler)
- D7405: perf: bool() elements of dirstate.status return instead of len()
durin42 (Augie Fackler)
- D7408: extensions: hide two confusing import statements from pytype
durin42 (Augie Fackler)
- D7409: dispatch: add some assertions to give pytype a helping hand
durin42 (Augie Fackler)
- D7410: extensions: suppress a strange pytype failure
durin42 (Augie Fackler)
- D7407: debugcommands: add assertions to convince pytype peer is not None
durin42 (Augie Fackler)
- D7411: dirs: resolve fuzzer OOM situation by disallowing deep directory hierarchies
durin42 (Augie Fackler)
- D7412: py3: use native string as fallback value for __file__ for consistency
martinvonz (Martin von Zweigbergk)
- D7413: py3: drop an unnecessary fsencode() before comparing with constant
martinvonz (Martin von Zweigbergk)
- D7414: py3: use native string for 'macosx_app'
martinvonz (Martin von Zweigbergk)
- D7416: procutil: support for obtaining an importlib.abc.ResourceReader
indygreg (Gregory Szorc)
- D7417: procutil: extract executable-relative resources test
indygreg (Gregory Szorc)
- D7418: procutil: teach resourcereader() to handle exe relative resources
indygreg (Gregory Szorc)
- D7419: help: port to ResourceReader API
indygreg (Gregory Szorc)
- D7415: procutil: move datapath logic to procutil()
indygreg (Gregory Szorc)
- D7422: rust: remove hgcli project
indygreg (Gregory Szorc)
- D7421: packaging: convert to UNIX line endings
indygreg (Gregory Szorc)
- D7420: black: blacken scripts
indygreg (Gregory Szorc)
- D7424: [RFC] pyoxidizer
indygreg (Gregory Szorc)
- D7423: rust: vendor pyembed crate
indygreg (Gregory Szorc)
- D7425: help: remove references to default.d/ from user-facing docs
martinvonz (Martin von Zweigbergk)
- D7426: defaults: rename default.d to defaultrc to make it a valid package name
martinvonz (Martin von Zweigbergk)
- D7427: branchmap: make "closed" a set from beginning instead of converting from list
martinvonz (Martin von Zweigbergk)
- D7428: tags: don't check for clean files when checking for dirty working copy
martinvonz (Martin von Zweigbergk)
- D7429: py3: use '%d' for formatting a revnum in `hg co --date` code
martinvonz (Martin von Zweigbergk)
- D7430: bisect: replace try:/finally: by a "restore_state" context manager
dlax (Denis Laxalde)
- mercurial at 43660: 29 new changesets
Mercurial Commits
- D7431: tests: document behavior of indent() with empty first line
martinvonz (Martin von Zweigbergk)
- D7432: templates: make {indent("", " ")} be empty
martinvonz (Martin von Zweigbergk)
- D7434: util: move definition of datapath to resourceutil
martinvonz (Martin von Zweigbergk)
- D7435: i18n: get datapath directly from resourceutil
martinvonz (Martin von Zweigbergk)
- D7433: procutil: move mainfrozen() to new resourceutil.py
martinvonz (Martin von Zweigbergk)
- D7436: util: remove datapath and swith users over to resourceutil
martinvonz (Martin von Zweigbergk)
- [PATCH 1 of 3] hgweb: add a status property to file list context
Jordi Gutiérrez Hermoso
- D7437: commit: rewrite check for `hg ci <path>` being a directory
martinvonz (Martin von Zweigbergk)
- D7440: dirstate: stop caring about match.explicitdir
martinvonz (Martin von Zweigbergk)
- D7441: match: remove explicitdir attribute
martinvonz (Martin von Zweigbergk)
- D7439: dirstate: include explicit matches in match.traversedir calls
martinvonz (Martin von Zweigbergk)
- D7438: commit: drop unused "vdirs" argument from repo.checkcommitpatterns()
martinvonz (Martin von Zweigbergk)
- [PATCH 1 of 7] encoding: make getcols() raise exception explicitly
Yuya Nishihara
- D7442: setup: combine two contiguous string literals
mharbison72 (Matt Harbison)
- D7443: setup: use bytes for assumed python version
mharbison72 (Matt Harbison)
- D7444: setup: conditionalize access to `sys.dllhandle` when building extensions
mharbison72 (Matt Harbison)
- [Bug 6223] New: graft does not respect HGMERGE
mercurial-bugs at mercurial-scm.org
- D7445: doc: don't use mutable default arguments
indygreg (Gregory Szorc)
- D7448: tests: check for Windows line endings
indygreg (Gregory Szorc)
- D7447: tests: verify that Python scripts are blackened
indygreg (Gregory Szorc)
- D7446: black: blacken scripts
indygreg (Gregory Szorc)
- D7450: INCOMPLETE pyoxidizer
indygreg (Gregory Szorc)
- D7449: rust: vendor pyembed crate
indygreg (Gregory Szorc)
- [PATCH 1 of 2 STABLE] pure: use string for exception in the pure version of base85
Pierre-Yves David
- Line buffering not supported in binary mode on Python 3
Manuel Jacob
- [Bug 6222] New: hg pull -u does not update to the new tip after auto-evolve
mercurial-bugs at mercurial-scm.org
- mercurial at 43665: 5 new changesets
Mercurial Commits
- D7451: debuginstall: gracefully handle missing __file__ attributes
mharbison72 (Matt Harbison)
- D7452: debugextensions: gracefully handle missing __file__ attributes
mharbison72 (Matt Harbison)
- [PATCH stable] cffi: fix build on Python 3
Manuel Jacob
- bugzilla weekly report (2019-11-18)
Octobot
- mercurial at 43667: 2 new changesets (2 on stable)
Mercurial Commits
- D7454: py3: send bytes from Rust-created warning patterns
Alphare (Raphaël Gomès)
- D7453: py3: pass bytes to `configint` and `configbool`
Alphare (Raphaël Gomès)
- mercurial at 43668: new changeset (1 on stable)
Mercurial Commits
- mercurial at 43676: 8 new changesets
Mercurial Commits
- mercurial at 43677: new changeset (1 on stable)
Mercurial Commits
- [Bug 6224] New: When window is resized, the ncurses histedit UI does not adapt
mercurial-bugs at mercurial-scm.org
- [PATCH stable] py3: use pycompat.bytestr() instead of pycompat.sysstr()
Manuel Jacob
- [Bug 6225] New: phabread yields KeyError
mercurial-bugs at mercurial-scm.org
- [PATCH 1 of 2] rust-cpython: import utils::files::* function at module level
Yuya Nishihara
- [PATCH 1 of 2] typing: consolidate "if not globals():" trick
Yuya Nishihara
- mercurial at 43710: 33 new changesets (1 on stable)
Mercurial Commits
- D7457: shelve: fix a missing variable in the exception handler for delete
mharbison72 (Matt Harbison)
- D7455: revset: add an assertion to help pytype
mharbison72 (Matt Harbison)
- D7456: scmutil: add assertions to help pytype
mharbison72 (Matt Harbison)
- D7458: shelve: add the missing `create` parameter to the bundlerepo constructor
mharbison72 (Matt Harbison)
- D7459: lock: pass "success" boolean to _afterlock callbacks
spectral (Kyle Lippincott)
- D7460: tests: add more tests for "hg shelve --delete"
dlax (Denis Laxalde)
- D7461: py3: wrap a __func__ in sysbytes() before logging as bytes
martinvonz (Martin von Zweigbergk)
- mercurial at 43718: 8 new changesets
Mercurial Commits
- [PATCH STABLE] singlehead: making config item a bool again
Georges Racinet
- D7462: py3: make doc strings containing the deprected '\.' escape sequence raw strings
dploch (Daniel Ploch)
- D7463: wireprotov1server: capture Abort type before accessing the `hint` attribute
mharbison72 (Matt Harbison)
- D7464: filemerge: drop a default argument to appease pytype
mharbison72 (Matt Harbison)
- D7465: filemerge: fix a missing attribute usage
mharbison72 (Matt Harbison)
- [PATCH] import: add a --secret option
Denis Laxalde
- [PATCH STABLE V2] singlehead: making config item a bool again
Georges Racinet
- [PATCH 1 of 2] status: fix default value of status struct
Yuya Nishihara
- mercurial at 43721: 3 new changesets (3 on stable)
Mercurial Commits
- [Bug 6226] New: terminfo color mode appears broken on Python 3
mercurial-bugs at mercurial-scm.org
- D7468: phases: make `allphases` a list on py3 also
mharbison72 (Matt Harbison)
- D7469: profiling: disable the import-error warning for the flamegraph module
mharbison72 (Matt Harbison)
- D7470: profiling: add a missing argument to the ProgrammingError constructor
mharbison72 (Matt Harbison)
- D7466: patch: fix a str + bytes issue in an exception handler
mharbison72 (Matt Harbison)
- D7471: tests: byteify a few more things in simplestorerepo.py
mharbison72 (Matt Harbison)
- D7467: util: convert an exception to bytes when passing to Abort()
mharbison72 (Matt Harbison)
- D7472: cleanup: update references to /help/ that should now be /helptext/
durin42 (Augie Fackler)
- D7473: localrepo: add some basic comment for block in __getitem__
marmoute (Pierre-Yves David)
- D7474: localrepo: extract handling of some special value in __getitem__
marmoute (Pierre-Yves David)
- D7476: repoview: add a 'devel.debug.repo-filter' option
marmoute (Pierre-Yves David)
- D7478: repoview: display stack trace along side the debug message
marmoute (Pierre-Yves David)
- D7475: localrepo: extract handling of some special value in __getitem__
marmoute (Pierre-Yves David)
- D7479: repoview: add a test to track operation not supposed to trigger filtering
marmoute (Pierre-Yves David)
- D7477: util: add an optional `prefix` argument to debugstacktrace
marmoute (Pierre-Yves David)
- D7482: repoview: add a test that access actual changeset data of `null`
marmoute (Pierre-Yves David)
- D7480: localrepo: also fastpath `nullrev` in __getitem__
marmoute (Pierre-Yves David)
- D7485: repoview: test filtered computation on `hg status --change` call
marmoute (Pierre-Yves David)
- D7483: changectx: add a "maybe filtered" filtered attribute
marmoute (Pierre-Yves David)
- D7481: localrepo: recognize trivial "null" queries in `anyrev`
marmoute (Pierre-Yves David)
- D7484: localrepo: mark nullrev has never filtered
marmoute (Pierre-Yves David)
- D7489: repoview: add test for filtering computation when running `hg status`
marmoute (Pierre-Yves David)
- D7486: locarepo: also fastpath `nullid` lookup in __getitem__
marmoute (Pierre-Yves David)
- D7487: changectx: use unfiltered changelog to access parents of unfiltered revs
marmoute (Pierre-Yves David)
- D7490: repoview: add an explicit set of all filter that show the wc parents
marmoute (Pierre-Yves David)
- D7488: localrepo: introduce a `_quick_access_changeid` property
marmoute (Pierre-Yves David)
- D7493: repoview: test changelog filtering triggered by a lookup to '.'
marmoute (Pierre-Yves David)
- D7491: changectx: mark the parents of the working copy as non filtered
marmoute (Pierre-Yves David)
- D7496: repoview: add a test for filtering computation for `hg diff`
marmoute (Pierre-Yves David)
- D7494: localrepo: fastpath access to "."
marmoute (Pierre-Yves David)
- D7497: repoview: add a test for filtering computation for `hg diff --change`
marmoute (Pierre-Yves David)
- D7499: repoview: test triggering of filter computation for `hg export`
marmoute (Pierre-Yves David)
- D7495: localrepo: recognize trivial request for '.'
marmoute (Pierre-Yves David)
- D7500: repoview: add a test for changelog filtering trigger for `hg annotate`
marmoute (Pierre-Yves David)
- D7498: localrepo: also fast past the parents of working copies parents
marmoute (Pierre-Yves David)
- D7492: localrepo: also fastpath access to working copy parents when possible
marmoute (Pierre-Yves David)
- D7502: changectx: mark parent of changesets as non filtered
marmoute (Pierre-Yves David)
- D7501: changectx: use unfiltered changelog to walk ancestors in annotate
marmoute (Pierre-Yves David)
- D7503: rust-dirs: address failing tests for `dirs` impl with a temporary fix
Alphare (Raphaël Gomès)
- D7051: phabricator: remove tests and all recordings
dlax (Denis Laxalde)
- D7504: py3: replace %s by %r on binary format string when needed
matclab (Mathieu Clabaut)
- mercurial at 43724: 3 new changesets (3 on stable)
Mercurial Commits
- D7505: logcmdutil: call _exthook() in changesettemplater
dlax (Denis Laxalde)
- D7506: phabricator: add a "phabstatus" show view
dlax (Denis Laxalde)
- D7507: phabricator: add a "phabstatus" template keyword
dlax (Denis Laxalde)
- mercurial at 43735: 11 new changesets (1 on stable)
Mercurial Commits
- D7508: relnotes: add note about changes to match.{explicit, reverse}dir
martinvonz (Martin von Zweigbergk)
- D7509: windows: further build fixes for the WiX installer
durin42 (Augie Fackler)
- [Bug 6228] New: "/help" link for config _command_ goes to help for config _topic_
mercurial-bugs at mercurial-scm.org
- mercurial at 43736: new changeset
Mercurial Commits
- D7510: windows: suppress pytype warnings for Windows imports and functions
mharbison72 (Matt Harbison)
- D7511: exchange: eliminate some bytes.format() calls
mharbison72 (Matt Harbison)
- D7512: exchange: guard against method invocation on `b2caps=None` args
mharbison72 (Matt Harbison)
- D7513: phabricator: fix processing of tags/desc in getoldnodedrevmap()
dlax (Denis Laxalde)
- D7514: repoview: add more tests to track operation not supposed to trigger filtering
marmoute (Pierre-Yves David)
- D7515: pytype: [WIP] suppress various warnings inline to get a clean run
mharbison72 (Matt Harbison)
- D7516: webutil: add missing argument to join()
mharbison72 (Matt Harbison)
- D7517: filemerge: byteify the open() mode
mharbison72 (Matt Harbison)
- [Bug 6229] New: Incorrect version in hg-evolve package with Python 3
mercurial-bugs at mercurial-scm.org
- bugzilla weekly report (2019-11-25)
Octobot
- [Bug 6231] New: hgtags file handled inconsistently
mercurial-bugs at mercurial-scm.org
- [Bug 6230] New: Double stacktrace in evolve when pulling
mercurial-bugs at mercurial-scm.org
- mercurial at 43737: new changeset (1 on stable)
Mercurial Commits
- [Bug 6232] New: please delete this bugzilla account
mercurial-bugs at mercurial-scm.org
- D7518: revlog: fix revset in reachableroots docstring
quark (Jun Wu)
- D7519: test-doctest: include dateutil
quark (Jun Wu)
- D7520: dateutil: correct default for Ymd in parsedate
quark (Jun Wu)
- [Bug 6233] New: `hg commit --amend` can corrupt dirstate if files are modified while editor is open
mercurial-bugs at mercurial-scm.org
- D7521: amend: check for file modifications when updating dirstate (issue6233)
spectral (Kyle Lippincott)
- D7522: rust-dirs: handle forgotten `Result`s
Alphare (Raphaël Gomès)
- [PATCH 1 of 2] upgrade-repo: colorize some of the output
Pierre-Yves David
- D7523: rust-hg-path: implement `Display` for `HgPath` and `HgPathBuf`
Alphare (Raphaël Gomès)
- D7524: rust-dirs-multiset: use `AsRef` instead of concrete types when possible
Alphare (Raphaël Gomès)
- D7525: rust-matchers: improve `Matcher` trait ergonomics
Alphare (Raphaël Gomès)
- D7526: rust-hg-path: add method to get part of a path relative to a prefix
Alphare (Raphaël Gomès)
- D7527: rust-matchers: add doctests for `AlwaysMatcher`
Alphare (Raphaël Gomès)
- D7528: rust-matchers: add `FileMatcher` implementation
Alphare (Raphaël Gomès)
- [PATCH] test: don't put $BINDIR in $PATH for test-merge-tools.t
Julien Cristau
- [PATCH] mail: don't complain about a multi-word email.method config value
Julien Cristau
- D7529: rust-dirstate-status: add `walk_explicit` implementation, use `Matcher` trait
Alphare (Raphaël Gomès)
- D7531: rust-matchers: add support for `explicitmatcher` in `dirstate.status`
Alphare (Raphaël Gomès)
- D7530: rust-dirstate-status: update bridge for new rust version of `dirstate.status`
Alphare (Raphaël Gomès)
- [PATCH 1 of 2 STABLE] tests: check that 'log --line-range' follows uncommitted changes
Denis Laxalde
- D7532: windows: fix an issue causing registry config paths to be ignored on py3
mharbison72 (Matt Harbison)
- D7533: repair: fix an `isinstance(nodelist, str)` check for py3
mharbison72 (Matt Harbison)
- D7535: win32mbcs: fix a `str` type conditional for py3
mharbison72 (Matt Harbison)
- D7534: hgweb: fix a few `str` type conditional for py3
mharbison72 (Matt Harbison)
- D7538: pvec: fix a `str` type conditional for py3
mharbison72 (Matt Harbison)
- D7537: githelp: fix a `str` type conditional for py3
mharbison72 (Matt Harbison)
- D7536: hitedit: fix an `isinstance(nodelist, str)` check for py3
mharbison72 (Matt Harbison)
Last message date:
Sun Dec 1 02:42:32 UTC 2019
Archived on: Thu Jun 30 01:22:42 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).