eliminated the purgeBranch method, cuz purge() should always do that anyway.
This commit is contained in:
parent
a4578d1d7d
commit
18e24618e7
4 changed files with 8 additions and 22 deletions
|
|
@ -210,7 +210,7 @@ sub purgeRevision {
|
|||
$self->purgeCache;
|
||||
$self->updateHistory("purged revision ".$self->get("revisionDate"));
|
||||
} else {
|
||||
$self->purgeBranch;
|
||||
$self->purge;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue