hg-fast-export 160415 (import from head-only)

Closes #4112.

Signed-off-by: Andrew Janke <janke@eilonwy.local>
This commit is contained in:
Baptiste Fontaine 2016-08-21 21:23:41 +02:00 committed by Andrew Janke
parent e8ea63f0ea
commit 4c934591d9

17
hg-fast-export.rb Normal file
View file

@ -0,0 +1,17 @@
class HgFastExport < Formula
homepage "http://repo.or.cz/w/fast-export.git"
url "https://github.com/frej/fast-export/archive/v160415.tar.gz"
sha256 "0e8a8c27110f200b52be55d13858045ed069ae60a51b4d8878a310426d244316"
head "git://repo.or.cz/fast-export.git"
def install
bin.install "hg-fast-export.py", "hg-fast-export.sh",
"hg-reset.py", "hg-reset.sh",
"hg2git.py"
end
test do
system bin/"hg-reset.sh", "--help"
end
end