'bzr ignore' in subdirectory should prepend relative path
Bug #3780 reported by
Martin Pool
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
Matthieu Moy to bazaar-ng 27 Oct (5 days ago)
Hi,
The behavior of bzr ignored when called from a subdirectory of the
project is a bit confusing:
$ bzr root
/tmp/proj
$ pwd
/tmp/proj/dir
$ ls
file foo
$ bzr ignore ./foo
$ cat ../.bzrignore
./foo
$ bzr unknowns
dir/foo
I think it would make more sense to prepend the path from root, and add dir/foo instead of ./foo to the list of ignored files.
Changed in bzr: | |
status: | Confirmed → In Progress |
tags: | added: check-for-breezy |
tags: |
added: ui removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
I think martin has already fixed this. Martin?