Mercurial > hg
comparison tests/run-tests.py @ 15306:94527d67f3da stable
largefiles: fix some badly named function parameters
overrides.py contains several functions that temporarily override
scmutil.match(), which always takes a changectx object as the first
parameter. But these overrides name that parameter either 'repo' or
'ctxorrepo', which is misleading. So rename them to 'ctx' and remove
the special type-sensitive handling of the one called 'ctxorrepo'.
author | Greg Ward <greg@gerg.ca> |
---|---|
date | Sun, 16 Oct 2011 10:24:45 -0400 |
parents | 3efbb5e8bf5c |
children | ec50fe3f7a76 |
comparison
equal
deleted
inserted
replaced
15305:683f417fa538 | 15306:94527d67f3da |
---|