sapling/tests/test-fb-hgext-p4fastimport-seqimport-no-changes.t
Alexandre Marin 06f53fe081 Get changelists to import
Summary:
Pulls the logic to define changelists from p4fastimport into separate function
and re-uses that in p4seqimport

For a high-level overview of p4seqimport, please check https://our.intern.facebook.com/intern/wiki/IDI/p4seqimport/

Differential Revision: D7035674

fbshipit-source-id: 699e9148d35e437f306062f290c8ec2a857df480
2018-04-13 21:51:43 -07:00

16 lines
314 B
Perl

#require p4
$ . $TESTDIR/p4setup.sh
$ cd $hgwd
$ hg init --config 'format.usefncache=False'
Abort on no changes to import
$ hg p4seqimport --debug -B master -P $P4ROOT $P4CLIENT
loading changelist numbers.
0 changelists to import.
no changes to import, exiting.
End Test
stopping the p4 server