revert to specific revision for file in subdir does not work

Bug #29424 reported by Martin Pool
4
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Medium
Unassigned

Bug Description

From: Alexander Belchenko <email address hidden>
Subject: [BUG] revert to specific revision for file in subdir does not work
Date: Sun, 22 Jan 2006 23:13:33 +0200
To: Bazaar-NG <email address hidden>

Revert does not work for file in subdir if specified -r flag. Error raised:

bzr: ERROR: dir/file.txt is not versioned

Reproduction of problem:

> bzr init
> bzr mkdir dir
> cd dir
> echo spam > file.txt
> bzr add
> bzr ci -m "r1"
> echo eggs > file.txt
> bzr st
modified:
  dir/file.txt
> bzr revert file.txt -r1
bzr: ERROR: dir/file.txt is not versioned

Usual bzr revert works OK.

Revision history for this message
Martin Pool (mbp) wrote :

This semes to work for me in 0.8pre; please reopen it if not.

Changed in bzr:
status: Unconfirmed → Fix Released
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.