Mercurial > hg
log
age | author | description |
---|---|---|
Sat, 28 Oct 2006 20:21:59 -0300 | Alexis S. L. Carvalho | log speedup: don't call revlog.node if we don't have to |
Sat, 28 Oct 2006 20:21:57 -0300 | Alexis S. L. Carvalho | log speedup: use list.extend to avoid an explicit loop |
Sat, 28 Oct 2006 20:21:56 -0300 | Alexis S. L. Carvalho | log speedup: use parentrevs in log and changeset_printer.show |
Sat, 28 Oct 2006 20:21:55 -0300 | Alexis S. L. Carvalho | log speedup: set quiet/verbose/debugflag in the fake ui object |
Sat, 28 Oct 2006 20:21:54 -0300 | Alexis S. L. Carvalho | log speedup: use only ui.write in changeset_printer.show |
Sat, 28 Oct 2006 20:21:52 -0300 | Alexis S. L. Carvalho | log speedup: walkchangerevs: filter the files only if we need them |
Sat, 28 Oct 2006 23:05:57 +0200 | Thomas Arendsen Hein | Inform the user about the new URL when being redirected via http. |