Skip to content

Commit 64b92c8

Browse files
committed
Revert "cmd-diff: default --from to N-1 build"
Turns out this behavior wasn't really required and there was some preference to leave it the other way [1]. This reverts commit 9ffb64f. [1] #4253 (comment)
1 parent e2f878d commit 64b92c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def main():
147147
args.diff_from = builds.get_previous()
148148
args.diff_to = latest_build
149149
elif args.diff_from is None:
150-
args.diff_from = builds.get_previous()
150+
args.diff_from = latest_build
151151
elif args.diff_to is None:
152152
args.diff_to = latest_build
153153

0 commit comments

Comments
 (0)