review: Drop the line about advancing master.

(imported from commit 93a4f9b66a83efe69e7ee6638b6edc34b7f52d79)
This commit is contained in:
Tim Abbott 2013-01-23 12:07:48 -05:00
parent b81aa35c24
commit 46f956c57e
1 changed files with 0 additions and 1 deletions

View File

@ -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