[Bug 5760] New: hg clone http://orgmode.org/org-mode.git gives error

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Tue Dec 19 13:13:51 UTC 2017


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

            Bug ID: 5760
           Summary: hg clone http://orgmode.org/org-mode.git gives error
           Product: Mercurial
           Version: earlier
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: oub.oub.oub at gmail.com
                CC: mercurial-devel at mercurial-scm.org

I am on Ubuntu 14.04 and run hg 4.4.1
I have only the hg-git extension enabled (to which I will also send this bug
report) I have the latest hg-git pulled 

now 

hg clone http://orgmode.org/org-mode.git

give the following error

destination directory: org-mode
** unknown exception encountered, please report by visiting
** https://mercurial-scm.org/wiki/BugTracker
** Python 2.7.6 (default, Oct 26 2016, 20:32:47) [GCC 4.8.4]
** Mercurial Distributed SCM (version 4.4.1)
** Extensions loaded: hggit
Traceback (most recent call last):
  File "/usr/bin/hg", line 41, in <module>
    dispatch.run()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 85, in
run
    status = (dispatch(req) or 0) & 255
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 173, in
dispatch
    ret = _runcatch(req)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 313, in
_runcatch
    return _callcatch(ui, _runcatchfunc)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 321, in
_callcatch
    return scmutil.callcatch(ui, func)
  File "/usr/lib/python2.7/dist-packages/mercurial/scmutil.py", line 154, in
callcatch
    return func()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 303, in
_runcatchfunc
    return _dispatch(req)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 940, in
_dispatch
    cmdpats, cmdoptions)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 701, in
runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 948, in
_runcommand
    return cmdfunc()
  File "/usr/lib/python2.7/dist-packages/mercurial/dispatch.py", line 937, in
<lambda>
    d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
  File "/usr/lib/python2.7/dist-packages/mercurial/util.py", line 1183, in
check
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/mercurial/commands.py", line 1425, in
clone
    shareopts=opts.get('shareopts'))
  File "/usr/lib/python2.7/dist-packages/mercurial/hg.py", line 670, in clone
    streamclonerequested=stream)
  File "/home/oub/ALLES/src/hg-git/hggit/util.py", line 56, in inner
    return f(*args, **kwargs)
  File "/home/oub/ALLES/src/hg-git/hggit/__init__.py", line 364, in
exchangepull
    pullop.cgresult = repo.githandler.fetch(remote.path, heads)
  File "/home/oub/ALLES/src/hg-git/hggit/git_handler.py", line 272, in fetch
    refs = self.fetch_pack(remote, heads)
  File "/home/oub/ALLES/src/hg-git/hggit/git_handler.py", line 1235, in
fetch_pack
    f.write, progress.progress)
  File
"/usr/local/lib/python2.7/dist-packages/dulwich-0.15.0-py2.7-linux-i686.egg/dulwich/client.py",
line 1156, in fetch_pack
    raise NotImplementedError(self.send_pack)

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


More information about the Mercurial-devel mailing list