TomSelleck
TomSelleck

Reputation: 6968

Delete empty Changelist Perforce Java API

Was just wondering if anybody knows how to remove an empty changelist from perforce through the p4java API.

Thanks!

Upvotes: 1

Views: 357

Answers (1)

randy-wandisco
randy-wandisco

Reputation: 3659

There's a deletePendingChangelist method in the IServer class: http://www.perforce.com/perforce/doc.current/manuals/p4java-javadoc/com/perforce/p4java/server/IServer.html

Upvotes: 2

Related Questions