hg-fast-export 160415 (import from head-only)
Closes #4112. Signed-off-by: Andrew Janke <janke@eilonwy.local>
This commit is contained in:
parent
e8ea63f0ea
commit
4c934591d9
1 changed files with 17 additions and 0 deletions
17
hg-fast-export.rb
Normal file
17
hg-fast-export.rb
Normal 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
|
Loading…
Reference in a new issue