local/remote order fix

This commit is contained in:
sbcgua 2016-11-14 19:55:11 +02:00
parent 430b6e1f9b
commit 4d01812c15

View File

@ -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.