~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_hooks.py

  • Committer: John Arbash Meinel
  • Date: 2010-01-13 16:23:07 UTC
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: john@arbash-meinel.com-20100113162307-0bs82td16gzih827
Update the MANIFEST.in file.

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())