Don't save stash on pull

This commit is contained in:
Ruud
2013-11-30 12:49:28 +01:00
parent 2fc4809821
commit 8b2cd62211
-3
View File
@@ -183,9 +183,6 @@ class GitUpdater(BaseUpdater):
def doUpdate(self):
try:
log.debug('Stashing local changes')
self.repo.saveStash()
log.info('Updating to latest version')
self.repo.pull()