aboutsummaryrefslogtreecommitdiffstats
path: root/page
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-10-10 11:54:47 +0200
committerHenrik Nord <[email protected]>2011-10-10 11:54:47 +0200
commitc27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e (patch)
tree82f6f8cab11f115d90e10c1a94451dbca3b8d055 /page
parent1c61415fa73c0c69022e5a943044a5df516cebf9 (diff)
downloadotp-c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e.tar.gz
otp-c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e.tar.bz2
otp-c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e.zip
Update scripts to reflect branch changes
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";