mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 11:25:27 +00:00
[GitSVN][NFC] Mark dry-run commits as such in the log output
Summary: This helps to avoid worries about the "dry run flag" while testing. Reviewers: jyknight, rnk, mehdi_amini Subscribers: bollu, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D64697 llvm-svn: 366023
This commit is contained in:
parent
194b337f33
commit
8eb86a15c5
@ -420,8 +420,8 @@ def cmd_push(args):
|
||||
rev_range = args.rev_range
|
||||
dry_run = args.dry_run
|
||||
revs = get_revs_to_push(rev_range)
|
||||
log('Pushing %d %s commit%s:\n%s' %
|
||||
(len(revs),
|
||||
log('%sPushing %d %s commit%s:\n%s' %
|
||||
('[DryRun] ' if dry_run else '', len(revs),
|
||||
'split-repo (%s)' % split_repo_path
|
||||
if split_repo_path else 'monorepo',
|
||||
's' if len(revs) != 1 else '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user