cook: stabilize the branch relation output
Junio C Hamano committed
May 2, 2010 at 07:53 UTC
99840084ab952760b8e1b5335b8ac24a6411c605
1 file changed
+1
-1
cook
+1
-1
@@ -4,7 +4,7 @@
4
use strict;
5
6
sub phrase_these {
7
- my (@u) = @_;
7
+ my (@u) = sort @_;
8
my @d = ();
9
for (my $i = 0; $i < @u; $i++) {
10
push @d, $u[$i];