run commit and update hooks after command completion (
issue1827)
Previously, the working dir state hadn't been written when these
hooks were invoked, so external commands couldn't see all changes.
http: len(x) fails if it doesn't fit into an int, use __len__() instead
len(x) raises OverflowError if it's bigger than 2**31-1, we need to call
__len__() ourself instead.
i18n-sv: synchronized with
44b4a2a31623
mergetools: improve configuration for several merge tools
* meld - provide labels for the three panes
* diffmerge - add registry key for detection, improve arguments
* beyond compare - add linux version
* winmerge - improve arguments
* araxis - add configuration, including registry key for detection
* misc - provide default priorities for more tools
hgrc.5: document use of environment variables on Windows
This feature was introduced in
c31ac3f7fd8f
i18n-pt_BR: synchronized with
44b4a2a31623