Download:
child 77:c4a6cb0ec67c
parent 75:6c7351f2774d
76:ec0b2da5e468
Anton Shestakov <av6@dwimlabs.net>, Thu, 04 Aug 2016 14:16:22 +0800
bench: an awful typo that invalidates the whole stcp mark

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bench.py file | annotate | diff | comparison | revisions
--- a/bench.py Thu Aug 04 11:55:17 2016 +0800
+++ b/bench.py Thu Aug 04 14:16:22 2016 +0800
@@ -48,7 +48,7 @@
cmd += ['grep', '--all', 'version', filename]
elif mark == 'grepallf':
cmd += ['grep', '--all', '--follow', 'version', filename]
- elif mark == 'stco':
+ elif mark == 'stcp':
cmd += ['status', '--copies', filename]
elif mark == 'diff':
cmd += ['diff', '-r', 'tip~100:tip', filename]