11# $ vcspull · ; [ ![ Python Package] ( https://img.shields.io/pypi/v/vcspull.svg )] ( https://pypi.org/project/vcspull/ ) [ ![ License] ( https://img.shields.io/github/license/vcs-python/vcspull.svg )] ( https://github.com/vcs-python/vcspull/blob/master/LICENSE ) [ ![ Code Coverage] ( https://codecov.io/gh/vcs-python/vcspull/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vcs-python/vcspull )
22
33Manage and sync multiple git, svn, and mercurial repos via JSON or YAML file. Compare to
4- [ myrepos] , [ mu-repo] . Built on [ libvcs] ( https://github.com/vcs-python/libvcs ) .
4+ [ myrepos] , [ mu-repo] . Built on [ libvcs] .
55
66Great if you use the same repos at the same locations across multiple
77machines or want to clone / update a pattern of repos without having to
@@ -21,6 +21,13 @@ See the [documentation](https://vcspull.git-pull.com/), [configuration](https://
2121[ myrepos ] : http://myrepos.branchable.com/
2222[ mu-repo ] : http://fabioz.github.io/mu-repo/
2323
24+ # Targets
25+
26+ vcspull ` master ` is currently pointing to [ libvcs] @
27+ [ v0.13.x] ( https://github.com/vcs-python/libvcs/tree/v0.13.x )
28+
29+ In the coming weeks, it will be pointing to libvcs master again.
30+
2431# How to
2532
2633## Install
@@ -47,11 +54,6 @@ You can test the unpublished version of vcspull before its released.
4754
4855 Then use ` vcspull@next sync [config]... ` .
4956
50- ### Developing
51-
52- The current master is targetting libvcs @
53- [ v0.13.x] ( https://github.com/vcs-python/libvcs/tree/v0.13.x )
54-
5557## Configuration
5658
5759Add your repos to ` ~/.vcspull.yaml ` .
@@ -177,4 +179,6 @@ See donation options at <https://git-pull.com/support.html>.
177179- Open Hub : <https://www.openhub.net/p/vcspull>
178180- License : [MIT](https://opensource.org/licenses/MIT).
179181
182+ [libvcs] : https://github.com/vcs-python/libvcs
183+
180184[](https://vcspull.git-pull.com) [](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)
0 commit comments