Commit d8f38dc4399d778c7e8df3c3a0d7e5e427146257

Stefan Sperling 2020-12-05T22:14:04

make ^L in the tog log view stick to branches/tags selected via the -c option Previously, the log view would remember the branch of the work tree in which tog was started, and jump back to that branch upon ^L even if a different branch was requested via -c. ok naddy