mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
local/remote order fix
This commit is contained in:
parent
430b6e1f9b
commit
4d01812c15
|
@ -256,8 +256,8 @@ CLASS lcl_repo_online IMPLEMENTATION.
|
||||||
<ls_remote> LIKE LINE OF lt_remote,
|
<ls_remote> LIKE LINE OF lt_remote,
|
||||||
<ls_local> LIKE LINE OF lt_local.
|
<ls_local> LIKE LINE OF lt_local.
|
||||||
|
|
||||||
lt_local = get_files_local( ).
|
|
||||||
lt_remote = get_files_remote( ).
|
lt_remote = get_files_remote( ).
|
||||||
|
lt_local = get_files_local( ).
|
||||||
lv_branch_equal = boolc( get_sha1_remote( ) = get_sha1_local( ) ).
|
lv_branch_equal = boolc( get_sha1_remote( ) = get_sha1_local( ) ).
|
||||||
|
|
||||||
DELETE lt_local WHERE item IS INITIAL.
|
DELETE lt_local WHERE item IS INITIAL.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user