Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/HgRepoFacade.java @ 654:12a4f60ea972
1) Console push tool. 2) Pass class to blame into FileUtils
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 03 Jul 2013 15:11:40 +0200 |
parents | 4a0bab2c6da1 |
children | 4fd317a2fecf |
comparison
equal
deleted
inserted
replaced
653:629a7370554c | 654:12a4f60ea972 |
---|---|
163 } | 163 } |
164 | 164 |
165 public HgDiffCommand createDiffCommand() { | 165 public HgDiffCommand createDiffCommand() { |
166 return new HgDiffCommand(repo); | 166 return new HgDiffCommand(repo); |
167 } | 167 } |
168 | |
169 public HgPushCommand createPushCommand() { | |
170 return new HgPushCommand(repo); | |
171 } | |
168 } | 172 } |