mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 11:12:14 +01:00
osc metafromspec allows editing before send
This commit is contained in:
parent
ea39db700c
commit
56e79daeec
1
NEWS
1
NEWS
@ -6,6 +6,7 @@
|
|||||||
- fix support of listing requests with multiple actions
|
- fix support of listing requests with multiple actions
|
||||||
- "osc maintainer" is following to the development project / package now
|
- "osc maintainer" is following to the development project / package now
|
||||||
- "osc maintainer" list maintainer and bugowner roles now
|
- "osc maintainer" list maintainer and bugowner roles now
|
||||||
|
- osc metafromspec allows editing before send
|
||||||
|
|
||||||
0.119:
|
0.119:
|
||||||
- Support new request types
|
- Support new request types
|
||||||
|
@ -1145,11 +1145,11 @@ rev: %s
|
|||||||
print ET.tostring(tree)
|
print ET.tostring(tree)
|
||||||
print '*' * 72
|
print '*' * 72
|
||||||
|
|
||||||
# FIXME: for testing...
|
repl = raw_input('Write? (y/N/e) ')
|
||||||
# open the new description in $EDITOR instead?
|
|
||||||
repl = raw_input('Write? (y/N) ')
|
|
||||||
if repl == 'y':
|
if repl == 'y':
|
||||||
mf.sync()
|
mf.sync()
|
||||||
|
elif repl == 'e':
|
||||||
|
mf.edit()
|
||||||
|
|
||||||
mf.discard()
|
mf.discard()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user