Showing 1 changed files with 5 additions and 5 deletions
+5 -5
templates/compare.html.ep
... ...
@@ -71,11 +71,11 @@
71 71
       or Carp::croak "Can't execute git fetch: @git_fetch_cmd";
72 72
     
73 73
     # git checkout -b origin/$from_rev
74
-    my $gitprep_tmp_branch_name = '__gitprep_tmp_branch_name__';
75
-    my @git_checkout_tmp_branch = $self->app->git->cmd_rep_work(
76
-      $user, $project, 'checkout', '-b', $gitprep_tmp_branch_name, "origin/$from_rev");
77
-    Gitprep::Util::run_command(@git_checkout_tmp_branch)
78
-      or Carp::croak "Can't execute git checkout: @git_checkout_tmp_branch";
74
+    # my $gitprep_tmp_branch_name = '__gitprep_tmp_branch_name__';
75
+    # my @git_checkout_tmp_branch = $self->app->git->cmd_rep_work(
76
+    #  $user, $project, 'checkout', '-b', $gitprep_tmp_branch_name, "origin/$from_rev");
77
+    # Gitprep::Util::run_command(@git_checkout_tmp_branch)
78
+    #  or Carp::croak "Can't execute git checkout: @git_checkout_tmp_branch";
79 79
   }
80 80
   
81 81
   layout 'common', title => "Comparing $from_rev...$rev \x{30fb} $user/$project";