mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
2ff8337e5c
commit
0000c9f5dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user