cat --decode: Drop short option, use opts.get() instead of opts[]
- hg archive --no-decode has no short option, too, and maybe both could use
-d in the future to select revisions by date.
- opts.get makes python scripts calling cat() happy, because they don't have
to pass the new option.
Option --decode for hg cat to apply decode filters.
(Does not trigger expansion of keyword arguments when using keyword
extension, though that might be desirable as well.)
keyword: monkeypatch patch.diff for non-interactive diffs
Avoid clobbering diffs with expanded keywords eg. for
notify extension.
clone: expand the path before saving it in .hg/hgrc
This should fix
issue976
better handle errors with date parsing (
issue983)
Windows cannot always handle a 1970-01-01 parameter to time.mktime().
better handle errors with date parsing (
issue983)
Windows cannot always handle a 1970-01-01 parameter to time.mktime().
convert: detect baz before tla
The former seems to handle repositories built by the latter, the opposite is not true.