Skip to content

Commit b10a528

Browse files
committed
remove extra quotes
1 parent 42c402e commit b10a528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/main/python/opengrok_tools/scm/mercurial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def reposync(self):
9090
# biggest index as this is likely the correct one.
9191
#
9292
hg_command.append("-r")
93-
hg_command.append("'max(head() and branch(\".\"))'")
93+
hg_command.append("max(head() and branch(\".\"))")
9494

9595
cmd = self.get_command(hg_command, work_dir=self.path,
9696
env_vars=self.env, logger=self.logger)

0 commit comments

Comments
 (0)