diff .hgsigs @ 25021:9a74b9919581

commit: no longer allow empty commit with the 'force' argument (API) The new way to allow empty commit is to temporarily set the 'ui.allowemptycommit' config option. allowemptyback = repo.ui.backupconfig('ui', 'allowemptycommit') try: repo.ui.setconfig('ui', 'allowemptycommit', True) repo.commit(...) finally: repo.ui.restoreconfig(allowemptyback) All known uses of force for allowing empty commits have been removed, so let's remove it from the allowemptycommits condition.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Tue, 12 May 2015 11:44:14 -0700
parents c48850339988
children d46f6b078799
line wrap: on
line diff