Modify ↓
Ticket #279 (closed defect: fixed)
changelog prepare is not including added files
| Reported by: | johan@… | Owned by: | thomas |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | moap | Version: | TRUNK |
| Keywords: | Cc: |
Description
I have the following output from svn status -q:
M . M configure.ac M flumotion/wizard/configurationwizard.py M flumotion/wizard/save.py M flumotion/wizard/models.py M flumotion/wizard/conversionsteps.py M flumotion/component/misc/cortado/cortado_location.py.in M flumotion/component/misc/cortado/cortado.py A + flumotion/component/misc/cortado/cortado_wizard.py M flumotion/component/misc/cortado/Makefile.am M flumotion/component/misc/cortado/cortado.xml M flumotion/component/consumers/httpstreamer/http_wizard.py M flumotion/component/consumers/httpstreamer/http-wizard.glade A + flumotion/worker/checks/cortado.py M flumotion/worker/checks/Makefile.am M flumotion/worker/checks/package.xml M ChangeLog
Eg, modified files, a modified property and two added files.
When running moap changelog prepare in the root, we'll end up with the following changelog entry:
2008-02-15 Johan Dahlin <jdahlin@async.com.br> * configure.ac: * flumotion/component/consumers/httpstreamer/http-wizard.glade: * flumotion/component/consumers/httpstreamer/http_wizard.py: * flumotion/component/misc/cortado/Makefile.am: * flumotion/component/misc/cortado/cortado.py: * flumotion/component/misc/cortado/cortado.xml: * flumotion/component/misc/cortado/cortado_location.py.in: * flumotion/wizard/configurationwizard.py: * flumotion/wizard/conversionsteps.py: * flumotion/wizard/models.py: * flumotion/wizard/save.py: * flumotion/worker/checks/Makefile.am: * flumotion/worker/checks/package.xml:
As you can see, the added files are not included.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed as in #284