lib/apps/git.rb in dev-2.0.194 vs lib/apps/git.rb in dev-2.0.195
- old
+ new
@@ -110,9 +110,6 @@
Dir.chdir(directory) do
`git reset --hard #{tagname}`
end
end
end
-
- # retrieve copy of specific files for a specific tag
- # self.get source, tag, source_filelist, destination
end
\ No newline at end of file