Commit c7a53601 authored by Julien Muchembled's avatar Julien Muchembled

erp5testnode: fix previous commit

parent bd2050e0
......@@ -201,6 +201,7 @@ class Updater(object):
self._git('svn', 'rebase')
else:
self._git('fetch')
self._git('update-index', '--refresh') # see note above
self._git('reset', '--merge', '@{u}')
self.revision = self._git_find_rev(self._git('rev-parse', 'HEAD'))
elif self.getRepositoryType() == SVN_TYPE:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment