Added tag 1.2.1 for changeset
02981000012e
demandimport: blacklist pythoncom
win32com.shell would segfault at import time if pythoncom
was demand loaded.
Fix for merge changes introduced in rev
9fe7e6acf525
regression test for
issue1552
Ensures that fetch correctly infers what to merge when pulling a
repository with inactive branches.
fetch: do not count inactive branches when inferring a merge
The fetch extension would erroneously consider inactive branches when
inferring which branches to merge. It now considers only active
branches.
exporting patch:
Fixed behavior of revsplit for branch names including the @-symbol.