From d43d703b3673ca711e59a316db5df75ca611b55c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 23 Sep 2010 23:02:26 -0700 Subject: [PATCH] mason.release.branch: pass -f argument to git push to help clean up the mess on the floor --- extra/mason/release/branch/branch.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/mason/release/branch/branch.factor b/extra/mason/release/branch/branch.factor index 07ec5a8bcd..06923b5d2b 100644 --- a/extra/mason/release/branch/branch.factor +++ b/extra/mason/release/branch/branch.factor @@ -1,4 +1,4 @@ -! Copyright (C) 2008, 2009 Eduardo Cavazos, Slava Pestov. +! Copyright (C) 2008, 2010 Eduardo Cavazos, Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: io.directories io.files io.launcher kernel make namespaces prettyprint sequences mason.common mason.config @@ -11,7 +11,7 @@ IN: mason.release.branch : push-to-clean-branch-cmd ( -- args ) [ - "git" , "push" , + { "git" "push" "-f" } % [ branch-username get % "@" % branch-host get % ":" %