Mercurial > hg
comparison mercurial/httppeer.py @ 18659:b946470efed9
localrepo: create context used for actual commit earlier
localrepo.commit creates a workingctx, calls self.status, does some
munging on the changes status returns, does some validation on those
changes, and then creates a new workingctx from the changes. This
moves the creation of the new workginctx ahead of some validation,
with the intention of refactoring some of that validation logic into
the workingctx, so that it can be reused elsewhere.
author | David Schleimer <dschleimer@fb.com> |
---|---|
date | Fri, 08 Feb 2013 05:36:07 -0800 |
parents | 988974c2a4bf |
children | d23f61b6617f 56f8522c3591 |
comparison
equal
deleted
inserted
replaced
18656:8eb3408bf005 | 18659:b946470efed9 |
---|