mirror of https://github.com/zulip/zulip.git
review: Drop the line about advancing master.
(imported from commit 93a4f9b66a83efe69e7ee6638b6edc34b7f52d79)
This commit is contained in:
parent
b81aa35c24
commit
46f956c57e
|
@ -194,7 +194,6 @@ def write_template(target, repo, opts):
|
||||||
print >>target, 'Dear %s,' % ", ".join(opts.reviewers)
|
print >>target, 'Dear %s,' % ", ".join(opts.reviewers)
|
||||||
print >>target
|
print >>target
|
||||||
print >>target, 'At your convenience, please review the following commits.'
|
print >>target, 'At your convenience, please review the following commits.'
|
||||||
print >>target, 'Reply with any comments, or advance master when you are satisfied.'
|
|
||||||
print >>target
|
print >>target
|
||||||
if opts.message:
|
if opts.message:
|
||||||
print >>target, opts.message
|
print >>target, opts.message
|
||||||
|
|
Loading…
Reference in New Issue