-=[ Mr. Bumblebee ]=-
_Indonesia_
ó
›ý‹Oc @@ s– d Z d d l m Z d d l m Z m Z m Z m Z d d l m
Z
m Z d d l m
Z
d e f d „ ƒ YZ e e e d e e e d „ Z d S(
s UI helper for the push command.i ( t absolute_import( t
controldirt errorst revisiont transport( t notet warning( t gettextt
PushResultc B@ s e Z d Z d „ Z d „ Z RS( s% Result of a push operation.
:ivar branch_push_result: Result of a push between branches
:ivar target_branch: The target branch
:ivar stacked_on: URL of the branch on which the result is stacked
:ivar workingtree_updated: Whether or not the target workingtree was updated.
c C@ s( d | _ d | _ d | _ d | _ d S( N( t Nonet branch_push_resultt
stacked_ont workingtree_updatedt
target_branch( t self( ( s/ /usr/lib/python2.7/dist-packages/bzrlib/push.pyt __init__+ s c C@ s_ | j d k rK | j d k r8 t t d ƒ | j ƒ q[ t t d ƒ ƒ n | j j | ƒ d S( s1 Write a human-readable description of the result.s+ Created new stacked branch referring to %s.s Created new branch.N( R
R R R R t report( R t to_file( ( s/ /usr/lib/python2.7/dist-packages/bzrlib/push.pyR 1 s ( t __name__t
__module__t __doc__R R ( ( ( s/ /usr/lib/python2.7/dist-packages/bzrlib/push.pyR "