monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 688027774810652c9401443366


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 688027774810652c94014433661601a5182e253b
Date: Fri, 18 Feb 2011 20:55:11 +0100 (CET)

revision:            688027774810652c94014433661601a5182e253b
date:                2011-02-18T03:04:31
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* extra/shell/monotone_gen_bash_completion_table.pl: 'mtn manpage' now
  escapes most dashes.  Let's unescape them here to make life easier.

manifest:
format_version "1"

new_manifest [db556f719c2781de66cf734fefdc0fd7a47124b9]

old_revision [2189eb5c0a1fd552e2c477349f9dfa5256f8f0cc]

patch "extra/shell/monotone_gen_bash_completion_table.pl"
 from [dc027152ea007fa06b58854a510193630119b8ce]
   to [d9622d595d6e8dc1d66a5b91af5e4c967e364a9a]
============================================================
--- extra/shell/monotone_gen_bash_completion_table.pl	dc027152ea007fa06b58854a510193630119b8ce
+++ extra/shell/monotone_gen_bash_completion_table.pl	d9622d595d6e8dc1d66a5b91af5e4c967e364a9a
@@ -28,6 +28,8 @@ while (<MANPAGE>) {
     chomp;
     next if ! m|^\.IP\s|;
 
+    # Because the manpage has a lot of dashes escaped, let's unescape them.
+    s/\\-/-/g;
 
     if (m|^\.IP "(--[^"]*)"|) {
 	my $opts = $1;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]