Mercurial > hgsubversion
changeset 465:d487bbe0e8af
util: remove swap_out_encoding() deprecated comment
| author | Patrick Mezard <pmezard@gmail.com> |
|---|---|
| date | Sat, 18 Jul 2009 20:44:33 -0500 |
| parents | 0f7095f53ca3 |
| children | 9548b406a2d8 |
| files | hgsubversion/util.py |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgsubversion/util.py +++ b/hgsubversion/util.py @@ -113,8 +113,6 @@ def describe_commit(ui, h, b): def swap_out_encoding(new_encoding="UTF-8"): - """ Utility for mercurial incompatibility changes, can be removed after 1.3 - """ from mercurial import encoding old = encoding.encoding encoding.encoding = new_encoding
