changeset 1895:d7c038e805e9

findincoming should return an iterable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 13 Mar 2006 00:02:33 +0100
parents 4c53aaf2d153
children b7cc0f323a4c
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Sun Mar 12 20:23:05 2006 +0100
+++ b/mercurial/localrepo.py	Mon Mar 13 00:02:33 2006 +0100
@@ -809,7 +809,7 @@
                 base[h] = 1
 
         if not unknown:
-            return None
+            return []
 
         rep = {}
         reqcnt = 0