sapling/mercurial/hgweb
wujek srujek 5f5df03779 hgweb: fixes invalid parents / children in comparison
Previously, the parents / children were computed relative to the cset of the
currently shown file, which was wrong and inconsistent with diff and others.
With this patch, the listed csets are those that contain changes to the
currently compared file, which don't necessarily have to be the direct parents
and children of the changeset itself.
2012-07-31 00:59:38 +02:00
..
__init__.py hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdir 2010-04-26 11:03:40 -05:00
common.py cleanup: "raise SomeException()" -> "raise SomeException" 2012-05-12 16:00:58 +02:00
hgweb_mod.py hgweb: use ui.nontty to disable all cooked I/O 2012-05-20 14:37:22 -05:00
hgwebdir_mod.py help: improve hgweb help 2012-06-21 12:50:15 +02:00
protocol.py wireproto: add out-of-band error class to allow remote repo to report errors 2011-08-02 15:21:10 -04:00
request.py globally: use safehasattr(x, '__iter__') instead of hasattr(x, '__iter__') 2011-07-25 15:30:19 -05:00
server.py pyflakes: clean up some import noise 2011-10-11 23:16:05 -05:00
webcommands.py hgweb: fixes invalid parents / children in comparison 2012-07-31 00:59:38 +02:00
webutil.py hgweb: fixes traceback for invalid files by removing top-level template 2012-07-31 14:14:15 +02:00
wsgicgi.py wsgicgi: use getattr instead of hasattr 2011-07-25 15:38:10 -05:00