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
/
revert_unrecorded_add.sh
blob
b93f61f2a30e0d57c3dca0b235f379d471841a9d
1
#!/usr/bin/env bash
2
set -ev
3
4
rm
-rf
temp
5
mkdir temp
6
cd
temp
7
8
darcs init
9
10
echo
stuff
>
foo
11
darcs add foo
12
13
darcs revert
-a