Jonathan Nieder [off-list ref] writes:
Jonathan Nieder wrote:
quoted
--- a/builtin/checkout.c
+++ b/builtin/checkout.c
@@ -808,23 +814,24 @@ int cmd_checkout(int argc, const char **argv, const char *prefix)
arg = "@{-1}";
if (get_sha1_mb(arg, rev)) {
+ trace_printf("trace: guess = %d\n", dwim_new_local_branch);
Gah! This line does not belong, sorry (though presumably it wouldn't interfere
with testing).
Heh, two Gah's in a row? After all mine might have been simpler ;-)