зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1637709 - Configure purge extension when calling `hg purge` r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D75328
This commit is contained in:
Родитель
69ecad92c6
Коммит
5af71702d3
|
@ -231,8 +231,9 @@ class Clobber(MachCommandBase):
|
|||
|
||||
if 'python' in what:
|
||||
if conditions.is_hg(self):
|
||||
cmd = ['hg', 'purge', '--all', '-I', 'glob:**.py[cdo]',
|
||||
'-I', 'path:python/', '-I', 'path:third_party/python/']
|
||||
cmd = ['hg', '--config', 'extensions.purge=', 'purge', '--all',
|
||||
'-I', 'glob:**.py[cdo]', '-I', 'path:python/', '-I',
|
||||
'path:third_party/python/']
|
||||
elif conditions.is_git(self):
|
||||
cmd = ['git', 'clean', '-f', '-x', '*.py[cdo]', 'python/',
|
||||
'third_party/python/']
|
||||
|
|
Загрузка…
Ссылка в новой задаче