14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
17
# TODO: Perhaps rather than mapping options and arguments back and
20
18
# forth, we should just pass in the whole argv, and allow
21
19
# ExternalCommands to handle it differently to internal commands?
26
25
from bzrlib.commands import Command
29
29
class ExternalCommand(Command):