/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 bzrlib/tests/test_hooks.py

  • Committer: Andrew Bennetts
  • Date: 2009-09-04 07:39:08 UTC
  • mfrom: (4634.6.20 2.0)
  • mto: (4634.6.23 2.0)
  • mto: This revision was merged to the branch mainline in revision 4676.
  • Revision ID: andrew.bennetts@canonical.com-20090904073908-3b7nzpc097d5kzb6
MergeĀ lp:bzr/2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
            "~~~~~~~~~~~~~~~\n"
81
81
            "\n"
82
82
            "Introduced in: 1.4\n"
83
 
            "Deprecated in: Not deprecated\n"
84
83
            "\n"
85
84
            "Invoked after the tip of a branch changes. Called with a\n"
86
85
            "ChangeBranchTipParams object.\n"
89
88
            "~~~~~~~~~~~~~~\n"
90
89
            "\n"
91
90
            "Introduced in: 1.6\n"
92
 
            "Deprecated in: Not deprecated\n"
93
91
            "\n"
94
92
            "Invoked before the tip of a branch changes. Called with a\n"
95
93
            "ChangeBranchTipParams object. Hooks should raise TipChangeRejected to\n"
133
131
            "~~~~~~~~~~~~~~~\n"
134
132
            "\n"
135
133
            "Introduced in: 0.15\n"
136
 
            "Deprecated in: Not deprecated\n"
137
134
            "\n"
138
135
            "Invoked after changing the tip of a branch object. Called with a\n"
139
136
            "bzrlib.branch.PostChangeBranchTipParams object\n", hook.docs())