mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
commit after updating checksums #1562
commit after updating checksums #1562 plus remove some comments
This commit is contained in:
parent
0403e29109
commit
79b6ed0fa5
|
@ -97,7 +97,7 @@ ENDCLASS.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
CLASS zcl_abapgit_services_repo IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
METHOD gui_deserialize.
|
METHOD gui_deserialize.
|
||||||
|
@ -152,9 +152,9 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
||||||
zcl_abapgit_persistence_user=>get_instance( )->set_repo_show( lo_repo->get_key( ) ). " Set default repo for user
|
zcl_abapgit_persistence_user=>get_instance( )->set_repo_show( lo_repo->get_key( ) ). " Set default repo for user
|
||||||
toggle_favorite( lo_repo->get_key( ) ).
|
toggle_favorite( lo_repo->get_key( ) ).
|
||||||
|
|
||||||
COMMIT WORK.
|
COMMIT WORK AND WAIT.
|
||||||
|
|
||||||
ENDMETHOD. "new_offline
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
METHOD new_online.
|
METHOD new_online.
|
||||||
|
@ -191,7 +191,7 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
||||||
object_type = 'DEVC'
|
object_type = 'DEVC'
|
||||||
with_objectlist = abap_true.
|
with_objectlist = abap_true.
|
||||||
|
|
||||||
ENDMETHOD. " open_se80.
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
METHOD popup_overwrite.
|
METHOD popup_overwrite.
|
||||||
|
@ -365,7 +365,9 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
||||||
|
|
||||||
lo_repo->rebuild_local_checksums( ).
|
lo_repo->rebuild_local_checksums( ).
|
||||||
|
|
||||||
ENDMETHOD. "refresh_local_checksums
|
COMMIT WORK AND WAIT.
|
||||||
|
|
||||||
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
METHOD remote_attach.
|
METHOD remote_attach.
|
||||||
|
@ -392,7 +394,7 @@ CLASS ZCL_ABAPGIT_SERVICES_REPO IMPLEMENTATION.
|
||||||
|
|
||||||
COMMIT WORK.
|
COMMIT WORK.
|
||||||
|
|
||||||
ENDMETHOD. "remote_attach
|
ENDMETHOD.
|
||||||
|
|
||||||
|
|
||||||
METHOD remote_change.
|
METHOD remote_change.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user