valentina/scripts/outgoinghook
Roman Telezhynskyi c8c90cefb3 Outgoing hook. Push to github in independent process.
--HG--
branch : develop
2016-11-01 13:48:19 +02:00

14 lines
218 B
Bash
Executable file

#!/bin/sh
# Commit hook. Helps update bookmark.
# Put this file in your path.
#
# Edit file .hg/hgrc
#
# [hooks]
# outgoing = outgoinghook
sh -c "hg push -f git+ssh://git@github.com/dismine/Valentina.git" &
exit 0;