reposearch ~/hp/hg
reposearch - scan for repositories of different vcs in the given directories.
reposearch [OPTIONS] <dir1> <dir2> …
This manual page documents briefly the reposearch command.
reposearch is a program to scan for repositories of different vcs in the given directories. Default search mode is not to look into subdirectories.
Print a help summary
Look for mercurial repositories in subdirectories also.
Type of repositories to scan for. Seperate multiple types with ",".
List all mercurial repositories
reposearch ~/hp/hg
List all mercurial repositories recursive
reposearch -r ~/hp/hg
List all git repositories recursive
reposearch -t git -r ~/hp/git
List all git and hg repositories recursive
reposearch -t git,gitbare -r ~/hp/git
hg(1), hgmergevim(1), hgr(1), reposearch(1), hg-mirror(1)
hg-reposearch was written by Michael Gebetsroither <gebi@grml.org>
This manual page was written by Michael Gebetsroither <gebi@grml.org>