Add "R" to the list of valid stati in SVNLog::process()
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Sep 2005 01:21:05 +0000 (01:21 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 1 Sep 2005 01:21:05 +0000 (01:21 +0000)
includes/svnlib.php

index 98d149ea859760935b4262cbbc10292a1be83165..978ee8b5d8c740a8ffec129b9fef44327ec50edf 100644 (file)
@@ -641,7 +641,7 @@ class SVNLog
                                
                                $lastrev = $matches[1];
                        }
-                       else if (preg_match('#^\s+([ADM])\s(.*)#', $line, $matches))
+                       else if (preg_match('#^\s+([ADMR])\s(.*)#', $line, $matches))
                        {
                                $this->logs["$lastrev"]['files'][] = array(
                                        'action'        => $matches[1],