Reputation: 6968
Was just wondering if anybody knows how to remove an empty changelist from perforce through the p4java API.
Thanks!
Upvotes: 1
Views: 357
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