diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-02 07:27:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-02 07:27:59 +0000 |
commit | d11c15a8757e0c8a98d3497dd67a0b8ee94757ab (patch) | |
tree | 95da6794c90d2ce60dc122298834e3c9a147b22e | |
parent | 009e774688680e89a91cc0457de8e9ebc6959f81 (diff) | |
download | pkgsrc-d11c15a8757e0c8a98d3497dd67a0b8ee94757ab.tar.gz |
patch-aa is no longer needed for 0.3.2.
-rw-r--r-- | devel/hg-git/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/hg-git/patches/patch-aa b/devel/hg-git/patches/patch-aa deleted file mode 100644 index 5905cfb67e3..00000000000 --- a/devel/hg-git/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2011/03/08 09:38:19 cegger Exp $ - ---- hggit/git_handler.py.orig 2010-05-23 03:12:11.000000000 +0000 -+++ hggit/git_handler.py -@@ -7,7 +7,7 @@ from dulwich.pack import create_delta, a - from dulwich.repo import Repo - from dulwich import client - --from hgext import bookmarks -+from mercurial import bookmarks - from mercurial.i18n import _ - from mercurial.node import hex, bin, nullid - from mercurial import context, util as hgutil |