Skip to content

Commit 3db790a

Browse files
committed
Use -r to push only local commits.
--HG-- branch : cherrypy-3.2.x
1 parent 01a8495 commit 3db790a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def build():
9393

9494
def push():
9595
"The build went well, so let's push the SCM changesets"
96-
subprocess.check_call(['hg', 'push'])
96+
subprocess.check_call(['hg', 'push', '-r', '.'])
9797

9898
def publish():
9999
"""

0 commit comments

Comments
 (0)