sapling/mercurial/hgweb
Martin Geisler 5fdc874d26 hgweb: removed unnecessary del before function return
Deleting tmpl just before the return statement should have no effect
since tmpl goes out of scope anyway. But it confuses pyflakes who
thinks tmpl is undefined when it is used in the except blocks below.
2008-08-16 16:32:57 +02:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py merged Edward Lee's line anchors patch 2008-02-15 19:44:54 +01:00
hgweb_mod.py hgweb: removed unnecessary del before function return 2008-08-16 16:32:57 +02:00
hgwebdir_mod.py move % out of translatable strings 2008-08-16 14:46:56 +02:00
protocol.py merge the backout head 2008-07-02 11:31:19 +02:00
request.py hgweb: move shortcut expansion to request instantiation 2008-06-26 13:45:39 +02:00
server.py hgweb: all protocol functions have become generators 2008-06-29 15:23:09 +02:00
webcommands.py Merge with crew-stable 2008-08-02 14:08:21 +02:00
webutil.py add __len__ and __iter__ methods to repo and revlog 2008-06-26 14:35:50 -05:00
wsgicgi.py Fix style nit and add some comments to tests. 2007-12-02 10:12:26 +01:00