dispatch: don't rewrap aliases that have the same definition
Previously aliases that overrode existing commands would wrap the old alias on every call to dispatch() (twice actually), which is an obvious re-entrancy issue for things like the command server or TortoiseHG.
Please register or sign in to comment