diff mercurial/patch.py @ 7572:4f58147ea829

merge with crew-stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 03 Jan 2009 21:24:31 +0100
parents e05aa73ce2b7 fa23d169a895
children ab39d1813e51
line wrap: on
line diff
--- a/mercurial/patch.py	Sat Jan 03 01:05:13 2009 +0100
+++ b/mercurial/patch.py	Sat Jan 03 21:24:31 2009 +0100
@@ -35,7 +35,7 @@
         except IOError:
             raise util.Abort(
                 _("cannot create %s: unable to create destination directory")
-                % dst)            
+                % dst)
 
     util.copyfile(abssrc, absdst)