mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
'status': don't print unmodified files
This commit is contained in:
parent
03ca18dbb8
commit
f5a2f3089b
@ -108,9 +108,8 @@ def main():
|
||||
filelist = localmeta_get_filelist()
|
||||
for filename in filenames:
|
||||
s = get_file_status(project, package, filename, filelist=filelist)
|
||||
#if not s.startswith(' '):
|
||||
# print s
|
||||
print s
|
||||
if not s.startswith(' '):
|
||||
print s
|
||||
|
||||
|
||||
elif cmd == 'add':
|
||||
|
Loading…
Reference in New Issue
Block a user