@leroysheep / rag-system / commits / 99840084ab

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
index b3af892840..e76a6e9593 100755 --- a/cook +++ b/cook @@ -4,7 +4,7 @@ use strict; sub phrase_these { - my (@u) = @_; + my (@u) = sort @_; my @d = (); for (my $i = 0; $i < @u; $i++) { push @d, $u[$i];