From 2e849d1ca7d3382459a9cacae3df5bc8b0b8d6ec Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 3 Jun 2024 11:27:44 -0400 Subject: [PATCH] build: cheats includes a github link with branch --- igor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/igor.py b/igor.py index f9d914e2b..f02ffe68c 100644 --- a/igor.py +++ b/igor.py @@ -465,6 +465,7 @@ def do_cheats(): print("\n## To read this code on GitHub:") print(f"https://github.com/nedbat/coveragepy/commit/{facts.sha}") print(f"https://github.com/nedbat/coveragepy/commits/{facts.sha}") + print(f"https://github.com/nedbat/coveragepy/tree/{facts.branch}") print( "\n## For other collaborators to get this code:\n"