From 730a501494681fea07d277b8d5cb56c5732af7fa Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 8 Jul 2014 11:29:40 +0100 Subject: [PATCH] Version index is sorted in reverse order. Copied from Perforce Change: 186858 ServerID: perforce.ravenbrook.com --- mps/tool/branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mps/tool/branch b/mps/tool/branch index 981735d4360..e565678b4e6 100755 --- a/mps/tool/branch +++ b/mps/tool/branch @@ -242,7 +242,7 @@ def main(argv): elif args.version and not args.customer: # Public version branch register('{depot}/project/{project}/version/index.html', - '(?=\n)', VERSION_BRANCH_ENTRY) + '(?<=\n)', VERSION_BRANCH_ENTRY) args.github = True args.git_name = fmt('{project}-version-{version}') args.git_branch = fmt('version/{version}')