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]
/
tests
/
push.sh
blob
493d808faea00e18af42bfc8598aa37d1dc2f2e8
1
#!/usr/bin/env bash
2
set -ev
3
4
rm
-rf
temp temp_0
5
mkdir temp
6
cd
temp
7
darcs init
8
echo
tester
>
_darcs
/
prefs
/
author
9
date
>
bla
10
darcs add bla
11
darcs record
-a --patch-name
=
11
12
cd
..
13
darcs get temp
14
cd
temp
15
date
>
bla2
16
darcs add bla2
17
darcs record
-a --patch-name
=
22
18
darcs push
-a
..
/
temp_0
19
cd
..
20
21
rm
-rf
temp temp_0