Mercurial > hg
comparison contrib/mergetools.hgrc @ 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 | a87a0fcb412f |
children | 93bc65e970c0 |
comparison
equal
deleted
inserted
replaced
15305:683f417fa538 | 15306:94527d67f3da |
---|