bzr.rst
changeset 1425 5e4d2255fcbb
parent 1334 9bf0d5a1f0cf
child 1905 fba288d59662
equal deleted inserted replaced
1424:8cfa61142672 1425:5e4d2255fcbb
    34   $ bzr clone proj/ proj-clone
    34   $ bzr clone proj/ proj-clone
    35   Branched 1 revision(s).
    35   Branched 1 revision(s).
    36 
    36 
    37 Updating repo.
    37 Updating repo.
    38 ==============
    38 ==============
       
    39 
       
    40 Get default remote changes::
       
    41 
       
    42   $ bzr update
       
    43 
       
    44 Update to specific revision::
       
    45 
       
    46   $ bzr up -r $REV
    39 
    47 
    40 Incoming changes.
    48 Incoming changes.
    41 =================
    49 =================
    42 ::
    50 ::
    43 
    51