Explorar el Código

Clarify porcelain module behaviour.

Jelmer Vernooij hace 11 años
padre
commit
c794750f45
Se han modificado 1 ficheros con 9 adiciones y 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'