1
Fork 0
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:
Gareth Rees 2014-07-08 11:29:40 +01:00
parent e678586fa7
commit 730a501494

View file

@ -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}')