ソースを参照

support 'mtn log --no-graph'

Ralf S. Engelschall 18 年 前
コミット
9f1764ddc7
2 ファイル変更2 行追加2 行削除
  1. 1 1
      monotone/monotone-colorize.pl
  2. 1 1
      monotone/monotone.spec

+ 1 - 1
monotone/monotone-colorize.pl

@@ -67,7 +67,7 @@ while (<STDIN>) {
             #   colorize changelog text
             if (m/---------------+/s) {
                 $in->{-changelog} = 0;
-                s/^([\s|\\\/o]\s*)(---+)\r?\n$/$1.("_" x 78)."\n"/oes;
+                s/^([\s|\\\/o]\s*)?(---+)\r?\n$/$1.("_" x 78)."\n"/oes;
             }
             s/^([\s|\\\/o]\s*)(.+)$/$1$color->{-positive}$2$color->{-none}/o if ($in->{-changelog});
             $in->{-changelog} = 1 if (m/ChangeLog:\s*$/s);

+ 1 - 1
monotone/monotone.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        SCM
 License:      GPL
 Version:      0.36
-Release:      20070912
+Release:      20070918
 
 #   package options
 %option       with_rse  yes