comparison tests/test-record.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 fb446228c0d4
children db0340f4b507 41885892796e
comparison
equal deleted inserted replaced
15305:683f417fa538 15306:94527d67f3da