mercurial/cffi/parsers.py
author Yuya Nishihara <yuya@tcha.org>
Sat, 10 Jun 2017 18:35:11 +0900
changeset 32818 b36ec65ea583
parent 32545 0e8b0b9a7acc
permissions -rw-r--r--
revset: reject negative number to select first/last n members Negative 'lim' doesn't make sense here, and it makes things complicated when using list[:lim].

# 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 *