tests/test-chainsaw-update.t
changeset 51431 fe68a2dc0bf2
parent 51429 bc88aa7472de
child 51432 e79c7320605f
equal deleted inserted replaced
51430:187c5769a629 51431:fe68a2dc0bf2
    24 -----------------
    24 -----------------
    25 
    25 
    26   $ hg init repo
    26   $ hg init repo
    27   $ cd repo
    27   $ cd repo
    28   $ hg admin::chainsaw-update --rev default --source ../src
    28   $ hg admin::chainsaw-update --rev default --source ../src
    29   breaking locks, if any
       
    30   recovering after interrupted transaction, if any
    29   recovering after interrupted transaction, if any
    31   no interrupted transaction available
    30   no interrupted transaction available
    32   pulling from ../src
    31   pulling from ../src
    33   updating to revision 'default'
    32   updating to revision 'default'
    34   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    33   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
    49   $ hg debuglock
    48   $ hg debuglock
    50   lock:  (.*?), process 171814, host invalid.host.test/effffffc \((\d+)s\) (re)
    49   lock:  (.*?), process 171814, host invalid.host.test/effffffc \((\d+)s\) (re)
    51   wlock: (.*?), process 171814, host invalid.host.test/effffffc \((\d+)s\) (re)
    50   wlock: (.*?), process 171814, host invalid.host.test/effffffc \((\d+)s\) (re)
    52   [2]
    51   [2]
    53 
    52 
    54   $ hg admin::chainsaw-update --no-purge-ignored --rev default --source ../src -q
    53   $ hg admin::chainsaw-update --no-purge-ignored --rev default --source ../src
       
    54   had to break store lock
       
    55   had to break working copy lock
       
    56   recovering after interrupted transaction, if any
    55   no interrupted transaction available
    57   no interrupted transaction available
       
    58   pulling from ../src
       
    59   updating to revision 'default'
       
    60   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    61   chainsaw-update to revision 'default' for repository at '$TESTTMP/repo' done
    56 
    62 
    57 Test file purging capabilities
    63 Test file purging capabilities
    58 ------------------------------
    64 ------------------------------
    59 
    65 
    60 Let's also add local modifications (tracked and untracked) to demonstrate the
    66 Let's also add local modifications (tracked and untracked) to demonstrate the