diff src/org/tmatesoft/hg/repo/HgBundle.java @ 383:994b5813a925

Few comments
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 13 Feb 2012 12:47:24 +0100
parents fc8bc2f1edbe
children 528b6780a8bd
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgBundle.java	Fri Feb 10 13:56:24 2012 +0100
+++ b/src/org/tmatesoft/hg/repo/HgBundle.java	Mon Feb 13 12:47:24 2012 +0100
@@ -169,7 +169,7 @@
 				} catch (CancelledException ex) {
 					return false;
 				} catch (Exception ex) {
-					throw new HgBadStateException(ex); // FIXME
+					throw new HgBadStateException(ex); // FIXME EXCEPTIONS
 				}
 				return true;
 			}