hg-verify -r ~/hg
hg-verify - script suitable for cron to verify a directory of mercurial repositories
hg-verify [OPTIONS] <directory>
This manual page documents briefly the hg-verify command.
hg-verify is a script suitable for cron to verify a directory of mercurial repositories. As repository corruptions tipped up in the past i have written this script to track down such problems
Verify all repositories in ~/hg (recursive)
hg-verify -r ~/hg
Cron example, run hg-verify every day at 6:05
5 6 * * * hg-verify -r $HOME/hp/hg
hg(1), hgmergevim(1), hgr(1), hg-mirror(1)
This manual page was written by Michael Gebetsroither <gebi@grml.org>