bzr rm should have --auto option
Bug #729747 reported by
Gordon Tyler
on 2011-03-05
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar |
Low
|
Unassigned |
Bug Description
'bzr rm' without further arguments behaves similarly to 'bzr mv --auto' in that it finds versioned files which are missing in the working tree and marks them as removed. This behaviour should be moved to a '--auto' option for consistency and to avoid surprises.
A '--dry-run' option should be also be added.
Eli Zaretskii (eliz) wrote : | #1 |
Martin Packman (gz) wrote : | #2 |
The bazaar mailing list thread has more background:
<https:/
Changed in bzr: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Jelmer Vernooij (jelmer)
on 2017-11-09
tags: | added: check-for-breezy |
To post a comment you must log in.
And maybe the same should be done with "bzr add", again for consistency.