Skip to content
Snippets Groups Projects
Commit 6c47cf2d authored by Boris Feld's avatar Boris Feld
Browse files

Fix rollback command that started to fails

parent 84336063
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,8 @@
args = ["-A", "-m", "My commit message", "-u", "<test@octobus.net>"]
cmd = self._prepare_cmd("commit", *args)
rollback_cmd = self._prepare_cmd("rollback")
rollback_cmd = self._prepare_cmd("rollback", "--config",
"ui.rollback=true")
clean_cmd = self._prepare_cmd("update", "-C", ".")
with open(os.path.join(self.repo_path, 'BABAR'), 'w') as f:
......
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