c629fe88a1
This is a library for calculating the edit distance between strings or data using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...). Reviewed by: garga Approved by: brooks Differential Revision: https://reviews.freebsd.org/D3730
10 lines
440 B
Text
10 lines
440 B
Text
You have a lot of version control repositories. Sometimes you want to
|
|
update them all at once. Or push out all your local changes. You use
|
|
special command lines in some repositories to implement specific workflows.
|
|
Myrepos provides a `mr` command, which is a tool to manage all your version
|
|
control repositories.
|
|
|
|
It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.
|
|
|
|
Author: Joey Hess
|
|
WWW: http://myrepos.branchable.com/
|