From: Pavel Roskin Date: Wed, 5 Sep 2007 16:57:22 +0000 (-0400) Subject: git.__remotes_from_dir() should only return lists X-Git-Tag: v0.14~97 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/5ae6fcce77a29221e15f6a4e8348bd4276960ba1?hp=5ae6fcce77a29221e15f6a4e8348bd4276960ba1 git.__remotes_from_dir() should only return lists If there are no remotes, return empty list, not None. The later doesn't work with builtin set(). This fixes t1001-branch-rename.sh Signed-off-by: Pavel Roskin ---