comparison tests/test-topic.t @ 5633:4ab2f602beb3 mercurial-5.3

tests: back out changeset 028e4ea75456
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 31 Oct 2020 18:48:57 +0800
parents 3946ee4ee3ae
children 619cd641e1e1 6ce036cb7fd4
comparison
equal deleted inserted replaced
5632:ee18173c54a2 5633:4ab2f602beb3
956 ### target: default (branch) 956 ### target: default (branch)
957 s2@ 4 (current) 957 s2@ 4 (current)
958 ^ 3 958 ^ 3
959 s1: 0 959 s1: 0
960 960
961 $ tlog 'tip#s'
962 0:
963 4:
964
965 $ tlog 'tip#stack[0]' 961 $ tlog 'tip#stack[0]'
966 $ tlog 'tip#stack[1]' 962 $ tlog 'tip#stack[1]'
967 0: 963 0:
968 $ tlog 'tip#stack[2]' 964 $ tlog 'tip#stack[2]'
969 4: 965 4:
977 ### target: default (branch), 3 behind 973 ### target: default (branch), 3 behind
978 s3: 3 974 s3: 3
979 s2: 2 975 s2: 2
980 s1: 1 976 s1: 1
981 s0^ 0 (base) 977 s0^ 0 (base)
982
983 $ tlog 'featureA#s'
984 1: featureA
985 2: featureA
986 3: featureA
987 978
988 $ tlog 'featureA#s[0]' 979 $ tlog 'featureA#s[0]'
989 0: 980 0:
990 $ tlog 'featureA#s[0:0]' 981 $ tlog 'featureA#s[0:0]'
991 0: 982 0:
1033 $ hg stack 1024 $ hg stack
1034 ### topic: featureB 1025 ### topic: featureB
1035 ### target: default (branch) 1026 ### target: default (branch)
1036 (stack is empty) 1027 (stack is empty)
1037 s0^ 4 (base current) 1028 s0^ 4 (base current)
1038 $ tlog 'wdir()#s'
1039 $ tlog 'wdir()#s[0]' 1029 $ tlog 'wdir()#s[0]'
1040 4: 1030 4:
1041 1031
1042 $ cd .. 1032 $ cd ..
1043 1033