1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<refentry>
<refentryinfo>
<address>
<email>debacle@debian.org</email>
</address>
<author>
<firstname>W.</firstname>
<othername>Martin</othername>
<surname>Borgert</surname>
</author>
<copyright>
<year>2012</year>
<holder>W. Martin Borgert</holder>
</copyright>
<date>2012-01-15</date>
</refentryinfo>
<refmeta>
<refentrytitle>check-trac-subtickets</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">check-trac-subtickets</refmiscinfo>
<refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
<refname>check-trac-subtickets</refname>
<refpurpose>Checks consistency of subtickets in Trac.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>check-trac-subtickets</command>
<arg><option>-h</option></arg>
<arg><option>--help</option></arg>
<arg>project-dir</arg>
<arg><replaceable>project-dir1</replaceable></arg>
<arg><replaceable>project-dir2</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para>
<command>check-trac-subtickets</command> performs a consistency
check over a Trac projects tickets in respect to subtickets.
The program is part of the trac-subtickets Trac plugin.
</para>
</refsect1>
<refsect1>
<title>Copyright</title>
<para>Copyright 2009 W. Martin Borgert. Redistribution and
use in source and binary forms, with or without
modification, are permitted under the terms of the
<abbrev>BSD</abbrev> License.</para>
</refsect1>
</refentry>
|