소스 검색

Clarify porcelain module behaviour.

Jelmer Vernooij 11 년 전
부모
커밋
c794750f45
1개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  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'