diff --git a/libvcs/cmd/hg.py b/libvcs/cmd/hg.py index 19a78d929..94cadcd0e 100644 --- a/libvcs/cmd/hg.py +++ b/libvcs/cmd/hg.py @@ -1,3 +1,12 @@ +""" +.. Note:: + + At a Mercurial shop? Can you help us jimmy this module into the next `Sunbeam toaster + `_ of Mercurialian perfection? We need to patch + and shimmy this thing into shape and seek a skilled tradesperson to give it - in + Robert M. Pirsig's sense - *care*. Connect with us `on the tracker + `_. It's not too late to change the API. +""" import enum import pathlib from typing import Optional, Sequence, Union diff --git a/libvcs/cmd/svn.py b/libvcs/cmd/svn.py index 0dd19c632..5eeb1df0b 100644 --- a/libvcs/cmd/svn.py +++ b/libvcs/cmd/svn.py @@ -1,3 +1,12 @@ +""" +.. Note:: + + Subversion is rare to come by, but there's mechanics who get by just servicing Audi + imports. Do you have the "Mike Rowe"-grit to tape this module up, even if the OEM + parts aren't around anymore? Apply in the `project discussions page + `_. The API won't freeze until we're satisfied + this puppy is safe to drive. +""" import pathlib from typing import Literal, Optional, Sequence, Union