4301df79c1
--HG-- branch : develop
12 lines
199 B
Bash
Executable File
12 lines
199 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Commit hook. Helps update bookmark.
|
|
# Put this file in your path.
|
|
#
|
|
# Edit file .hg/hgrc
|
|
#
|
|
# [hooks]
|
|
# outgoing = outgoinghook
|
|
|
|
hg push -f git+ssh://git@github.com/dismine/Valentina.git
|