[issue2595] mpatch.mpatchError: patch cannot be decoded

zooko bugs at mercurial.selenic.com
Sun Jan 16 18:50:54 UTC 2011


New submission from zooko <zooko at zooko.com>:

HACK Zooko-Ofsimplegeos-MacBook-Pro:~/playground/python$ time    hg clone
http://code.python.org/hg/branches/release2.7-maint/
destination directory: release2.7-maint
requesting all changes
adding changesets
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:
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/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
1692, in addchangegroup
    if (cl.addgroup(source, csmap, 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

real    0m30.964s
user    0m3.084s
sys     0m0.378s

----------
messages: 14923
nosy: zooko
priority: bug
status: unread
title: mpatch.mpatchError: patch cannot be decoded

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


More information about the Mercurial-devel mailing list