# # # patch "lib/Monotone/AutomateStdio.pm" # from [ea2fd5df67329d15eafed8b635be9706ccdafbf9] # to [0db47f4df004352628d0d0703f3a4797fc49797d] # ============================================================ --- lib/Monotone/AutomateStdio.pm ea2fd5df67329d15eafed8b635be9706ccdafbf9 +++ lib/Monotone/AutomateStdio.pm 0db47f4df004352628d0d0703f3a4797fc49797d @@ -3395,7 +3395,8 @@ sub switch_to_ws_root($$) } else { - $this->{error_msg} = "Cannot call $mtn->switch_to_ws_root() on " + $this->{error_msg} = + "Cannot call Monotone::AutomateStdio->switch_to_ws_root() on " . "objects constructed with new_from_ws()"; &$carper($this->{error_msg}); return;