tests/test-update-branches.t
changeset 45906 95c4cca641f6
parent 45840 527ce85c2e60
child 45911 8939062597f0
equal deleted inserted replaced
45905:e131dbf6ee15 45906:95c4cca641f6
    55 
    55 
    56 Make sure update doesn't assume b1 is a repository if invoked from outside:
    56 Make sure update doesn't assume b1 is a repository if invoked from outside:
    57 
    57 
    58   $ cd ..
    58   $ cd ..
    59   $ hg update b1
    59   $ hg update b1
    60   abort: no repository found in '$TESTTMP' (.hg not found)!
    60   abort: no repository found in '$TESTTMP' (.hg not found)
    61   [255]
    61   [255]
    62   $ cd b1
    62   $ cd b1
    63 
    63 
    64 Test helper functions:
    64 Test helper functions:
    65 
    65