1 2 3 4 5 6 7
#!/bin/sh set -e if [ -d .hg ]; then if ! hg addremove .; then echo "etckeeper warning: hg addremove failed" >&2 fi fi