Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

327
Views
Mercurial unbundle error: abort: ... unknown bundle version 20

I'm on linux ubuntu 14.04 lts and I use Mercurial Distributed SCM (version 3.3.2). I try to unbundle a mercurial hg bundle made on Mac osx with command line:


hg unbundle XXX.hg

abort: XXX.hg: unknown bundle version 20


Does anyone have a clue what is going on? Google research has not been providing much informations about that.

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

I had to add type='bzip2-v1' to the bundle call

from mercurial.commands import bundle
bundle(ui, repo, tmpfile.name, dest=None, base=(parentc.rev(),), rev=(c.rev(),), type='bzip2-v1')
over 4 years ago · Santiago Trujillo Report

0

It looks like mercurial introduced a new version of their bundle module somewhere around 3.2, according to:

https://hglabhq.com/blog/2014/4/29/what-s-new-in-mercurial-3-0

Your version should have support for bundle2, but there may be some problems unbundling from newer versions of mercurial.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!