Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Ignore space change" is essential to making sense of this patch.
|
|
|
|
|
|
|
|
There's no test for this one because it's a prose string.
|
|
There's no test for this because the ultimate behavior is the same;
the bug is in deciding *which* error message to print.
|
|
|
|
|
|
|
|
|
|
The old way fails in weird ways if a process dies early.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I have a hard time reasoning about vercmp use in scripts, so add a
{{ A -lt B }} helper that works like [ A -lt B ], but for pacman versions.
|
|
|
|
|
|
|
|
The indentation here is a little off. Just go with it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are a couple of pointless `if true`s in there to avoid whitespace
change.
|
|
|
|
libredbdiff used VARNAME for Parabola variables, and VARNAME_arch for Arch
variables. I found it confusing. Instead, consistently use VARNAME_prbl
for Parabola variables and VARNAME_arch for Arch variables; this allows the
reader to more easily see the parallels between the handling of each.
|
|
|
|
|
|
|