linux - Mercurial unbundle error: abort: ... unknown bundle version 20 -
i'm on linux ubuntu 14.04 lts , use mercurial distributed scm (version 3.3.2). try unbundle mercurial hg bundle made on mac osx command line:
hg unbundle xxx.hg
abort: xxx.hg: unknown bundle version 20
does have clue going on? google research has not been providing informations that.
i had add type='bzip2-v1'
bundle call
from mercurial.commands import bundle bundle(ui, repo, tmpfile.name, dest=none, base=(parentc.rev(),), rev=(c.rev(),), type='bzip2-v1')
Comments
Post a Comment