Richard Heck wrote: > Pavel Sanda wrote: >> Richard Heck wrote: >> >>> @@ -1499,14 +1487,6 @@ >>> break; >>> } >>> - case LFUN_BRANCH_ACTIVATE: >>> - case LFUN_BRANCH_DEACTIVATE: >>> - if (cmd.argument().empty()) >>> - return false; >>> - buffer_.dispatch(cmd); >>> - processUpdateFlags(Update::Force); >>> - break; >>> - >>> >> >> is it ok this code completely disappeared? >> >> > It's been moved to Buffer::dispatch(). (It should have been, anyway.)
this intention i understand. but i have not found the place this has been copied into; only the removal can be found in the patch... and i guess this has not been part of dispatch(), maybe getstatus. pavel