diff CONTRIBUTING @ 43774:064c9a4ced4a

typing: fix return type of logcmdutil.getrevs() Fixes the following errors: Invalid type annotation "'Tuple[smartset.BaseSet, changesetdiffer]'" [invalid-annotation] No attribute 'BaseSet' on module 'mercurial.smartset' getrevs: bad option in return type [bad-return-type] Expected: Tuple[mercurial.smartset.abstractsmartset, changesetdiffer] Actually returned: Tuple[mercurial.smartset.baseset, None]
author Yuya Nishihara <yuya@tcha.org>
date Tue, 19 Nov 2019 23:53:12 +0900
parents a492610a2fc1
children
line wrap: on
line diff