Commit 113533 broke it by using constants as keys: the name of the constants were used as string literals due to "=>" when we wanted their values to be used. Now we use the function notation of constants (since that's how they are implemented) to avoid this. Reported-By: Jonathan Nieder <jrnieder@gmail.com>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||