Comment 8 for bug 755006

Revision history for this message
Alexander Belchenko (bialix) wrote :

I've tried to reproduce it with the following simple steps:

C:\Temp\1>bzr init a
Created a standalone tree (format: 1.14)

C:\Temp\1\a>bzr mkdir foo
added foo

C:\Temp\1\a>bzr ci -m 1
Committing to: C:/Temp/1/a/
added foo
Committed revision 1.

C:\Temp\1>bzr branch a b
Branched 1 revision(s).

C:\Temp\1\b>bzr mkdir bar
added bar

C:\Temp\1\b>bzr ci -m2
Committing to: C:/Temp/1/b/
added bar
Committed revision 2.

C:\Temp\1>bzr qlog a b

And I've tried to update 'a' branch to 'b' tip. I've got the following message in qupdate dialog:

Run command: bzr update -r revid:<email address hidden>
bzr: ERROR: branch has no revision <email address hidden>
bzr update --revision only works for a revision in the branch history

But there is no traceback though.