We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a8495 commit 3db790aCopy full SHA for 3db790a
1 file changed
release.py
@@ -93,7 +93,7 @@ def build():
93
94
def push():
95
"The build went well, so let's push the SCM changesets"
96
- subprocess.check_call(['hg', 'push'])
+ subprocess.check_call(['hg', 'push', '-r', '.'])
97
98
def publish():
99
"""
0 commit comments