1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-28 10:46:15 +01:00
github.com_openSUSE_osc/osc
Michal Vyskocil 41eb9614f0 commit message template
New functions:
osc.core.get_commit_message_template()
    - check the differences in .changes
    - extract them and add to the commit message
osc.core.dgst_from_string():
    - same as dgst, but work with string argument


Modified functions:
osc.core.edit_message():
    - new optional argument template
osc.commandline.do_commit():
    - use get_commit_message_template to collect the changes and call the
      edit_message with template argument
osc.core.edit_message():
    - used dgst_from_string for header_orig value, so commit message could be
      used as is with template. Used a mtime check for canceling support.
      TODO: maybe is dgst_from_string unecessary
2009-04-16 13:48:37 +00:00
..
util - minor fix 2009-03-19 18:25:59 +00:00
__init__.py Merged revisions 3774-3775,3779,3781-3782,3787,3789-3793,3798,3802,3805,3817-3822,3827,3829-3830,3837-3839,3841-3842,3848-3850 via svnmerge from 2008-04-28 16:37:44 +00:00
babysitter.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00
build.py install gcc-c++ when using icecream (bnc#493550) 2009-04-14 11:33:50 +00:00
cmdln.py - fixed #426612 2008-09-21 14:44:20 +00:00
commandline.py commit message template 2009-04-16 13:48:37 +00:00
conf.py - point the user to the README file 2009-04-07 11:13:57 +00:00
core.py commit message template 2009-04-16 13:48:37 +00:00
cpio.py add code for creating an in-memory cpio archive, that I wrote a long time ago when we were planning to send RPM requires and provides of local binary packages to the backend for processing, along with spec files 2009-02-21 16:06:50 +00:00
fetch.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00
meter.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00
OscConfigParser.py license blabla... 2009-03-04 22:57:28 +00:00
oscerr.py Putting names at the top of files is is not recommended. Collective wisdom for 2009-03-02 14:03:06 +00:00