# HG changeset patch # User Patrick Mezard # Date 1247967873 18000 # Node ID d487bbe0e8afe5dc463f657d3c0605713c5a2900 # Parent 0f7095f53ca381c620e99696ca3c93358cc8e44e util: remove swap_out_encoding() deprecated comment diff --git a/hgsubversion/util.py b/hgsubversion/util.py --- 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