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
update readmes
[git-darcs-import.git]
/
tests
/
annotate.sh
blob
17047bde4da18f0a3bffb68d27e42ad0299cdcb0
1
#!/usr/bin/env bash
2
set -ev
3
4
rm
-rf
temp
5
mkdir temp
6
cd
temp
7
darcs init
8
mkdir a b
9
touch
a
/
a b
/
b
10
darcs add
--rec
.
11
darcs record
-a -m
ab
-A test
12
darcs annotate a
/
a
13
14
cd
..
15
rm
-rf
temp