From c8c90cefb343e381eaf173f8b62ea9102bb57711 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 1 Nov 2016 13:48:19 +0200 Subject: [PATCH] Outgoing hook. Push to github in independent process. --HG-- branch : develop --- scripts/outgoinghook | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/outgoinghook b/scripts/outgoinghook index c818b0bf7..9905b1bcf 100755 --- a/scripts/outgoinghook +++ b/scripts/outgoinghook @@ -8,4 +8,6 @@ # [hooks] # outgoing = outgoinghook -hg push -f git+ssh://git@github.com/dismine/Valentina.git +sh -c "hg push -f git+ssh://git@github.com/dismine/Valentina.git" & + +exit 0;