mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Version index is sorted in reverse order.
Copied from Perforce Change: 186858 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
e678586fa7
commit
730a501494
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ def main(argv):
|
|||
elif args.version and not args.customer:
|
||||
# Public version branch
|
||||
register('{depot}/project/{project}/version/index.html',
|
||||
'(?=</table>\n)', VERSION_BRANCH_ENTRY)
|
||||
'(?<=<tbody>\n)', VERSION_BRANCH_ENTRY)
|
||||
args.github = True
|
||||
args.git_name = fmt('{project}-version-{version}')
|
||||
args.git_branch = fmt('version/{version}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue