We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d935b0 commit ac6ffb5Copy full SHA for ac6ffb5
2 files changed
src/libvcs/cmd/_async/__init__.py
@@ -11,7 +11,9 @@
11
from __future__ import annotations
12
13
from libvcs.cmd._async.git import AsyncGit
14
+from libvcs.cmd._async.hg import AsyncHg
15
16
__all__ = [
17
"AsyncGit",
18
+ "AsyncHg",
19
]
src/libvcs/sync/_async/__init__.py
from libvcs.sync._async.git import AsyncGitSync
+from libvcs.sync._async.hg import AsyncHgSync
"AsyncGitSync",
+ "AsyncHgSync",
0 commit comments