瀏覽代碼

Add example invocation for diff.py.

Jelmer Vernooij 11 年之前
父節點
當前提交
0f6a065832
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      examples/diff.py

+ 3 - 0
examples/diff.py

@@ -1,6 +1,9 @@
 #!/usr/bin/python
 # This trivial script demonstrates how to extract the unified diff for a single
 # commit in a local repository.
+#
+# Example usage:
+#  python examples/diff.py
 
 from dulwich.repo import Repo
 from dulwich.patch import write_tree_diff