Reverted changesets
9d1380e5c8c5 and
1d46169ec197: show @ as glog parent again.
Repainted the bikeshed with its original color.
localrepo.status: only append stuff to the clean list if list_clean is true
This is consistent with dirstate.status.
mq: reduce matcher abuse
The match function should match only the files we're interested in.
localrepo.add: avoid some stats
There's still an extra lstat done by dirstate.update.