Changeset 198 in tracdarcs for tracdarcs/repository.py


Ignore:
Timestamp:
07/29/10 19:27:40 (3 years ago)
Author:
lele@…
Hash name:
20100729172740-7a6fb-3e81a7f9dda34685a9b8a6b2a90220d7139527ee
Message:

Removed obsolete comment, since we store .gz-less hashes now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracdarcs/repository.py

    r197 r198  
    615615 
    616616    def get_properties(self): 
    617         # omit ending .gz, because under some configuration the Apache 
    618         # web server automatically tags such URLs with something like 
    619         # "Content-Encoding: gzip" that in turn may confuse the browser. 
    620         # Darcs recognizes also extension-stripped hashnames. 
    621  
    622617        props = dict(Hashname=self.__hash) 
    623618 
Note: See TracChangeset for help on using the changeset viewer.