repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
diffusion
/
herald
/
DiffusionPreCommitRefHeraldFieldGroup.php
blob
70028422c648b10f1d544d6499b0231b76b2eedc
1
<
?php
2
3
final class
DiffusionPreCommitRefHeraldFieldGroup
extends
HeraldFieldGroup
{
4
5
const
FIELDGROUPKEY
=
'diffusion.ref'
;
6
7
public function
getGroupLabel
() {
8
return
pht
(
'Ref Fields'
);
9
}
10
11
protected function
getGroupOrder
() {
12
return
1000
;
13
}
14
15
}