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 -- Bytestring updates
[git-darcs-import.git]
/
bugs
/
issue1017_whatsnew_stack.sh
blob
488c3e6443f121103e2ad8a850f6fdb1f7497f4c
1
#!/usr/bin/env bash
2
set -ev
3
4
mkdir temp1
5
cd
temp1
6
darcs init
7
yes
|
head
-n
4000
|
xargs
echo -n
>
foo
8
darcs add foo
9
darcs record
-a -m
'foo'
foo
10
yes
|
head
-n
300000
|
xargs
echo -n
>
foo
11
darcs what
12
cd
..