Add get_current_bookmark definition to base SCMClient.

Review Request #14472 — Created June 24, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

The get_current_bookmark method was defined in the Mercurial and
Jujutsu backends, but there was no definition for it on the base
SCMClient. This change fixes that.

No longer saw an ugly red underline under the usage of this method in
the post command implementation.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add get_current_bookmark definition to base SCMClient.
The `get_current_bookmark` method was defined in the Mercurial and Jujutsu backends, but there was no definition for it on the base SCMClient. This change fixes that. Testing Done: No longer saw an ugly red underline under the usage of this method in the post command implementation.
b898ba7223837702233fa89d833bd20d11f7bb32 David Trowbridge
rbtools/clients/base/scmclient.py
Loading...