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: bugzi...@mercurial-scm.org
          Reporter: ludo.vis...@gmail.com
                CC: mercurial-devel@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to