Skip to content

Commit ff1873b

Browse files
committed
docs(cmd,git,svn): Help notice
1 parent e34e782 commit ff1873b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

libvcs/cmd/hg.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
.. Note::
3+
4+
At a Mercurial shop? Can you help us jimmy this module into the next `Sunbeam toaster
5+
<https://automaticbeyondbelief.org/>`_ of Mercurialian perfection? We need to patch
6+
and shimmy this thing into shape and seek a skilled tradesperson to give it - in
7+
Robert M. Pirsig's sense - *care*. Connect with us `on the tracker
8+
<https://github.com/vcs-python/libvcs>`_. It's not too late to change the API.
9+
"""
110
import enum
211
import pathlib
312
from typing import Optional, Sequence, Union

libvcs/cmd/svn.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
"""
2+
.. admonition:: Busman's holiday?
3+
4+
We need to fill these SVN commands and their tests to exquisite perfection, like the
5+
artisans in those Michelin-star videos on YouTube. We welcome your contributions,
6+
providing you "color between the lines" and stick to the interface. `Get in
7+
<https://github.com/vcs-python/libvcs>`_, 'APIs unstable until we fit the spec.
8+
"""
19
import pathlib
210
from typing import Literal, Optional, Sequence, Union
311

0 commit comments

Comments
 (0)