Skip to content

Commit 7f76836

Browse files
committedSep 24, 2022
docs(README): Note libvcs target
1 parent f2dc7ce commit 7f76836

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed
 

‎README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

33
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].
55

66
Great if you use the same repos at the same locations across multiple
77
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://
2121
[myrepos]: http://myrepos.branchable.com/
2222
[mu-repo]: http://fabioz.github.io/mu-repo/
2323

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+
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

5759
Add 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
[![Docs](https://github.com/vcs-python/vcspull/workflows/docs/badge.svg)](https://vcspull.git-pull.com) [![Build Status](https://github.com/vcs-python/vcspull/workflows/tests/badge.svg)](https://github.com/vcs-python/vcspull/actions?query=workflow%3A%22tests%22)

0 commit comments

Comments
 (0)
Please sign in to comment.