repo.or.cz
/
git-darcs-import.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow upstream changes -- rest
[git-darcs-import.git]
/
tests
/
issue1110_get_hashed.sh
blob
d02be04356ece5136eddf1e90900a4d3f972f878
1
#!/usr/bin/env bash
2
set -ev
3
rm
-rf
temp1 temp1-h
4
mkdir temp1
5
cd
temp1
6
darcs init
--old-fashioned-inventory
7
cd
..
8
darcs get
--hashed
temp1 temp1-h
9
test -e
temp1-h
/
_darcs
/
hashed_inventory
10
rm
-rf
temp1 temp1-h