1
1
# $ 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 )
2
2
3
3
Manage 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] .
5
5
6
6
Great if you use the same repos at the same locations across multiple
7
7
machines 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://
21
21
[ myrepos ] : http://myrepos.branchable.com/
22
22
[ mu-repo ] : http://fabioz.github.io/mu-repo/
23
23
24
+ # Development branches
25
+
26
+ vcspull ` master ` is currently targetting 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
+
24
31
# How to
25
32
26
33
## Install
@@ -47,11 +54,6 @@ You can test the unpublished version of vcspull before its released.
47
54
48
55
Then use ` vcspull@next sync [config]... ` .
49
56
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
-
55
57
## Configuration
56
58
57
59
Add your repos to ` ~/.vcspull.yaml ` .
@@ -177,4 +179,6 @@ See donation options at <https://git-pull.com/support.html>.
177
179
- Open Hub : <https://www.openhub.net/p/vcspull>
178
180
- License : [MIT](https://opensource.org/licenses/MIT).
179
181
182
+ [libvcs] : https://github.com/vcs-python/libvcs
183
+
180
184
[](https://vcspull.git-pull.com) [](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)
0 commit comments