changeset 44:6d130b5ddd33

make sure to push the patch
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 11 Jan 2013 15:46:41 -0800
parents 3a78de4d900d
children 6a77963d17d0
files mozillatry.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mozillatry.py	Thu Jan 10 13:29:15 2013 -0800
+++ b/mozillatry.py	Fri Jan 11 15:46:41 2013 -0800
@@ -53,7 +53,7 @@
     update_repo(directory)
 
     for patch in patches:
-        call(['hg', 'qimport', patch], cwd=directory)
+        call(['hg', 'qimport', patch, '--push'], cwd=directory)
 
 ### methods for try