Skip to content
Snippets Groups Projects
Commit dd8733d2 authored by Siddharth Agarwal's avatar Siddharth Agarwal
Browse files

util: drop support for Mercurial < 1.4

parent c7129c72
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,6 @@
except ImportError:
from ordereddict import OrderedDict
def progress(ui, *args, **kwargs):
"""Shim for progress on hg < 1.4. Remove when 1.3 is dropped."""
getattr(ui, 'progress', lambda *x, **kw: None)(*args, **kwargs)
def parse_hgsub(lines):
"""Fills OrderedDict with hgsub file content passed as list of lines"""
rv = OrderedDict()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment