[Bug 5990] New: pullbundles: 'hg incoming' fails on bundle type

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Mon Sep 24 07:00:02 UTC 2018


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

            Bug ID: 5990
           Summary: pullbundles: 'hg incoming' fails on bundle type
           Product: Mercurial
           Version: 4.7.1
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: clonebundles
          Assignee: bugzilla at mercurial-scm.org
          Reporter: mathias.demare at gmail.com
                CC: mercurial-devel at mercurial-scm.org

I get the following error (both client and server run Mercurial 4.7.1, with
pullbundles):

env HGRCPATH=/ hg in
comparing with ssh://hg@hg/all/sandbox
searching for changes
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.5 (default, Aug  4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat
4.8.5-16)]
** Mercurial Distributed SCM (version 4.7.1)
** Extensions loaded: 
Traceback (most recent call last):
  File "/bin/hg", line 41, in <module>
    dispatch.run()
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 90, in
run
    status = dispatch(req)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 213, in
dispatch
    ret = _runcatch(req) or 0
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 354, in
_runcatch
    return _callcatch(ui, _runcatchfunc)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 362, in
_callcatch
    return scmutil.callcatch(ui, func)
  File "/usr/lib64/python2.7/site-packages/mercurial/scmutil.py", line 161, in
callcatch
    return func()
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 344, in
_runcatchfunc
    return _dispatch(req)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 984, in
_dispatch
    cmdpats, cmdoptions)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 730, in
runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 992, in
_runcommand
    return cmdfunc()
  File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 981, in
<lambda>
    d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
  File "/usr/lib64/python2.7/site-packages/mercurial/util.py", line 1528, in
check
    return func(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/mercurial/commands.py", line 3373,
in incoming
    return hg.incoming(ui, repo, source, opts)
  File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 973, in
incoming
    return _incoming(display, subreporecurse, ui, repo, source, opts)
  File "/usr/lib64/python2.7/site-packages/mercurial/hg.py", line 935, in
_incoming
    revs, opts["bundle"], opts["force"])
  File "/usr/lib64/python2.7/site-packages/mercurial/bundlerepo.py", line 553,
in getremotechanges
    bundlename)
  File "/usr/lib64/python2.7/site-packages/mercurial/changegroup.py", line 85,
in writechunks
    for c in chunks:
  File "/usr/lib64/python2.7/site-packages/mercurial/bundle2.py", line 842, in
_forwardchunks
    assert self._compengine.bundletype == 'UN'
AssertionError

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


More information about the Mercurial-devel mailing list