Changeset 268


Ignore:
Timestamp:
03-06-07 19:45:04 (6 years ago)
Author:
thomas
Message:
  • moap/extern/command/command.py (Command.parse): set self.options before calling handleOptions()
  • moap/test/ChangeLog/ChangeLog.gst-plugins-base:
  • moap/test/test_command_cl.py:
  • moap/test/Makefile.am: Add test for moap changelog contributors.
  • moap/commands/cl.py: Implement "moap changelog contributors" to get a list of the contributors to a given release.
Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r267 r268  
     12007-06-03  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/extern/command/command.py (Command.parse): 
     4          set self.options before calling handleOptions() 
     5        * moap/test/ChangeLog/ChangeLog.gst-plugins-base: 
     6        * moap/test/test_command_cl.py: 
     7        * moap/test/Makefile.am: 
     8          Add test for moap changelog contributors. 
     9        * moap/commands/cl.py: 
     10          Implement "moap changelog contributors" to get a list of the 
     11          contributors to a given release. 
     12 
    1132007-05-30  Thomas Vander Stichele  <thomas at apestaart dot org> 
    214 
  • trunk/moap/extern/command/command.py

    r267 r268  
    175175        Parse the given arguments and act on them. 
    176176        """ 
    177         print "THOMAS: parsing argv" 
    178177        self.options, args = self.parser.parse_args(argv) 
    179         print "THOMAS: options %r" % self.options 
    180178 
    181179        # FIXME: make handleOptions not take options, since we store it 
  • trunk/moap/test/Makefile.am

    r265 r268  
    2020        ChangeLog/ChangeLog.moap \ 
    2121        ChangeLog/ChangeLog.moap.2 \ 
     22        ChangeLog/ChangeLog.gstreamer \ 
     23        ChangeLog/ChangeLog.gst-plugins-base \ 
    2224        ChangeLog/ChangeLog.gst-plugins-good \ 
    23         ChangeLog/ChangeLog.gstreamer \ 
    2425        doap/mach.doap \ 
    2526        ical/mach.ics \ 
Note: See TracChangeset for help on using the changeset viewer.