/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/sending_changes.txt

  • Committer: Lawrence Mitchell
  • Date: 2011-11-08 10:54:09 UTC
  • mto: This revision was merged to the branch mainline in revision 6245.
  • Revision ID: wence@gmx.li-20111108105409-cgdqeek7vl7e8nbb
Only set check_clean if {clean} is asked for in template
      
The {clean} flag in templates requires an lstat of every file in the
repository.  If the filesystem is slow this can take a noticeable
amount of time.  So only switch check_clean to True if the template
actually asks for it, to avoid penalising those who don't want to
know.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
オプションなしの ``send`` はマージディレクティブを作り、Eメールツールを作動させて添付し、\
40
40
少しの説明文を追加するための準備をします。
41
41
(この設定方法の詳細に関してはオンラインヘルプの ``send`` と
42
 
リファレンスマニュアルの `構成設定 <../user-reference/bzr_man.html#configuration-settings>`_
 
42
リファレンスマニュアルの `構成設定 <../user-reference/index.html#configuration-settings>`_
43
43
を参照)
44
44
 
45
45
大抵のプロジェクトではパッチ付きのメールに説明文を追加し、パッチの理由と内容を説明します。