Skip to content
Snippets Groups Projects
Commit f84110dd authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Force enabling strip extension while preparing repositories

parent 77ffac8d
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,8 @@
subprocess.check_call(['hg', 'clone', '--noupdate', clonedir,
partialdir])
if revset != "same":
subprocess.check_call(['hg', '--cwd', partialdir, 'strip',
subprocess.check_call(['hg', '--cwd', partialdir,
'--config', 'extensions.strip=', 'strip',
'--no-backup', '-r', revset])
subprocess.check_call(['hg', '--cwd', partialdir, 'debugupdatecache'])
......
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