NAME

hg-reposearch - scan for mercurial repositories in the given directories.

SYNOPSIS

hg-reposearch <options> <dir1> <dir2> …

DESCRIPTION

This manual page documents briefly the hg-reposearch command.

hg-reposearch is a script to scan for mercurial repositories in the given directories. Default search mode is not to look into subdirectories.

OPTIONS

-h/—help

Print a help summary

-r/—recursive (default=false)

Look for mercurial repositories in subdirectories also.

EXAMPLES

List all mercurial repositories

    hg-reposearch ~/hp/hg

List all mercurial repositories recursive

    hg-reposearch -r ~/hp/hg

SEE ALSO

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

AUTHOR

hg-reposearch was written by Michael Gebetsroither <gebi@grml.org>

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