##// 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 222 $ cd repo-trunk
223 223 $ echo a > a
224 224 $ brz add -q a
225 $ sleep 1 # help with sorting
225 226 $ brz ci -qm adda
226 227 $ brz tag trunk-tag
227 228 Created tag trunk-tag.
@@ -237,6 +238,7 Multiple branches
237 238 Updated to revision 1.
238 239 Switched to branch*/repo/trunk/ (glob)
239 240 $ echo a >> a
241 $ sleep 1 # help with sorting
240 242 $ brz ci -qm changea
241 243 $ cd ..
242 244 $ hg convert --datesort repo repo-bzr
General Comments 0
You need to be logged in to leave comments. Login now