NAME

hg-verify - script suitable for cron to verify a directory of mercurial repositories

SYNOPSIS

hg-verify [OPTIONS] <directory>

DESCRIPTION

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

EXAMPLE

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

SEE ALSO

hg(1), hgmergevim(1), hgr(1), hg-mirror(1)

AUTHOR

This manual page was written by Michael Gebetsroither <gebi@grml.org>