diff hgext/largefiles/uisetup.py @ 15254:dd03d3a9f888

largefiles: more work on cleaning up comments - always say "largefile", not "lfile" - cleanup mangled syntax, hopefully correctly (punctuation: it's your friend!) - wrap to 75 columns (where feasible)
author Greg Ward <greg@gerg.ca>
date Thu, 13 Oct 2011 20:45:49 -0400
parents 6e809bb4f969
children bd9405551ad4
line wrap: on
line diff
--- 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'