diff mercurial/subrepo.py @ 12770:614f0d8724ab

check-code: find trailing whitespace
author Martin Geisler <mg@lazybytes.net>
date Wed, 20 Oct 2010 10:13:04 +0200
parents ef5eaf53f4f7
children 3d6ba8c2b1b8
line wrap: on
line diff
--- a/mercurial/subrepo.py	Wed Oct 20 10:07:38 2010 +0200
+++ b/mercurial/subrepo.py	Wed Oct 20 10:13:04 2010 +0200
@@ -192,7 +192,7 @@
         if repo.ui.config('paths', 'default'):
             return repo.ui.config('paths', 'default')
     if abort:
-        raise util.Abort(_("default path for subrepository %s not found") % 
+        raise util.Abort(_("default path for subrepository %s not found") %
             reporelpath(repo))
 
 def itersubrepos(ctx1, ctx2):