We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8e30a commit 31366baCopy full SHA for 31366ba
git_pw/__init__.py
@@ -1,3 +1,8 @@
1
+"""
2
+git-pw -- A tool for integrating Git with Patchwork, the web-based patch
3
+tracking system.
4
5
+
6
import pkg_resources
7
8
__version__ = pkg_resources.get_distribution('git-pw').version
git_pw/shell.py
@@ -1,5 +1,5 @@
"""
-TODO.
+Command-line interface to the Patchwork API.
import click
0 commit comments