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 d79cb96 commit 7cd9dc2Copy full SHA for 7cd9dc2
1 file changed
codespeed/mercurial.py
@@ -45,8 +45,7 @@ def getlogs(endrev, startrev):
45
updaterepo(endrev.branch.project, update=False)
46
47
cmd = ["hg", "log",
48
- "-r", "%s:%s" % (endrev.commitid, startrev.commitid),
49
- "-b", "default",
+ "-r", "%s::%s" % (startrev.commitid, endrev.commitid),
50
"--template", "{rev}:{node|short}\n{node}\n{author|user}\n{author|email}\n{date}\n{desc}\n=newlog=\n"]
51
52
working_copy = endrev.branch.project.working_copy
0 commit comments