Merge "Suggest --no-thin based on error output"
This commit is contained in:
commit
d248a638bb
@ -1928,6 +1928,8 @@ additional information:
|
||||
else:
|
||||
(status, output) = run_command_status(cmd)
|
||||
print(output)
|
||||
if status == 1 and 'Missing tree' in output and not options.no_thin:
|
||||
print('Consider trying again with --no-thin')
|
||||
|
||||
if options.finish and not options.dry and status == 0:
|
||||
finish_branch(branch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user