Mercurial
Mercurial
>
hg
>
bfw
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
classes/bfw/core/ReadonlyEntity.php
changeset 28
29a3e34acf64
parent 18
95e61b581061
child 30
5751ca5a55c0
equal
deleted
inserted
replaced
27:79be7d6a2765
28:29a3e34acf64
52
* @return bool
52
* @return bool
53
*/
53
*/
54
public function persist() {
54
public function persist() {
55
return false;
55
return false;
56
}
56
}
57
57
}
58
}