[Bug 6043] New: hg push/incoming/etc. results in Exception AttributeError

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Sat Dec 29 22:32:49 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=6043

            Bug ID: 6043
           Summary: hg push/incoming/etc. results in Exception
                    AttributeError
           Product: Mercurial
           Version: 4.7.2
          Hardware: Macintosh
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: ludo.visser at gmail.com
                CC: mercurial-devel at mercurial-scm.org

Issuing a command to interact with a remote repository (e.g. BitBucket) gives a
Exception:

    $ hg incoming
    comparing with https://my/remote/repo
    searching for changes
    no changes found
    Exception AttributeError: "'NoneType' object has no attribute 'close'" in
<bound method httppeer.__del__ of <mercurial.httppeer.httppeer object at
0x10a6b6850>> ignored

The command seems to complete though. No other output is given, making it a bit
difficult to debug.

version: 4.7.2 (from MacPorts)
enabled extensions: mercurial_keyring

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list