hg bundle is currently crashing for me - can anyone reproduce this? I've installed
% hg version Mercurial Distributed SCM (version 1.0) Copyright (C) 2005-2008 Matt Mackall <[EMAIL PROTECTED]> and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Locally applied patches: patchlist: enable a list of patches in 'hg version' output hg-issue1052: diff -g copy handling is oddly filename dependent I just pulled current onnv-gate bits (upto changeset #7370) and tried to create a hg bundle for it, but it's crashing with a "ValueError: the bz2 library has received wrong parameters" exception, like this: % cd onnv-gate % hg pull -e 'ssh -C' ... <pulls upto changeset 7370> ... % hg init /tmp/empty % hg bundle /tmp/onnv-gate.hg /tmp/empty searching for changes 7371 changesets found ** unknown exception encountered, details follow ** report bug details to http://www.selenic.com/mercurial/bts ** or [EMAIL PROTECTED] ** Mercurial Distributed SCM (version 1.0) Traceback (most recent call last): File "/bin/hg", line 20, in ? mercurial.dispatch.run() File "build/proto/lib/python/mercurial/dispatch.py", line 20, in run File "build/proto/lib/python/mercurial/dispatch.py", line 29, in dispatch File "build/proto/lib/python/mercurial/dispatch.py", line 45, in _runcatch File "build/proto/lib/python/mercurial/dispatch.py", line 364, in _dispatch File "build/proto/lib/python/mercurial/dispatch.py", line 417, in _runcommand File "build/proto/lib/python/mercurial/dispatch.py", line 373, in checkargs File "build/proto/lib/python/mercurial/dispatch.py", line 356, in <lambda> File "/usr/lib/python2.4/commands.py", line 459, in bundle File "build/proto/lib/python/mercurial/changegroup.py", line 99, in writebundl e ValueError: the bz2 library has received wrong parameters Rolling back the repository to cs 7365, and the hg bundle works ok. This message posted from opensolaris.org _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org