mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Update zabapgit_file_status.prog.abap
This commit is contained in:
parent
14b91e5b88
commit
dfa7c4bce3
|
@ -61,7 +61,7 @@ CLASS lcl_file_status IMPLEMENTATION.
|
||||||
|
|
||||||
|
|
||||||
rt_results = calculate_status(
|
rt_results = calculate_status(
|
||||||
it_local = io_repo->get_files_local( io_log )
|
it_local = io_repo->get_files_local( io_log = io_log )
|
||||||
it_remote = io_repo->get_files_remote( )
|
it_remote = io_repo->get_files_remote( )
|
||||||
it_cur_state = io_repo->get_local_checksums_per_file( ) ).
|
it_cur_state = io_repo->get_local_checksums_per_file( ) ).
|
||||||
|
|
||||||
|
@ -290,4 +290,4 @@ CLASS lcl_file_status IMPLEMENTATION.
|
||||||
|
|
||||||
ENDMETHOD. "build_new_remote
|
ENDMETHOD. "build_new_remote
|
||||||
|
|
||||||
ENDCLASS. "lcl_file_status IMPLEMENTATION
|
ENDCLASS. "lcl_file_status IMPLEMENTATION
|
||||||
|
|
Loading…
Reference in New Issue
Block a user