rm push/pop
This commit is contained in:
10
resolve.ce
10
resolve.ce
@@ -165,11 +165,11 @@ for (i = 0; i < length(sorted); i++) {
|
||||
|
||||
// Format output
|
||||
status_parts = []
|
||||
if (is_linked) push(status_parts, "linked")
|
||||
if (is_local) push(status_parts, "local")
|
||||
if (!is_in_lock) push(status_parts, "not in lock")
|
||||
if (!is_fetched) push(status_parts, "not fetched")
|
||||
if (has_c_files) push(status_parts, "has C modules")
|
||||
if (is_linked) status_parts[] = "linked"
|
||||
if (is_local) status_parts[] = "local"
|
||||
if (!is_in_lock) status_parts[] = "not in lock"
|
||||
if (!is_fetched) status_parts[] = "not fetched"
|
||||
if (has_c_files) status_parts[] = "has C modules"
|
||||
|
||||
commit_str = ""
|
||||
if (lock_entry && lock_entry.commit) {
|
||||
|
||||
Reference in New Issue
Block a user