Merge from CVS 1.113
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Dec 2008 21:53:10 +0000 (14:53 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Dec 2008 21:53:10 +0000 (14:53 -0700)
chora/diff.php

index 88cfd89..6ba095f 100644 (file)
@@ -73,8 +73,8 @@ $log = &$fl->logs;
 $log_messages = array();
 $range = $VC->getRevisionRange($fl, $r1, $r2);
 foreach ($range as $val) {
-    list($branchname, $branchrev) = Chora::getBranch($fl, $val);
     if (isset($log[$val])) {
+        list($branchname, $branchrev) = Chora::getBranch($fl, $val);
         $clog = &$log[$val];
         $log_messages[] = array(
             'rev' => $val,