changeset 51:d3d1b4a1a90d

Keep lines at less than 80 characters.
author Simon Law <simon@akoha.org>
date Tue, 10 Jul 2007 10:20:14 -0400
parents 904f45baaf83
children 504a07390de3
files forest.py
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/forest.py	Mon Jul 09 18:24:55 2007 -0400
+++ b/forest.py	Tue Jul 10 10:20:14 2007 -0400
@@ -131,7 +131,9 @@
     """
 
     if 'forests' not in self.capabilities:
-        raise util.Abort(_("Remote forests cannot be cloned because the other repository doesn't support the forest extension."))
+        raise util.Abort(_("Remote forests cannot be cloned because the "
+                           "other repository doesn't support the forest "
+                           "extension."))
     data = self.call("forests", walkhg=("", "True")[walkhg])
     return data.splitlines()
 
@@ -177,7 +179,9 @@
     """
 
     if 'forests' not in self.capabilities:
-        raise util.Abort(_("Remote forests cannot be cloned because the other repository doesn't support the forest extension."))
+        raise util.Abort(_("Remote forests cannot be cloned because the "
+                           "other repository doesn't support the forest "
+                           "extension."))
     data = self.do_read("forests", walkhg=("", "True")[walkhg])
     return data.splitlines()