##// END OF EJS Templates
bzr: attempt to stabilize the test...
marmoute -
r52736:fe08a0bf default
parent child Browse files
Show More
@@ -222,6 +222,7 Multiple branches
222 $ cd repo-trunk
222 $ cd repo-trunk
223 $ echo a > a
223 $ echo a > a
224 $ brz add -q a
224 $ brz add -q a
225 $ sleep 1 # help with sorting
225 $ brz ci -qm adda
226 $ brz ci -qm adda
226 $ brz tag trunk-tag
227 $ brz tag trunk-tag
227 Created tag trunk-tag.
228 Created tag trunk-tag.
@@ -237,6 +238,7 Multiple branches
237 Updated to revision 1.
238 Updated to revision 1.
238 Switched to branch*/repo/trunk/ (glob)
239 Switched to branch*/repo/trunk/ (glob)
239 $ echo a >> a
240 $ echo a >> a
241 $ sleep 1 # help with sorting
240 $ brz ci -qm changea
242 $ brz ci -qm changea
241 $ cd ..
243 $ cd ..
242 $ hg convert --datesort repo repo-bzr
244 $ hg convert --datesort repo repo-bzr
General Comments 0
You need to be logged in to leave comments. Login now