[Bug 5386] New: When pushing to the network repo I get the error: abort: not a Mercurial bundle

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Wed Sep 28 23:38:58 UTC 2016


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

            Bug ID: 5386
           Summary: When pushing to the network repo I get the error:
                    abort: not a Mercurial bundle
           Product: Mercurial
           Version: 3.7.3
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: dmcdermet at isis.vanderbilt.edu
                CC: mercurial-devel at selenic.com

I have pushed to the Phabricator repo on our system several times today, but
now when I push I get:

dmcd2356 at ubuntu:~/Projects/ISSTAC/repo/janalyzer$ hg pull
pulling from ssh://git@phab-isstac.isis.vanderbilt.edu/diffusion/JAN/janalyzer/
searching for changes
no changes found
dmcd2356 at ubuntu:~/Projects/ISSTAC/repo/janalyzer$ hg push
pushing to ssh://git@phab-isstac.isis.vanderbilt.edu/diffusion/JAN/janalyzer/
searching for changes
remote: abort: stream ended unexpectedly (got 0 bytes, expected 4)
abort: not a Mercurial bundle
remote: ** unknown exception encountered, please report by visiting
remote: ** https://mercurial-scm.org/wiki/BugTracker
remote: ** Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2]
remote: ** Mercurial Distributed SCM (version 3.8.4)
remote: ** Extensions loaded: 
remote: Traceback (most recent call last):
remote:   File "/usr/bin/hg", line 43, in <module>
remote:     mercurial.dispatch.run()
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
59, in run
remote:     sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
125, in dispatch
remote:     ret = _runcatch(req)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
204, in _runcatch
remote:     return _dispatch(req)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
887, in _dispatch
remote:     cmdpats, cmdoptions)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
632, in runcommand
remote:     ret = _runcommand(ui, options, cmd, d)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
1017, in _runcommand
remote:     return checkargs()
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
978, in checkargs
remote:     return cmdfunc()
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line
884, in <lambda>
remote:     d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 1005,
in check
remote:     return func(*args, **kwargs)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line
6465, in serve
remote:     s.serve_forever()
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/sshserver.py", line
103, in serve_forever
remote:     while self.serve_one():
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/sshserver.py", line
121, in serve_one
remote:     rsp = wireproto.dispatch(self.repo, self, cmd)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/wireproto.py", line
539, in dispatch
remote:     args = proto.getargs(spec)
remote:   File "/usr/lib/python2.7/dist-packages/mercurial/sshserver.py", line
41, in getargs
remote:     arg, l = argline.split()
remote: ValueError: need more than 1 value to unpack

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


More information about the Mercurial-devel mailing list