dispatch: move shell alias handling after early arg handling
--cwd, --repo, and --config obviously should be handled first
rebase: reset bookmarks (
issue2265 and
issue2873)
cmdserver: take repo.baseui as our ui
The ui passed to server() is really repo.ui, that is it contains its local
configuration as well.
When running commands that use a different repo than the servers cached repo,
we don't want to use that ui as the baseui for the new repo.
web: Output a correct date in short format (
issue2902)