Mercurial > pub > Impl
comparison Lib/IMPL/SVN.pm @ 0:03e58a454b20
Создан репозитарий
| author | Sergey |
|---|---|
| date | Tue, 14 Jul 2009 12:54:37 +0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:03e58a454b20 |
|---|---|
| 1 package IMPL::SVN; | |
| 2 use strict; | |
| 3 | |
| 4 use base qw(IMPL::Object); | |
| 5 use IMPL::Object::Property; | |
| 6 | |
| 7 BEGIN { | |
| 8 public virtual _direct property SvnClient => get; | |
| 9 } | |
| 10 | |
| 11 sub UpdateBatch { | |
| 12 my ($this,$revstart,$revend) = @_; | |
| 13 | |
| 14 | |
| 15 } |
