OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Sep-2007 12:59:19
  Branch: HEAD                             Handle: 2007091811591800

  Modified files:
    openpkg-src/monotone    monotone-colorize.pl monotone.spec

  Log:
    support 'mtn log --no-graph'

  Summary:
    Revision    Changes     Path
    1.4         +1  -1      openpkg-src/monotone/monotone-colorize.pl
    1.21        +1  -1      openpkg-src/monotone/monotone.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/monotone/monotone-colorize.pl
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 monotone-colorize.pl
  --- openpkg-src/monotone/monotone-colorize.pl 11 Sep 2007 16:07:24 -0000      
1.3
  +++ openpkg-src/monotone/monotone-colorize.pl 18 Sep 2007 10:59:18 -0000      
1.4
  @@ -67,7 +67,7 @@
               #   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);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/monotone/monotone.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 monotone.spec
  --- openpkg-src/monotone/monotone.spec        12 Sep 2007 06:39:49 -0000      
1.20
  +++ openpkg-src/monotone/monotone.spec        18 Sep 2007 10:59:18 -0000      
1.21
  @@ -33,7 +33,7 @@
   Group:        SCM
   License:      GPL
   Version:      0.36
  -Release:      20070912
  +Release:      20070918
   
   #   package options
   %option       with_rse  yes
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to