Submitter | Lucas Moscovicz |
---|---|
Date | Feb. 6, 2014, 7:42 p.m. |
Message ID | <eacef209ab9af32854c4.1391715742@dev1037.prn2.facebook.com> |
Download | mbox | patch |
Permalink | /patch/3503/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -2030,6 +2030,9 @@ return funcs class baseset(list): + """Basic data structure that represents a revset and contains the basic + operation that it should be able to perform. + """ def __init__(self, data): super(baseset, self).__init__(data) self._set = None