Show More
@@ -332,7 +332,7 b' Phabimport works with a stack' | |||||
332 | $ hg phabimport --stack 'D7918' --test-vcr "$VCR/phabimport-stack.json" |
|
332 | $ hg phabimport --stack 'D7918' --test-vcr "$VCR/phabimport-stack.json" | |
333 | applying patch from D7917 |
|
333 | applying patch from D7917 | |
334 | applying patch from D7918 |
|
334 | applying patch from D7918 | |
335 | $ hg log -G -Tcompact |
|
335 | $ hg log -r .: -G -Tcompact | |
336 | o 3[tip] aaef04066140 1970-01-01 00:00 +0000 test |
|
336 | o 3[tip] aaef04066140 1970-01-01 00:00 +0000 test | |
337 | | create draft change for phabricator testing |
|
337 | | create draft change for phabricator testing | |
338 | | |
|
338 | | | |
@@ -341,10 +341,7 b' Phabimport works with a stack' | |||||
341 | | |
|
341 | | | |
342 | @ 1 a692622e6937 1970-01-01 00:00 +0000 test |
|
342 | @ 1 a692622e6937 1970-01-01 00:00 +0000 test | |
343 | | create beta for phabricator test |
|
343 | | create beta for phabricator test | |
344 |
|
|
344 | ~ | |
345 | o 0 c44b38f24a45 1970-01-01 00:00 +0000 test |
|
|||
346 | create alpha for phabricator test \x80 (esc) |
|
|||
347 |
|
||||
348 |
|
|
345 | Phabimport can create secret commits | |
349 |
|
346 | |||
350 | $ hg rollback --config ui.rollback=True |
|
347 | $ hg rollback --config ui.rollback=True | |
@@ -353,7 +350,7 b' Phabimport can create secret commits' | |||||
353 | > --config phabimport.secret=True |
|
350 | > --config phabimport.secret=True | |
354 | applying patch from D7917 |
|
351 | applying patch from D7917 | |
355 | applying patch from D7918 |
|
352 | applying patch from D7918 | |
356 | $ hg log -T phases |
|
353 | $ hg log -r 'reverse(.:)' -T phases | |
357 | changeset: 3:aaef04066140 |
|
354 | changeset: 3:aaef04066140 | |
358 | tag: tip |
|
355 | tag: tip | |
359 | phase: secret |
|
356 | phase: secret | |
@@ -373,11 +370,5 b' Phabimport can create secret commits' | |||||
373 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
370 | date: Thu Jan 01 00:00:00 1970 +0000 | |
374 | summary: create beta for phabricator test |
|
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 | $ cd .. |
|
374 | $ cd .. |
General Comments 0
You need to be logged in to leave comments.
Login now