mercurial/cffi/parsers.py
author Yuya Nishihara <yuya@tcha.org>
Sun, 18 Jun 2017 11:57:28 +0900
changeset 32931 3292c0df64f7
parent 32545 0e8b0b9a7acc
permissions -rw-r--r--
revsetlang: check arguments passed to ancestors() before optimizing to only() Future patches will add depth parameter to ancestors(), which isn't compatible with only().

# parsers.py - Python implementation of parsers.c
#
# Copyright 2009 Matt Mackall <mpm@selenic.com> and others
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.

from __future__ import absolute_import

from ..pure.parsers import *