Mercurial
Mercurial
>
comt
/ file revision
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
.
src/cm/media/js/client/c_permissions.js
author
rbernard
Mon, 22 Feb 2010 22:30:38 +0100
changeset 190
faf3a87a7d73
parent 0
40c8f766c9b8
child 341
053551f213fb
permissions
-rw-r--r--
minor FIX : export dialog : wrong 'choose file format' label
hasPerm
=
function
(
label
)
{
return
(
-
1
!=
CY
.
Array
.
indexOf
(
sv_user_permissions
,
label
))
;
}