Bug 1185562 - Print message saying the mercurial-setup failures unblock mach; r=smacleod

The messaging on this could be bikeshedded. Something is better than
nothing, that's for sure.
This commit is contained in:
Gregory Szorc 2015-07-21 10:09:49 -07:00
parent 2ff8337e5c
commit 0000c9f5dd

View File

@ -67,4 +67,8 @@ class VersionControlCommands(object):
wizard = MercurialSetupWizard(self._context.state_dir)
result = wizard.run(map(os.path.expanduser, config_paths))
if result:
print('(despite the failure, mach will not nag you to run '
'`mach mercurial-setup`)')
return result