Mercurial > hg
comparison mercurial/hg.py @ 3572:fe03c9a476f6
log speedup: use only ui.write in changeset_printer.show
- ui.status is not very useful, since this code is never
executed when ui.quiet is true.
- explicitly checking for ui.debug allows a regular hg log to
run without looking at the manifest index
- the calls to ui.note were converted for consistency
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sat, 28 Oct 2006 20:21:54 -0300 |
parents | 6ca49c5fe268 |
children | 2956948b81f3 |
comparison
equal
deleted
inserted
replaced
3571:736a78469a85 | 3572:fe03c9a476f6 |
---|