- Sep 26, 2010
-
-
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
-
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
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Sep 24, 2010
-
-
Brodie Rao authored
-
Brodie Rao authored
This adds support for r'...' and r"..." as string literals. Strings with the "r" prefix will not have their escape characters interpreted. This is especially useful for grep(), where, with regular string literals, \number is interpreted as an octal escape code, and \b is interpreted as the backspace character (\x08).
-
- Sep 26, 2010
-
-
Matt Mackall authored
-
- Sep 25, 2010
-
-
kiilerix authored
Solaris false returns 255 instead of 1, so we remove one unneeded instance and replaces another with (exit 1) as suggested by Brodie Rao.
-
kiilerix authored
Solaris diff gives @@ -1,1 +1,1 @@ instead of @@ -1 +1 @@
-
kiilerix authored
Cleanup in 22f3353bcc36 removed a syntactically incorrect and apparently unnecessary escape of / for expr - but solaris needs it.
-
kiilerix authored
Solaris do not know the service called http, so we use echo instead. Trying to define KILLQUIETLY when running the hgserve function didn't set the value within the function. Now we set the variable before calling the function.
-
- Sep 21, 2010
-
-
Dan Villiom Podlaski Christiansen authored
-
- Sep 24, 2010
-
-
Matt Mackall authored
-
Erik Zielke authored
Incoming and outgoing are fixed so they go through the whole three of repositories instead of only visiting first level of sub repositories.
-