Merge "Preserve change creation time on project renames"

This commit is contained in:
Jenkins 2013-09-05 22:46:31 +00:00 committed by Gerrit Code Review
commit b77040b38f
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ To rename a project:
where project_name = "openstack/OLD";
update changes
set dest_project_name = "openstack/NEW"
set dest_project_name = "openstack/NEW", created_on = created_on
where dest_project_name = "openstack/OLD";
#. Move both the git repository and the mirror on