mercurial/parsers.c
changeset 20554 24e0661e6c2e
parent 20316 40f08c31844c
child 20555 4add43865a9b
--- a/mercurial/parsers.c	Thu Feb 13 14:27:12 2014 -0800
+++ b/mercurial/parsers.c	Mon Feb 24 22:42:13 2014 +0100
@@ -1529,10 +1529,6 @@
 		ret = gca;
 		Py_INCREF(gca);
 	}
-	else if (PyList_GET_SIZE(gca) == 1) {
-		ret = PyList_GET_ITEM(gca, 0);
-		Py_INCREF(ret);
-	}
 	else ret = find_deepest(self, gca);
 
 done: