Author: adam-guest Date: 2008-03-23 13:46:03 +0000 (Sun, 23 Mar 2008) New Revision: 1182
Modified: trunk/scripts/debcommit.pl Log: Update VCS-specific section to indicate that the tla/baz features are not dependent on the changelog Modified: trunk/scripts/debcommit.pl =================================================================== --- trunk/scripts/debcommit.pl 2008-03-22 21:47:34 UTC (rev 1181) +++ trunk/scripts/debcommit.pl 2008-03-23 13:46:03 UTC (rev 1182) @@ -128,6 +128,16 @@ =head1 VCS SPECIFIC FEATURES +=over 4 + +=item B<tla> / B<baz> + +If the commit message contains more than 72 characters, a summary will +be created containing as many full words from the message as will fit within +72 characters, followed by an ellipsis. + +=back + Each of the features described below is applicable only if the commit message has been automatically determined from the changelog. @@ -149,12 +159,6 @@ summary. If multiple changes were detected then an editor will be spawned to allow the message to be fine-tuned. -=item B<tla> / B<baz> - -If the commit message contains more than 72 characters, a summary will -be created containing as many full words from the message as will fit within -72 characters, followed by an ellipsis. - =cut use warnings; -- To unsubscribe, send mail to [EMAIL PROTECTED]
