[Bug 4198] New: Allow automatic remove for files with ! status when commit instead of using "hg remove" or "hg commit -A"
mercurial-bugs at selenic.com
mercurial-bugs at selenic.com
Wed Mar 19 16:47:36 UTC 2014
http://bz.selenic.com/show_bug.cgi?id=4198
Priority: normal
Bug ID: 4198
CC: mercurial-devel at selenic.com
Assignee: bugzilla at selenic.com
Summary: Allow automatic remove for files with ! status when
commit instead of using "hg remove" or "hg commit -A"
Severity: feature
Classification: Unclassified
OS: All
Reporter: me at ahmedkhalaf.com
Hardware: All
Status: UNCONFIRMED
Version: unspecified
Component: Mercurial
Product: Mercurial
Removing a file from the file system is more likely to imply the intention of
removal.
Currently it's required to execute "hg remove" which is consistent with "hg
add".
However, unlike creating new files, it is intuitive to imply remove of tracked
files that were deleted from file system.
If the only requirement for the current behavior is to prompt the user, this is
already done in the commit prompt.
The user still is able to exclude files, and a new parameter can be introduced
to stop auto-remove if required.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Mercurial-devel
mailing list