Browse Source

Clarify porcelain module behaviour.

Jelmer Vernooij 11 năm trước cách đây
mục cha
commit
c794750f45
1 tập tin đã thay đổi với 9 bổ sung1 xóa
  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'