[arch] improvement -> history/downgrade considering the repository commit + bug fixes

This commit is contained in:
Vinicius Moreira
2020-12-21 12:25:54 -03:00
parent dac56591ec
commit 7057f683cd
19 changed files with 230 additions and 160 deletions

View File

@@ -1031,7 +1031,7 @@ def map_replaces(names: Iterable[str], remote: bool = False) -> Dict[str, Set[st
elif latest_name and replaces is not None:
res[latest_name] = replaces
latest_name, replaces = None, None, None
latest_name, replaces = None, None
elif latest_name and replaces is not None:
replaces.update((d for d in l.strip().split(' ') if d))