Code review comment for lp:~jelmer/bzr/working-tree-config-stack

Revision history for this message
Vincent Ladeuil (vila) wrote :

29 + def test_get_config(self):

test_get_config_stack.

64 + def get_config_stack(self):
65 + return self.branch.get_config_stack()

Bah, of course ;) Comment to remind that it's only the branch conf that is
taken into account for now ?

Again, I'm surprised there are no more call sites that needs to migrate from
branch to tree config, but again, this can wait.

review: Approve

« Back to merge proposal