aboutsummaryrefslogtreecommitdiffstats
path: root/page
diff options
context:
space:
mode:
Diffstat (limited to 'page')
-rwxr-xr-xpage2
1 files changed, 1 insertions, 1 deletions
diff --git a/page b/page
index 37ef428b60..3ff54155b2 100755
--- a/page
+++ b/page
@@ -56,7 +56,7 @@ the topic branch has been updated.
END
my $root_url = "https://github.com/erlang/otp/commit";
-foreach (`git log --oneline --first-parent dev..pu`) {
+foreach (`git log --oneline --first-parent master..pu`) {
if (/^([\da-f]*) Merge branch '([^\']*)'/) {
my($child,$topic) = ($1,$2);
my $range = "$child^1..$child^2";