From 1ce9fcd0545790f30a28cdad96a1ba3e920e1fc4 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Mon, 14 Oct 2013 12:10:40 +0000 Subject: devel/hg-git: allow staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Allow staging - Use python auto plist - Patch for dulwich API change PR: ports/182747 Submitted by: Marco Bröder (maintainer) --- devel/hg-git/files/patch-hggit__git_handler.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/hg-git/files/patch-hggit__git_handler.py (limited to 'devel/hg-git/files/patch-hggit__git_handler.py') diff --git a/devel/hg-git/files/patch-hggit__git_handler.py b/devel/hg-git/files/patch-hggit__git_handler.py new file mode 100644 index 000000000000..9901ae9b0bc5 --- /dev/null +++ b/devel/hg-git/files/patch-hggit__git_handler.py @@ -0,0 +1,11 @@ +--- ./hggit/git_handler.py.orig 2013-03-24 22:35:51.000000000 +0100 ++++ ./hggit/git_handler.py 2013-10-05 10:40:01.222598222 +0200 +@@ -1034,7 +1034,7 @@ + and ( ref.startswith('refs/heads/') or ref.startswith('refs/tags/') ) ] + want = [x for x in want if x not in self.git] + return want +- f, commit = self.git.object_store.add_pack() ++ f, commit = self.git.object_store.add_pack()[:2] + try: + try: + progress = GitProgress(self.ui) -- cgit v1.2.3