|
+ // skip REMOVE action on 1.1 revisions + if (nodeAction == Action.REMOVE) { + String id = revEntry.getId().toString(); + if (id.equals("1.1")) {
Paul Allen (on CvsProcessNode.java, line 131) commented
10 years ago
needs to be all minor=1 revs not just 1.1 |
Reply ยท0 | |
|