revno doesn't match version-info
Bug #569935 reported by
Dimitri John Ledkov
This bug report was converted into a question: question #108403: revno doesn't match version-info.
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Invalid
|
Undecided
|
Unassigned |
Bug Description
$ bzr co --light -r100 trunk/ bla/
$ bzr revno bla
1567
$ bzr version-info bla
revision-id: svn-v4:
date: 2007-10-16 09:14:04 +0000
svn-revno: 127
svn-uuid: 4407c894-
build-date: 2010-04-25 23:00:02 +0100
revno: 100
branch-nick: trunk
Changed in bzr: | |
status: | New → Invalid |
To post a comment you must log in.
`bzr revno` tells you the revno of the _branch_, not the working tree. You want `bzr revno --tree` to match there.