comparison tests/test-pull-permission @ 1948:ebe273a16048

merge with crew/templates
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 13 Mar 2006 23:38:14 +0100
parents 7544700fd931
children c0b449154a90
comparison
equal deleted inserted replaced
1946:9fee186f7f0d 1948:ebe273a16048
3 mkdir a 3 mkdir a
4 cd a 4 cd a
5 hg init 5 hg init
6 echo foo > b 6 echo foo > b
7 hg add b 7 hg add b
8 hg ci -m "b" -d "0 0" 8 hg ci -m "b" -d "1000000 0"
9 9
10 chmod -w .hg 10 chmod -w .hg
11 11
12 cd .. 12 cd ..
13 13