diff tests/test-hgweb-commands.t @ 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 bd88561afb4b
children fe9d36a6853e
line wrap: on
line diff