]> git.donarmstrong.com Git - debhelper.git/commit
drop regex support from remove_command_options
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 26 Aug 2009 20:41:53 +0000 (16:41 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 26 Aug 2009 20:41:53 +0000 (16:41 -0400)
commitd64e9b242a1c3c9b35f006eec048a3cf683fc925
tree2b5cfda6bce7b3b3a762200b998505691d46a251
parent391a6c42bc528de0e3ba34874346d290054f517e
drop regex support from remove_command_options

I hope that it will not be needed; indeed I doubt that
remove_command_options will be used much, because sequence addons would
need to try to do conflicting things to need it. And the interface makes it
hard for such conflicting sequence addons to work around the other, since
addons can be loaded in either order. So let's not encourage them too
much, and if there's a use case later, we can made changes.

I haven't applied Modestas's enhanced patch that allows adding an option to
all commands because I similarly think it might not be used. If a use case
comes along we can add something like that.
dh
doc/PROGRAMMING