view mercurial/__init__.py @ 17802:a421459b83c0

test: use proper subclassing in `test-issue2137.t`. To use changelog filtering on the repository, we plan to use "proxy" object that perfectly mock a repository but with a filtered changelog. Altering the `repo.commit` function using `extensions.wrapfunction` will prevent the logic to propagate to the proxy class by the mean of inheritance. We changes the extension to use subclassing as expectable.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 16 Oct 2012 23:12:07 +0200
parents 9117c6561b0b
children 4374d819ccd5
line wrap: on
line source