hgweb: fix inconsistant display of graphlog (
issue1706)
hgrc.5: drop 'hgext.' prefix when talking about extensions
The first paragraph apply to all extensions, not just those in hgext.
The second paragraph can just use the simpler form to load mq.
url: use a regex to hide unsupported ssh passwords (
issue2754)
commit: note when files are missing
Before, you could experience the following strange interaction:
$ hg commit
nothing changed
$ hg merge
abort: outstanding uncommitted changes
which confused at least one user in #mercurial.
hg: make parseurl() consistently return normalised path
Before this the path was only normalised when a fragment was used.