Mercurial > hg4j
comparison src/org/tmatesoft/hg/internal/LineReader.java @ 483:e31e85cf4d4c
Handle include and unset directives in config files
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 07 Aug 2012 19:14:53 +0200 |
parents | f3fab7a20841 |
children | 9edfd5a223b8 |
comparison
equal
deleted
inserted
replaced
482:6c67debed07e | 483:e31e85cf4d4c |
---|---|
107 } | 107 } |
108 } | 108 } |
109 } catch (IOException ex) { | 109 } catch (IOException ex) { |
110 throw new HgInvalidFileException(ex.getMessage(), ex, file); | 110 throw new HgInvalidFileException(ex.getMessage(), ex, file); |
111 } finally { | 111 } finally { |
112 try { | 112 if (statusFileReader != null) { |
113 statusFileReader.close(); | 113 try { |
114 } catch (IOException ex) { | 114 statusFileReader.close(); |
115 log.dump(MqManager.class, Warn, ex, null); | 115 } catch (IOException ex) { |
116 log.dump(MqManager.class, Warn, ex, null); | |
117 } | |
116 } | 118 } |
117 // try { | 119 // try { |
118 // consumer.end(file, paramObj); | 120 // consumer.end(file, paramObj); |
119 // } catch (IOException ex) { | 121 // } catch (IOException ex) { |
120 // log.warn(MqManager.class, ex, null); | 122 // log.warn(MqManager.class, ex, null); |