tests/test-filebranch
changeset 2283 e506c14382fd
parent 1933 7544700fd931
child 3736 ad3d5b4367cb
equal deleted inserted replaced
2282:2efa636eb411 2283:e506c14382fd
    39 echo "we shouldn't have anything but n state here"
    39 echo "we shouldn't have anything but n state here"
    40 hg debugstate | cut -b 1-16,35-
    40 hg debugstate | cut -b 1-16,35-
    41 
    41 
    42 echo merging
    42 echo merging
    43 hg pull ../a
    43 hg pull ../a
    44 env HGMERGE=../merge hg update -vm
    44 env HGMERGE=../merge hg merge -v
    45 
    45 
    46 echo 2m > foo
    46 echo 2m > foo
    47 echo 2b > baz
    47 echo 2b > baz
    48 echo new > quux
    48 echo new > quux
    49 
    49