util: move "default" hidewindow to posix.py
There is a hidewindow in win32.py, which we get via windows.py
util: move "default" lookupreg to posix.py
There is a lookupreg in win32.py, which we get via windows.py
util: move "default" unlinkpath to posix.py
we have a unlinkpath in windows.py
util: move "default" makedir to posix.py
makedir is already defined in win32.py, which gets imported into util.py
via windows.py if we are running on Windows
summary: show bookmarks separate from tags and note active mark (
issue2892)
localrepo: make requirements attribute of newly-created repos contain a set
This is for internal consistency, as this attribute typically contains a set
revert: restore check for uncommitted merge (
issue2915) (BC)
This will restore the pre-1.9 behavior.
localrepo: add set method to iterate over a given revset
This should allow replacing a number of hand-rolled graph algorithms.