Skip to content
Snippets Groups Projects
Commit a7f5bd58 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

bench-commit: minor comment on the preparation

parent d470d9f0
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,6 @@
timings = []
filename = None
# purge any uncommitted changes
self.hg('revert', '--all')
self.hg('--config', 'extensions.purge=', 'purge', '--all')
......@@ -25,5 +26,6 @@
self.hg('revert', '--all')
self.hg('--config', 'extensions.purge=', 'purge', '--all')
# make sure dirstate is up to date.
self.hg('status')
if mode == 'create':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment