This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 134924
Collapse All | Expand All

(-)a/mercurial/src/org/netbeans/modules/mercurial/util/HgCommand.java (+1 lines)
Lines 1800-1805 Link Here
1800
            if (!list.isEmpty()
1800
            if (!list.isEmpty()
1801
                    && (isErrorNotTracked(list.get(0)) || 
1801
                    && (isErrorNotTracked(list.get(0)) || 
1802
                    isErrorCannotReadCommitMsg(list.get(0)) ||
1802
                    isErrorCannotReadCommitMsg(list.get(0)) ||
1803
                    isErrorAbort(list.get(list.size() -1)) ||
1803
                    isErrorAbort(list.get(0))))
1804
                    isErrorAbort(list.get(0))))
1804
                handleError(command, list, NbBundle.getMessage(HgCommand.class, "MSG_COMMIT_FAILED"), logger);
1805
                handleError(command, list, NbBundle.getMessage(HgCommand.class, "MSG_COMMIT_FAILED"), logger);
1805
            
1806
            

Return to bug 134924