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 126322
Collapse All | Expand All

(-)a/mercurial/src/org/netbeans/modules/mercurial/ui/diff/DiffStreamSource.java (+1 lines)
Lines 207-212 public class DiffStreamSource extends St Link Here
207
                        newRemoteFile.deleteOnExit();
207
                        newRemoteFile.deleteOnExit();
208
                        if (isBase) {
208
                        if (isBase) {
209
                            remoteFile = newRemoteFile;
209
                            remoteFile = newRemoteFile;
210
                            Utils.associateEncoding(file, newRemoteFile);
210
                        }
211
                        }
211
                    } catch (Exception e) {
212
                    } catch (Exception e) {
212
                        if (isBase) throw e;
213
                        if (isBase) throw e;

Return to bug 126322