We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c402e commit b10a528Copy full SHA for b10a528
tools/src/main/python/opengrok_tools/scm/mercurial.py
@@ -90,7 +90,7 @@ def reposync(self):
90
# biggest index as this is likely the correct one.
91
#
92
hg_command.append("-r")
93
- hg_command.append("'max(head() and branch(\".\"))'")
+ hg_command.append("max(head() and branch(\".\"))")
94
95
cmd = self.get_command(hg_command, work_dir=self.path,
96
env_vars=self.env, logger=self.logger)
0 commit comments