Mercurial > hg
comparison mercurial/__init__.py @ 6094:3998c1b0828f
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.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 14 Feb 2008 11:25:30 +0100 |
parents | 9117c6561b0b |
children | 4374d819ccd5 |
comparison
equal
deleted
inserted
replaced
6093:f5b00b6e426a | 6094:3998c1b0828f |
---|