Bug 1108399 - Remove outdated comment about hooking up conditional commands; r=ahal

mach conditions are implemented elsewhere. This comment can die.

--HG--
extra : rebase_source : c956d5af7858d997a1f49f3b24bb54e5f8a52240
extra : histedit_source : 76b8155b12ab0ea86e16e807b1c6f691cb8f3640
This commit is contained in:
Gregory Szorc 2014-12-06 21:53:16 -08:00
parent 32794223fa
commit fed897ef4e

View File

@ -122,11 +122,6 @@ class CommandAction(argparse.Action):
handler = self._mach_registrar.command_handlers.get(command)
# FUTURE
# If we wanted to conditionally enable commands based on whether
# it's possible to run them given the current state of system, here
# would be a good place to hook that up.
# We create a new parser, populate it with the command's arguments,
# then feed all remaining arguments to it, merging the results
# with ourselves. This is essentially what argparse subparsers