3 # Copyright (c) 2006 Catalin Marinas
6 test_description
='Branch cloning.
8 Exercises branch cloning options.
14 'Create a GIT commit' \
22 'Try to create a patch in a GIT branch' \
28 'Clone the current GIT branch' \
30 stg branch --clone foo &&
32 test $(stg applied -c) -eq 1
36 'Clone the current StGIT branch' \
38 stg branch --clone bar &&
39 test $(stg applied -c) -eq 1 &&
41 test $(stg applied -c) -eq 2