replay into empty branch

Bug #305139 reported by Marius Kruger
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr-rewrite
Triaged
Low
Unassigned

Bug Description

Can't replay into a branch which have no revisions yet.

to reproduce:

mkdir base
cd base
bzr init
echo 1 > 1
bzr add
bzr commit -m "rev 1"

bzr init ../base2
cd ../base2

bzr replay ../base -r 1..
bzr: ERROR: Reserved revision-id {null:}

So i tried to just do a initial commit:

bzr commit -m "initial commit" --unchanged
Committing to: /tmp/base2/
Committed revision 1.

then it worked like a dream:

bzr replay ../base -r 1..
All changes applied successfully.
Committing to: /tmp/base2/
added 1
Committed revision 2.

this comes from a question:
https://answers.edge.launchpad.net/bzr/+question/53349

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Thanks for the detailed bug report.

Changed in bzr-rebase:
importance: Undecided → Low
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.