comparison tests/test-namespaces.t @ 6542:ca1c219bd59f

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 31 Jul 2023 16:23:52 -0300
parents 90b631fde2d7
children b0cbad4d841f
comparison
equal deleted inserted replaced
6541:09fb1cfb5adc 6542:ca1c219bd59f
111 > @@ -0,0 +1,1 @@ 111 > @@ -0,0 +1,1 @@
112 > +z 112 > +z
113 > EOF 113 > EOF
114 applying patch from stdin 114 applying patch from stdin
115 115
116 TODO: topic should also be imported from the patch
117
118 $ hg log -r tip -T '{rev}: {branch} {topic_namespace} {topic}\n' 116 $ hg log -r tip -T '{rev}: {branch} {topic_namespace} {topic}\n'
119 1: stable mynamespace feature 117 1: stable mynamespace mytopic
120 118
121 $ hg log -r tip -T '{rev}: {fqbn}\n' 119 $ hg log -r tip -T '{rev}: {fqbn}\n'
122 1: stable//mynamespace/feature 120 1: stable//mynamespace/mytopic
123 121
124 Revsets 122 Revsets
125 123
126 $ nslog() { 124 $ nslog() {
127 > hg log -T '{rev}: {topic_namespace}\n' -r "$1" 125 > hg log -T '{rev}: {topic_namespace}\n' -r "$1"