changeset 3279:4c401e37f01d beta

fixes issue #747, load changeset cache after forking to refresh lightweight dashboard caches
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 31 Jan 2013 02:09:50 +0100
parents c2bf0fa7b3cb
children c2dc089f4c3d
files rhodecode/lib/celerylib/tasks.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/celerylib/tasks.py	Thu Jan 31 01:51:42 2013 +0100
+++ b/rhodecode/lib/celerylib/tasks.py	Thu Jan 31 02:09:50 2013 +0100
@@ -433,6 +433,7 @@
                    fork_name, '', DBS)
     # finally commit at latest possible stage
     DBS.commit()
+    fork_repo.update_changeset_cache()
 
 
 def __get_codes_stats(repo_name):