Merge lp:~bellini666/stoq-bzr/async_bugzilla into lp:stoq-bzr

Proposed by Thiago Bellini
Status: Merged
Merged at revision: 22
Proposed branch: lp:~bellini666/stoq-bzr/async_bugzilla
Merge into: lp:stoq-bzr
Diff against target: 18 lines (+4/-1)
1 file modified
stoq.bashrc (+4/-1)
To merge this branch: bzr merge lp:~bellini666/stoq-bzr/async_bugzilla
Reviewer Review Type Date Requested Status
Thiago Bellini Pending
Review via email: mp+66814@code.launchpad.net

Description of the change

Seguindo a sugestão do johan, adicionando o link do bugzilla da async para utilizar a sintaxe '--fixes async:1234'

To post a comment you must log in.
22. By Thiago Bellini

Make it possible to mark what bugs the revision fixes on async's bugzilla.
To do that, when committing, append '--fixes async:1234' where 1234 is the bug number.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stoq.bashrc'
2--- stoq.bashrc 2011-06-21 19:29:06 +0000
3+++ stoq.bashrc 2011-07-04 16:06:55 +0000
4@@ -11,10 +11,13 @@
5 export STOQLIB_TEST_QUICK=1
6 export STOQ_DISABLE_CRASHREPORT=1
7
8-# Compile the translations for each project
9 for PROJECT_PATH in $STOQ_PROJECTS_PATH; do
10 cd $PROJECT_PATH
11+ # Compile the translations for each project
12 kiwi-i18n -c
13+ # Make it possible to commit using '--fixes async:1234'
14+ # where 1234 is the bug number.
15+ bzr config bugzilla_async_url=http://bugs.async.com.br/
16 done
17
18 # cd to the working tree, so we are ready to work!

Subscribers

People subscribed via source and target branches