##// END OF EJS Templates
More whitespace cleanups...
mpm@selenic.com -
r575:7f5ce4bb default
parent child Browse files
Show More
@@ -449,4 +449,3 def range_tuple_normalize(range_tup):
449 449 # check that the range is valid
450 450 if lb < fb: raise RangeError('Invalid byte range: %s-%s' % (fb,lb))
451 451 return (fb,lb)
452
@@ -1,5 +1,5
1 1 #!/usr/bin/env python
2
2 #
3 3 # This is the mercurial setup script.
4 4 #
5 5 # './setup.py install', or
General Comments 0
You need to be logged in to leave comments. Login now