Mercurial > hg
log
age | author | description |
---|---|---|
Fri, 25 Apr 2014 15:44:55 -0500 | Sean Farley | localrepo: replace status method with a shim |
Tue, 27 May 2014 15:55:35 -0700 | Sean Farley | workingctx: have status method call super instead of customized code. |
Thu, 24 Apr 2014 18:07:42 -0500 | Sean Farley | basectx: copy localrepo.status method |
Thu, 24 Apr 2014 17:42:53 -0500 | Sean Farley | committablectx: cache _status in _poststatus |
Thu, 24 Apr 2014 17:31:20 -0500 | Sean Farley | committablectx: simplify caching the status |
Wed, 23 Apr 2014 16:08:20 -0500 | Sean Farley | localrepo: remove cache code now handled by _prestatus |
Wed, 23 Apr 2014 16:06:42 -0500 | Sean Farley | workingctx: add note about super._prestatus calling manifest |