- Jul 20, 2015
-
-
Danek Duvall authored
When using the -r option to Solaris diff, any directores that compare identically are mentioned in the output. We don't really care about these directories for the purposes of this test, so ignore them.
-
Danek Duvall authored
The hunk headers specifying what lines the hunk apply to differ. They're irrelevant to the test, so just eliminate them from the output.
-
Danek Duvall authored
GNU grep allows you to use "a\|b" in a regular expression to match either "a" or "b", but at least Solaris grep does not; only egrep allows for that. And egrep considers "a+" to be "a{1,}" instead of an "a" and a literal plus sign, so escape that as well.
-
Yuya Nishihara authored
"-Wshorten-64-to-32" is enabled by default on Mac OS X. Because "len" should be represented in 32bit integer, this patch simply cast ssize_t to int.
-
- Jul 19, 2015
-
-
Yuya Nishihara authored
It fails with AttributeError and there's no benefit to make it runnable with pure Python code.
-
Pascal Quantin authored
-
- Jul 18, 2015
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jun 26, 2015
-
-
Matt Mackall authored
-
- Jul 18, 2015
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
The early check for section headers like ^``foo`` was missing actual options like ^``foo.bar``.
-
- Jun 25, 2015
-
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
(and mark it)
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
(and rearrange comment)
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
The not-really-a-bool handling here upsets the type checker.
-
- Jul 17, 2015
-
-
Matt Mackall authored
-
- Jun 25, 2015
-
-
Matt Mackall authored
This just exists for backwards compatibility with the earliest versions of patchbomb.
-
Matt Mackall authored
-