[issue2606] mpatch.mpatchError while trying to clone http://code.python.org/hg/branches/py3k/

İsmail Dönmez <bugs@mercurial.selenic.com> at mercurial.selenic.com İsmail Dönmez <bugs@mercurial.selenic.com> at mercurial.selenic.com
Wed Jan 26 13:11:16 UTC 2011


New submission from İsmail Dönmez <ismail at namtrac.org>:

This is on OSX 10.6.6, mercurial 1.7.3;


[~]> hg clone http://code.python.org/hg/branches/py3k/
destination directory: py3k
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
** unknown exception encountered, please report by visiting
**  http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) [GCC 4.2.1 (Apple Inc. 
build 5646)]
** Mercurial Distributed SCM (version 1.7.3+20110102)
** Extensions loaded: pager, color
Traceback (most recent call last):
  File "/usr/local/bin/hg", line 38, in <module>
    mercurial.dispatch.run()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 16, 
in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 36, 
in dispatch
    return _runcatch(u, args)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 58, 
in _runcatch
    return _dispatch(ui, args)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 590, 
in _dispatch
    cmdpats, cmdoptions)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 401, 
in runcommand
    ret = _runcommand(ui, options, cmd, d)
  File "/Library/Python/2.6/site-packages/mercurial/extensions.py", line 
175, in wrap
    return wrapper(origfn, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/hgext/color.py", line 223, in 
colorcmd
    return orig(ui_, opts, cmd, cmdfunc)
  File "/Library/Python/2.6/site-packages/mercurial/extensions.py", line 
175, in wrap
    return wrapper(origfn, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/hgext/pager.py", line 103, in 
pagecmd
    return orig(ui, options, cmd, cmdfunc)
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 641, 
in _runcommand
    return checkargs()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 595, 
in checkargs
    return cmdfunc()
  File "/Library/Python/2.6/site-packages/mercurial/dispatch.py", line 588, 
in <lambda>
    d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  File "/Library/Python/2.6/site-packages/mercurial/util.py", line 426, in 
check
    return func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/mercurial/commands.py", line 736, 
in clone
    branch=opts.get('branch'))
  File "/Library/Python/2.6/site-packages/mercurial/hg.py", line 337, in 
clone
    dest_repo.clone(src_repo, heads=revs, stream=stream)
  File "/Library/Python/2.6/site-packages/mercurial/localrepo.py", line 
1886, in clone
    return self.pull(remote, heads)
  File "/Library/Python/2.6/site-packages/mercurial/localrepo.py", line 
1295, in pull
    return self.addchangegroup(cg, 'pull', remote.url(), lock=lock)
  File "/Library/Python/2.6/site-packages/mercurial/localrepo.py", line 
1739, in addchangegroup
    if fl.addgroup(source, revmap, trp) is None:
  File "/Library/Python/2.6/site-packages/mercurial/revlog.py", line 1381, 
in addgroup
    p1, p2, (chainrev, delta), ifh, dfh)
  File "/Library/Python/2.6/site-packages/mercurial/revlog.py", line 1220, 
in _addrevision
    cachedelta[1])
mpatch.mpatchError: patch cannot be decoded

----------
messages: 15004
nosy: ismail
priority: bug
status: unread
title: mpatch.mpatchError while trying to clone http://code.python.org/hg/branches/py3k/

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2606>
____________________________________________________


More information about the Mercurial-devel mailing list