bug on pulling/cloning : patch cannot be decoded ! or consistency error adding group!

Mathieu Clabaut mathieu.clabaut at gmail.com
Fri Nov 17 13:34:07 CST 2006


The following commands gives :
# hg pull -v

pulling from http://pcb//hg/c099
real URL is http://pcb/hg/c099/
searching for changes
running hook prechangegroup.mark-orig: [ -s .hg/00changelog.i ] && hg tag -r
-1 -l beforepull || true
adding changesets
adding manifests
adding file changes
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version eb0b4a2d70a9)
Traceback (most recent call last):
  File "/usr/bin/hg", line 12, in ?
    commands.run()
  File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line 2741,
in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line 2964,
in dispatch
    return d()
  File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line 2923,
in <lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/usr/lib/python2.3/site-packages/mercurial/commands.py", line 1701,
in pull
    modheads = repo.pull(other, heads=revs, force=opts['force'])
  File "/usr/lib/python2.3/site-packages/mercurial/localrepo.py", line 1276,
in pull
    return self.addchangegroup(cg, 'pull', remote.url())
  File "/usr/lib/python2.3/site-packages/mercurial/localrepo.py", line 1754,
in addchangegroup
    if fl.addgroup(chunkiter, revmap, tr) is None:
  File "/usr/lib/python2.3/site-packages/mercurial/revlog.py", line 1176, in
addgroup
    text = self.patches(text, [delta])
  File "/usr/lib/python2.3/site-packages/mercurial/revlog.py", line 832, in
patches
    return mdiff.patches(t, pl)
mpatch.mpatchError: patch cannot be decoded
transaction abort!
rollback completed


Cloning gives :
# hg clone -v  http://pcb//hg/c099
real URL is http://pcb/hg/c099/
requesting all changes
running hook prechangegroup.mark-orig: [ -s .hg/00changelog.i ] && hg tag -r
-1 -l beforepull || true
adding changesets
adding manifests
adding file changes
abort: consistency error adding group!
transaction abort!
rollback completed

I'm using version eb0b4a2d70a9.
Any tip ?


-mathieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.selenic.com/pipermail/mercurial/attachments/20061117/021dc20b/attachment.html


More information about the Mercurial mailing list