mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
- fixed repairlink
This commit is contained in:
parent
863bd5664d
commit
039634c359
@ -763,7 +763,7 @@ class Package:
|
||||
elif st == 'C':
|
||||
have_conflicts = True
|
||||
|
||||
if have_conflicts or self.islinkrepair():
|
||||
if have_conflicts:
|
||||
print 'Please resolve all conflicts before committing using "osc resolved FILE"!'
|
||||
return 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user