Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed May 7, 2008
1 parent 8fb81c8 commit 1c466da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion darcs-to-git
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ class DarcsPatch
output_of("git-rev-list", "--max-count=1", "tags/#{git_tag_name}").strip output_of("git-rev-list", "--max-count=1", "tags/#{git_tag_name}").strip
else else
output_nofail_of("grep", "#{identifier}", "#{GIT_PATCHES}").scan(/.* ([a-z0-9]+$)/).flatten.first output_nofail_of("grep", "#{identifier}", "#{GIT_PATCHES}").scan(/.* ([a-z0-9]+$)/).flatten.first
#output_of("git-log", "-n1", "--grep=darcs-hash:#{identifier}").scan(/^commit ([a-z0-9]+$)/).flatten.first
end end
end end


Expand Down

0 comments on commit 1c466da

Please sign in to comment.