-=[ Mr. Bumblebee ]=-
_Indonesia_
ó
î:ïNc @@ s& d Z d d l m Z d d l m Z m Z m Z d d l m Z m Z m
Z
d e f d „ ƒ YZ d e f d „ ƒ YZ
d e f d
„ ƒ YZ d e f d „ ƒ YZ d
e f d „ ƒ YZ d e f d „ ƒ YZ d e
f d „ ƒ YZ d e
f d „ ƒ YZ d „ Z d „ Z d „ Z d „ Z d S( s) Searching in versioned file repositories.i ( t absolute_import( t debugt revisiont trace( t DictParentsProvidert Grapht invert_parent_mapt AbstractSearchResultc B@ s; e Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z RS( sº The result of a search, describing a set of keys.
Search results are typically used as the 'fetch_spec' parameter when
fetching revisions.
:seealso: AbstractSearch
c C@ s t | j ƒ ‚ d S( s Return a recipe that can be used to replay this search.
The recipe allows reconstruction of the same results at a later date.
:return: A tuple of `(search_kind_str, *details)`. The details vary by
kind of search result.
N( t NotImplementedErrort
get_recipe( t self( ( s4 /usr/lib/python2.7/dist-packages/bzrlib/vf_search.pyR + s c C@ s t | j ƒ ‚ d S( s= Return a tuple that can be transmitted via the HPSS protocol.N( R t get_network_struct( R
( ( s4 /usr/lib/python2.7/dist-packages/bzrlib/vf_search.pyR 5 s c C@ s t | j ƒ ‚ d S( sO Return the keys found in this search.
:return: A set of keys.
N( R t get_keys( R
( ( s4 /usr/lib/python2.7/dist-packages/bzrlib/vf_search.pyR 9 s c C@ s t | j ƒ ‚ d S( s5 Return false if the search lists 1 or more revisions.N( R t is_empty( R
( ( s4 /usr/lib/python2.7/dist-packages/bzrlib/vf_search.pyR
@ s c C@ s t | j ƒ ‚ d S( sû Create a new search by refining this search.
:param seen: Revisions that have been satisfied.
:param referenced: Revision references observed while satisfying some
of this search.
:return: A search result.
N( R t refine( R
t seent
referenced( ( s4 /usr/lib/python2.7/dist-packages/bzrlib/vf_search.pyR D s ( t __name__t
__module__t __doc__R R R R
R ( ( ( s4 /usr/lib/python2.7/dist-packages/bzrlib/vf_search.pyR "