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
=== modified file 'stoq.bashrc'
--- stoq.bashrc 2011-06-21 19:29:06 +0000
+++ stoq.bashrc 2011-07-04 16:06:55 +0000
@@ -11,10 +11,13 @@
11export STOQLIB_TEST_QUICK=111export STOQLIB_TEST_QUICK=1
12export STOQ_DISABLE_CRASHREPORT=112export STOQ_DISABLE_CRASHREPORT=1
1313
14# Compile the translations for each project
15for PROJECT_PATH in $STOQ_PROJECTS_PATH; do14for PROJECT_PATH in $STOQ_PROJECTS_PATH; do
16 cd $PROJECT_PATH15 cd $PROJECT_PATH
16 # Compile the translations for each project
17 kiwi-i18n -c17 kiwi-i18n -c
18 # Make it possible to commit using '--fixes async:1234'
19 # where 1234 is the bug number.
20 bzr config bugzilla_async_url=http://bugs.async.com.br/
18done21done
1922
20# cd to the working tree, so we are ready to work!23# cd to the working tree, so we are ready to work!

Subscribers

People subscribed via source and target branches