diff options
author | 2012-03-30 15:14:25 +0530 | |
---|---|---|
committer | 2012-04-05 21:31:59 +0530 | |
commit | 7c6728af8979e67f520681f557827c7f81d0a96e (patch) | |
tree | 489a08a2d233c4b1c3b328a0beea82fbe4d2b038 /t | |
parent | CSS text-color specified... (diff) | |
download | gitolite-gentoo-7c6728af8979e67f520681f557827c7f81d0a96e.tar.gz gitolite-gentoo-7c6728af8979e67f520681f557827c7f81d0a96e.tar.bz2 gitolite-gentoo-7c6728af8979e67f520681f557827c7f81d0a96e.zip |
(some minor changes)
- whitespace change to t/reset
- remove dbg line accidentally left in in Load.pm
- add a bit more explanation to 'writable'
Diffstat (limited to 't')
-rwxr-xr-x | t/reset | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -14,11 +14,11 @@ use Cwd; my $workdir = getcwd(); confreset;confadd ' - repo foo/..* - C = u1 u2 u3 - RW+ = CREATOR - RW = WRITERS - R = READERS +repo foo/..* + C = u1 u2 u3 + RW+ = CREATOR + RW = WRITERS + R = READERS '; try "ADMIN_PUSH set1; !/FATAL/" or die text(); |