[issue3229] convert crashes when converting branchy bzr repository

Patrick Mézard bugs at mercurial.selenic.com
Mon Jan 30 10:21:05 CST 2012


New submission from Patrick Mézard <pmezard at gmail.com>:

First reported here:

  http://www.selenic.com/pipermail/mercurial/2012-January/041606.html


Here is a test script reproducing the issue:

"""
  $ . "$TESTDIR/bzr-definitions"

Multiple branches

  $ bzr init-repo --no-trees repo
  $ bzr init repo/trunk
  $ bzr co repo/trunk repo-trunk
  $ cd repo-trunk
  $ echo a > a
  $ bzr add a
  $ bzr ci -m adda
  $ bzr switch -b branch
  $ echo b > b
  $ bzr add b
  $ bzr ci -m addb
  $ cd ..
  $ hg convert repo repo-bzr
"""

----------
messages: 18773
nosy: pmezard
priority: bug
status: unread
title: convert crashes when converting branchy bzr repository
topic: convert

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3229>
____________________________________________________


More information about the Mercurial-devel mailing list