--- a/hgext/convert/subversion.py Sun Jul 01 22:21:05 2007 -0700 +++ b/hgext/convert/subversion.py Sun Jul 01 22:23:33 2007 -0700 @@ -207,6 +207,8 @@ rev = self.rev(revnum) try: branch = self.module.split("/")[-1] + if branch == 'trunk': + branch = '' except IndexError: branch = None