undo function

bool undo(
  1. CommandTarget target
)

Undo a single group of history events.

Returns false if no group was available.

Implementation

bool undo(CommandTarget target) => _cmd(_BranchName.done, false)(target);