~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/hooks-plugins.txt

  • Committer: Neil Martinsen-Burrell
  • Date: 2009-12-11 15:04:15 UTC
  • mto: (4892.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4893.
  • Revision ID: nmb@wartburg.edu-20091211150415-q9vm16jsgzxroxo8
Fix ALL of Vincents concerns

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
``file://``).  Also, it is only useful when the remote branch is updated with
193
193
an explicit ``push`` command.
194
194
 
195
 
.. TODO: check that the list of URLs is correct
196
 
 
197
195
automirror
198
196
~~~~~~~~~~
199
197
 
221
219
pqm (plugin)
222
220
~~~~~~~~~~~~
223
221
 
224
 
Discussed further under `PQM <integration.html#patch-queue-manager-pqm>`_, this
225
 
plugin submits each commit on a branch to the Patch Queue Manager, which can
226
 
run the test suite before committing that revision to another branch.
 
222
Facilitating interaction with `PQM
 
223
<integration.html#patch-queue-manager-pqm>`_, this plugin provides support for 
 
224
submitting merge requests to a remote Patch Queue Manager.  PQM provides 
 
225
a way to automatically run the test suite before merging changes to the
 
226
trunk branch.
227
227
 
228
228
testrunner
229
229
~~~~~~~~~~