Add get_current_bookmark definition to base SCMClient.

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

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.

Summary ID
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
Description From Last Updated

Probably should say "must" be implemented.

chipx86chipx86
chipx86
  1. 
      
  2. rbtools/clients/base/scmclient.py (Diff revision 1)
     
     
    Show all issues

    Probably should say "must" be implemented.

  3. 
      
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to master (9a879c7)