comparison 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
comparison
equal deleted inserted replaced
185:c6fa4dbfc458 186:44a34baabea0
112 } 112 }
113 System.out.printf("changeset: %d:%s\n", ++localIndex, nodeid.toString()); 113 System.out.printf("changeset: %d:%s\n", ++localIndex, nodeid.toString());
114 System.out.printf("user: %s\n", cset.user()); 114 System.out.printf("user: %s\n", cset.user());
115 System.out.printf("date: %s\n", cset.dateString()); 115 System.out.printf("date: %s\n", cset.dateString());
116 System.out.printf("comment: %s\n\n", cset.comment()); 116 System.out.printf("comment: %s\n\n", cset.comment());
117
118 } 117 }
119 }); 118 });
120 } 119 }
121 120
122 // returns in order from branch root to head 121 // returns in order from branch root to head