bzr commit claims to ignore files outside view which are in view

Bug #346195 reported by Neil Martinsen-Burrell
2
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned
Breezy
Triaged
Medium
Unassigned

Bug Description

I saw the following with bzr.dev r4175 when commiting files explicitly listed in a view:

nmb@guttle[/tmp]$ bzr init --development-wt5 test
Created a standalone tree (format: development-wt5)
nmb@guttle[/tmp]$ cd test
nmb@guttle[/tmp/test]$ touch a
nmb@guttle[/tmp/test]$ bzr view --name workaround a
Using 'workaround' view: a
nmb@guttle[/tmp/test]$ bzr add a
adding a
nmb@guttle[/tmp/test]$ bzr ci -m 'adding a'
ignoring files outside view: a
Committing to: /private/tmp/test/
added a
Committed revision 1.

commit claims that it is ignoring file a outside of the view, but the file is actually in the view. And it's not ignoring it, it's committing it.

Tags: commit view
Martin Pool (mbp)
tags: added: commit view
Changed in bzr:
status: New → Confirmed
importance: Undecided → Medium
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Jelmer Vernooij (jelmer)
tags: removed: check-for-breezy
Changed in brz:
status: New → Triaged
importance: Undecided → Medium
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.