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 | 47ff12151dd53c8ea71aebf81678d3dc19558b9a (patch) | |
tree | 95da6794c90d2ce60dc122298834e3c9a147b22e | |
parent | fd360326ad223fdfd130b43e310b4b2adf50af52 (diff) | |
download | pkgsrc-47ff12151dd53c8ea71aebf81678d3dc19558b9a.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 |