mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
commit work to release locks
This commit is contained in:
parent
f7407fa2ce
commit
7dab60b3a6
|
@ -1000,6 +1000,8 @@ CLASS lcl_persistence_user IMPLEMENTATION.
|
|||
ls_user-repo_show = iv_key.
|
||||
update( ls_user ).
|
||||
|
||||
COMMIT WORK.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD get_repo_show.
|
||||
|
|
|
@ -249,6 +249,8 @@ CLASS lcl_repo IMPLEMENTATION.
|
|||
ms_data-branch_name = iv_branch_name.
|
||||
ENDIF.
|
||||
|
||||
COMMIT WORK.
|
||||
|
||||
ENDMETHOD. "set_sha1
|
||||
|
||||
METHOD build_local_checksums.
|
||||
|
|
Loading…
Reference in New Issue
Block a user