#!/bin/sh
if [ -d "$DARCS_REPO" ]; then
    darcs changes --repodir "$DARCS_REPO" > CHANGES.darcs
fi
