Skip to content

Commit

Permalink
Merge pull request #21 from GuillaumeBibaut/upgrade_to_revision
Browse files Browse the repository at this point in the history
should fix update to revision feature on MS Windows using TortoiseSVN
  • Loading branch information
m-hall authored Sep 28, 2017
2 parents b0b72b8 + 2050b36 commit ef2c89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svn_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,12 @@ def get_revisions(self, revisions):
def run(self, paths=None, group=-1, index=-1):
"""Runs the command"""
util.debug(self.svn_name)
files = util.get_files(paths, group, index)
if util.prefer_tortoise('update'):
self.run_tortoise('update /rev', files)
return
if not util.use_native():
return
files = util.get_files(paths, group, index)
self.files = files
show_history = settings.get_native('updateToRevisionHistory', True)
if (show_history):
Expand Down

0 comments on commit ef2c89c

Please sign in to comment.