Changeset 268
- Timestamp:
- 03-06-07 19:45:04 (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 edited
-
ChangeLog (modified) (1 diff)
-
moap/extern/command/command.py (modified) (1 diff)
-
moap/test/ChangeLog/ChangeLog.gst-plugins-base (added)
-
moap/test/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r267 r268 1 2007-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 1 13 2007-05-30 Thomas Vander Stichele <thomas at apestaart dot org> 2 14 -
trunk/moap/extern/command/command.py
r267 r268 175 175 Parse the given arguments and act on them. 176 176 """ 177 print "THOMAS: parsing argv"178 177 self.options, args = self.parser.parse_args(argv) 179 print "THOMAS: options %r" % self.options180 178 181 179 # FIXME: make handleOptions not take options, since we store it -
trunk/moap/test/Makefile.am
r265 r268 20 20 ChangeLog/ChangeLog.moap \ 21 21 ChangeLog/ChangeLog.moap.2 \ 22 ChangeLog/ChangeLog.gstreamer \ 23 ChangeLog/ChangeLog.gst-plugins-base \ 22 24 ChangeLog/ChangeLog.gst-plugins-good \ 23 ChangeLog/ChangeLog.gstreamer \24 25 doap/mach.doap \ 25 26 ical/mach.ics \
Note: See TracChangeset
for help on using the changeset viewer.
