# HG changeset patch # User Francis Barber # Date 1240666067 -28800 # Node ID 36b935cad49564b77e2623c43d4b54862f9c7e7b # Parent 4e5bd9b97bb3641d6d0e29cc566c06e097f25b3f Fix subversion convert not detecting empty changesets. Need to check for the empty as list as well as None. diff -r 4e5bd9b97bb3 -r 36b935cad495 hgext/convert/subversion.py --- a/hgext/convert/subversion.py Sun Apr 19 13:12:20 2009 -0400 +++ b/hgext/convert/subversion.py Sat Apr 25 21:27:47 2009 +0800 @@ -851,7 +851,7 @@ self.ui.note(_('skipping blacklisted revision %d\n') % revnum) continue - if paths is None: + if not paths: self.ui.debug(_('revision %d has no entries\n') % revnum) continue cset, lastonbranch = parselogentry(paths, revnum, author,