bzr commit percieves a removed file as 'no changes' and warns..

Bug #2346 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Medium
Unassigned

Bug Description

# using bzr-0.0.7

& mkdir bzrtest
& cd bzrtest
& bzr init
& echo "this is a test" > README
& bzr add README
& bzr commit -m "added docs"
& bzr remove README
& bzr status
removed:
   README
unknown:
   README
& bzr commit -m "removed docs"
bzr: ERROR: ('no changes to commit', ['use --unchanged to commit
anyhow'])
& bzr status
removed:
   README
unknown:
   README

Revision history for this message
John A Meinel (jameinel) wrote :

This bug still appears in bzr 0.0.9 and bzr.dev as of revno=1227

However, this seems to be fixed on the bzr.newformat branch as of revno=1444

Revision history for this message
Andrew Mitchell (ajmitch) wrote :

Yes, appears to be fixed in 0.1.1 that I've tested

Changed in bzr:
status: New → Fixed
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.