mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
extended error message on unresolved files to point people to "resolved"
command.
This commit is contained in:
parent
e5563bcaa4
commit
5684a992dd
@ -740,7 +740,7 @@ class Package:
|
||||
have_conflicts = True
|
||||
|
||||
if have_conflicts and self.islinkrepair():
|
||||
print 'Please resolve all conflicts before committing!'
|
||||
print 'Please resolve all conflicts before committing using "osc resolved FILE"!'
|
||||
return 1
|
||||
|
||||
if not self.todo_send and not self.todo_delete and not self.rev == "upload" and not self.islinkrepair():
|
||||
|
Loading…
Reference in New Issue
Block a user