hgweb: fix allow_read permissions when a user is specified
Thanks to Juan Pablo Aroztegi for reporting and debugging it.
test-identify: require no-outer-repo
The test expects "There is no Mercurial repository here (.hg not found)"
setup.py: fix version detection for tarball
- don't do version detection if there's no .hg directory
- shrink try: clause
- don't write __version__.py if version is unknown
(we might overwrite the real version)
Added signature for changeset
11efa41037e2
Added tag 1.2 for changeset
11efa41037e2
merge: better error messages to lead users to hg update --clean to abandon merges.
Fixes
issue1533.
dispatch: extract command execution block into method
This pulls the pre-command hook/command/post-command hook workflow out of
the method it is in and puts it into its own method so that it potentially
could be exposed for extensions to wrap.
bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set