1
0
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:
Adrian Schröter 2009-05-07 13:02:22 +00:00
parent e5563bcaa4
commit 5684a992dd

View File

@ -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():