diff options
author | Henrik Nord <[email protected]> | 2011-10-10 11:54:47 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-10-10 11:54:47 +0200 |
commit | c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e (patch) | |
tree | 82f6f8cab11f115d90e10c1a94451dbca3b8d055 /page | |
parent | 1c61415fa73c0c69022e5a943044a5df516cebf9 (diff) | |
download | otp-c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e.tar.gz otp-c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e.tar.bz2 otp-c27e0b0cc5989eba84ca223e3c0ce4bc25b7a86e.zip |
Update scripts to reflect branch changes
Diffstat (limited to 'page')
-rwxr-xr-x | page | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |