Mercurial > hg > config
annotate bin/syn.sh @ 827:a5a339b7fd82
python 3.5
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 19 Feb 2017 17:48:52 -0800 |
parents | 16200adbd4f0 |
children | 6fd2b3b4fb01 |
rev | line source |
---|---|
822 | 1 #!/bin/bash |
2 | |
3 set -e | |
4 | |
5 cd | |
6 | |
7 silvermirror | |
824
16200adbd4f0
work around exit code for no changes
Jeff Hammel <k0scist@gmail.com>
parents:
822
diff
changeset
|
8 hg pull |
16200adbd4f0
work around exit code for no changes
Jeff Hammel <k0scist@gmail.com>
parents:
822
diff
changeset
|
9 |
16200adbd4f0
work around exit code for no changes
Jeff Hammel <k0scist@gmail.com>
parents:
822
diff
changeset
|
10 set +e |
16200adbd4f0
work around exit code for no changes
Jeff Hammel <k0scist@gmail.com>
parents:
822
diff
changeset
|
11 hg push # will exit 1 on no changes found |
16200adbd4f0
work around exit code for no changes
Jeff Hammel <k0scist@gmail.com>
parents:
822
diff
changeset
|
12 set -e |
16200adbd4f0
work around exit code for no changes
Jeff Hammel <k0scist@gmail.com>
parents:
822
diff
changeset
|
13 |
822 | 14 ubuntu_updated.sh |
15 ~/bin/mirror-hg http://k0s.org/hg | |
16 |