~saccadic-masking/qbrz/qbrz

Viewing all changes in revision 1606.

  • Committer: RJL situp
  • Date: 2020-07-22 13:38:14 UTC
  • Revision ID: it@file-away.co.uk-20200722133814-gx16grnqsccr8npe
Corrected run_subprocess_command again: it now creates a list (argv) and calls run_bzr with it. Note that the tests did not pick up the error with qcommit because the breezy test suite has a *different* run_bzr to that in the actual code, which means that the tests can happily pass a string (e.g. 'commit -m "some message") whereas the real run_bzr expects a list (e.g. ['commit', '-m', 'some message'])

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: