#!/bin/sh set -e if ! hg addremove .; then echo "etckeeper warning: hg addremove failed" >&2 fi