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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -