Browse Source

Shallow is supported; update docstring.

Jelmer Vernooij 10 years ago
parent
commit
c2fd0a245f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      dulwich/server.py

+ 1 - 3
dulwich/server.py

@@ -36,9 +36,7 @@ Currently supported capabilities:
  * no-progress
  * report-status
  * delete-refs
-
-Known capabilities that are not supported:
- * shallow (http://pad.lv/909524)
+ * shallow
 """
 
 import collections