Author: rob
Date: Wed Oct  5 18:45:19 2011
New Revision: 29675
URL: http://nixos.org/websvn/nix/?rev=29675&sc=1

Log:
no branch info available yet in scmdiff, so disable for now

Modified:
   hydra/trunk/src/lib/Hydra/Controller/API.pm

Modified: hydra/trunk/src/lib/Hydra/Controller/API.pm
==============================================================================
--- hydra/trunk/src/lib/Hydra/Controller/API.pm Wed Oct  5 17:23:21 2011        
(r29674)
+++ hydra/trunk/src/lib/Hydra/Controller/API.pm Wed Oct  5 18:45:19 2011        
(r29675)
@@ -215,7 +215,7 @@
     if($type eq "hg") {
         my $clonePath = scmPath . "/" . sha256_hex($uri);
         die if ! -d $clonePath;
-       $diff .= `(cd $clonePath ; hg log -r $rev1 -r $rev2 -b $branch)`;
+       $diff .= `(cd $clonePath ; hg log -r $rev1 -r $rev2)`;
        $diff .= `(cd $clonePath ; hg diff -r $rev1:$rev2)`;
     } elsif ($type eq "git") {
         my $clonePath = scmPath . "/" . sha256_hex($uri.$branch);
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to