Show More
@@ -176,7 +176,8 b' def synchronize_hg(hg_repo: pathlib.Path' | |||
|
176 | 176 | 'python2.7', hg_bin, |
|
177 | 177 | '--config', 'ui.ssh=ssh -F %s' % ssh_config, |
|
178 | 178 | '--config', 'ui.remotecmd=c:/hgdev/venv-bootstrap/Scripts/hg.exe', |
|
179 |
'push', '-r', full_revision, |
|
|
179 | 'push', '-f', '-r', full_revision, | |
|
180 | 'ssh://%s/c:/hgdev/src' % public_ip, | |
|
180 | 181 | ] |
|
181 | 182 | |
|
182 | 183 | subprocess.run(args, cwd=str(hg_repo), env=env, check=True) |
General Comments 0
You need to be logged in to leave comments.
Login now