Mercurial > jhg
comparison src/org/tmatesoft/hg/core/HgRepoFacade.java @ 660:4fd317a2fecf
Pull: phase1 get remote changes and add local revisions
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 09 Jul 2013 21:46:45 +0200 |
parents | 12a4f60ea972 |
children | 7743a9c10bfa |
comparison
equal
deleted
inserted
replaced
658:d10399f80f4e | 660:4fd317a2fecf |
---|---|
167 } | 167 } |
168 | 168 |
169 public HgPushCommand createPushCommand() { | 169 public HgPushCommand createPushCommand() { |
170 return new HgPushCommand(repo); | 170 return new HgPushCommand(repo); |
171 } | 171 } |
172 | |
173 public HgPullCommand createPullCommand() { | |
174 return new HgPullCommand(repo); | |
175 } | |
172 } | 176 } |