hgext/largefiles/uisetup.py
changeset 15254 dd03d3a9f888
parent 15252 6e809bb4f969
child 15295 bd9405551ad4
--- a/hgext/largefiles/uisetup.py	Thu Oct 13 20:24:29 2011 -0400
+++ b/hgext/largefiles/uisetup.py	Thu Oct 13 20:45:49 2011 -0400
@@ -99,8 +99,8 @@
     wireproto.commands['heads'] = (proto.heads, '')
     wireproto.commands['lheads'] = (wireproto.heads, '')
 
-    # make putlfile behave the same as push and {get,stat}lfile behave the same
-    # as pull w.r.t. permissions checks
+    # make putlfile behave the same as push and {get,stat}lfile behave
+    # the same as pull w.r.t. permissions checks
     hgweb_mod.perms['putlfile'] = 'push'
     hgweb_mod.perms['getlfile'] = 'pull'
     hgweb_mod.perms['statlfile'] = 'pull'