Mercurial > jhg
diff src/org/tmatesoft/hg/core/HgRepoFacade.java @ 630:72c979555cb8
HgDiffCommand. Do not use deprecated code. Javadoc
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Thu, 23 May 2013 19:44:28 +0200 | 
| parents | 73c20c648c1f | 
| children | 4a0bab2c6da1 | 
line wrap: on
 line diff
--- a/src/org/tmatesoft/hg/core/HgRepoFacade.java Wed May 22 16:46:15 2013 +0200 +++ b/src/org/tmatesoft/hg/core/HgRepoFacade.java Thu May 23 19:44:28 2013 +0200 @@ -153,4 +153,8 @@ public HgCommitCommand createCommitCommand() { return new HgCommitCommand(repo); } + + public HgDiffCommand createDiffCommand() { + return new HgDiffCommand(repo); + } }
