##// END OF EJS Templates
tests: avoid logging a commit with a Unicode character in test-phabricator.t...
Matt Harbison -
r45066:2ec61604 default
parent child Browse files
Show More
@@ -332,7 +332,7 b' Phabimport works with a stack'
332 332 $ hg phabimport --stack 'D7918' --test-vcr "$VCR/phabimport-stack.json"
333 333 applying patch from D7917
334 334 applying patch from D7918
335 $ hg log -G -Tcompact
335 $ hg log -r .: -G -Tcompact
336 336 o 3[tip] aaef04066140 1970-01-01 00:00 +0000 test
337 337 | create draft change for phabricator testing
338 338 |
@@ -341,10 +341,7 b' Phabimport works with a stack'
341 341 |
342 342 @ 1 a692622e6937 1970-01-01 00:00 +0000 test
343 343 | create beta for phabricator test
344 |
345 o 0 c44b38f24a45 1970-01-01 00:00 +0000 test
346 create alpha for phabricator test \x80 (esc)
347
344 ~
348 345 Phabimport can create secret commits
349 346
350 347 $ hg rollback --config ui.rollback=True
@@ -353,7 +350,7 b' Phabimport can create secret commits'
353 350 > --config phabimport.secret=True
354 351 applying patch from D7917
355 352 applying patch from D7918
356 $ hg log -T phases
353 $ hg log -r 'reverse(.:)' -T phases
357 354 changeset: 3:aaef04066140
358 355 tag: tip
359 356 phase: secret
@@ -373,11 +370,5 b' Phabimport can create secret commits'
373 370 date: Thu Jan 01 00:00:00 1970 +0000
374 371 summary: create beta for phabricator test
375 372
376 changeset: 0:c44b38f24a45
377 phase: public
378 user: test
379 date: Thu Jan 01 00:00:00 1970 +0000
380 summary: create alpha for phabricator test \x80 (esc)
381
382 373
383 374 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now