Skip to content

Commit ef2c89c

Browse files
authored
Merge pull request #21 from GuillaumeBibaut/upgrade_to_revision
should fix update to revision feature on MS Windows using TortoiseSVN
2 parents b0b72b8 + 2050b36 commit ef2c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svn_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@ def get_revisions(self, revisions):
308308
def run(self, paths=None, group=-1, index=-1):
309309
"""Runs the command"""
310310
util.debug(self.svn_name)
311+
files = util.get_files(paths, group, index)
311312
if util.prefer_tortoise('update'):
312313
self.run_tortoise('update /rev', files)
313314
return
314315
if not util.use_native():
315316
return
316-
files = util.get_files(paths, group, index)
317317
self.files = files
318318
show_history = settings.get_native('updateToRevisionHistory', True)
319319
if (show_history):

0 commit comments

Comments
 (0)