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