[meld] maint: No more dry runs...



commit a21d349173dff809d4aaef87ddf80ee1e1cebe1b
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sat Aug 23 14:39:11 2014 +1000

    maint: No more dry runs...

 maint.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/maint.py b/maint.py
index 6c02fae..be487f0 100755
--- a/maint.py
+++ b/maint.py
@@ -277,7 +277,7 @@ def push():
     if not confirm:
         return
 
-    cmd = ['git', 'push', '--dry-run']
+    cmd = ['git', 'push']
     call_with_output(cmd, echo_stdout=True)
 
 
@@ -361,7 +361,7 @@ def tag():
     if not confirm:
         return
 
-    cmd = ['git', 'push', '--dry-run', 'origin', meld.conf.__version__]
+    cmd = ['git', 'push', 'origin', meld.conf.__version__]
     call_with_output(cmd, echo_stdout=True)
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]