~jelmer/qbrz/relative

« back to all changes in this revision

Viewing changes to lib/subprocess.py

  • Committer: RJL situp
  • Date: 2020-07-16 10:14:21 UTC
  • Revision ID: it@file-away.co.uk-20200716101421-09ykop2gexi3nax9
Updated Makefile to handle generating (optional) literate documentation using pycco. Updated docs/Makefile to use rst2html5. Added the literate documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
938
938
 
939
939
# [bialix 2010/02/04] body of cmd_qsubprocess has moved from commands.py
940
940
# to see annotation of cmd_qsubprocess before move use:
941
 
#     bzr qannotate commands.py -r1117
 
941
#
 
942
#  bzr qannotate commands.py -r1117
942
943
 
943
944
@contextmanager
944
945
def watch_conflicts(on_conflicted):