Mercurial > hg4j
diff cmdline/org/tmatesoft/hg/console/Incoming.java @ 186:44a34baabea0
Clone refactored into a command. HgBundle needs means to control its lifecycle, to be deleted when no longer needed
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 14 Apr 2011 00:47:04 +0200 |
parents | ec1820f64d2b |
children | e5407b5a586a |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Incoming.java Wed Apr 13 19:55:59 2011 +0200 +++ b/cmdline/org/tmatesoft/hg/console/Incoming.java Thu Apr 14 00:47:04 2011 +0200 @@ -114,7 +114,6 @@ System.out.printf("user: %s\n", cset.user()); System.out.printf("date: %s\n", cset.dateString()); System.out.printf("comment: %s\n\n", cset.comment()); - } }); }