store: refactor splitting off of "data/" in _hybridencode()
encodefilename() already calls encodedir(). Note that encodedir() skips the
encoding if the path doesn't start with "data/".
hgweb: fix incorrect graph padding calculation (
issue3626)
hgweb has an incorrect padding calculation, causing the text to move further
away from the graph the more branches there are (
issue3626). This patch fixes
all existing templates (gitweb, monoblue, paper and spartan).
Tests updated by Patrick Mezard <patrick@mezard.eu>
largefiles: preserve the exit status of the forget command
This maintains the exit codes documented in commands.py.
largefiles: exit from remove with 1 on warnings
This maintains the exit codes documented in commands.py.
largefiles: preserve exit code from outgoing command (
issue3611)
This maintains the exit codes documented in commands.py.