# | Line 14 | Line 14 | |
---|---|---|
14 | # (encrypted) | |
15 | # invokecvs(@cmds) : invoke a cvs command supplied in @cmds | |
16 | # repository : return a string to indicate the repository | |
17 | < | # |
17 | > | # |
18 | > | |
19 | package Utilities::CVSmodule; | |
20 | require Exporter; | |
21 | use Utilities::AddDir; | |
# | Line 77 | Line 78 | sub set_auth { | |
78 | $self=shift; | |
79 | $self->{auth}=shift; | |
80 | $self->{auth}=~s/^\:*(.*)\:*/\:$1\:/; | |
81 | + | |
82 | $self->_updatecvsroot(); | |
83 | } | |
84 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |