Explorar o código

Clarify porcelain module behaviour.

Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
c794750f45
Modificáronse 1 ficheiros con 9 adicións e 1 borrados
  1. 9 1
      dulwich/porcelain.py

+ 9 - 1
dulwich/porcelain.py

@@ -27,7 +27,15 @@ from dulwich.server import update_server_info as server_update_server_info
 
 Currently implemented:
  * archive
-
+ * add
+ * clone
+ * commit
+ * init
+ * remove
+ * update-server-info
+
+These functions are meant to behave similarly to the git subcommands.
+Differences in behaviour are considered bugs.
 """
 
 __docformat__ = 'restructuredText'