comparison cmdline/org/tmatesoft/hg/console/Push.java @ 669:b1a3a056d7e6

Pull: sample command-line utility
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 11 Jul 2013 20:49:33 +0200
parents 12a4f60ea972
children
comparison
equal deleted inserted replaced
668:d25f0324a27a 669:b1a3a056d7e6
22 import org.tmatesoft.hg.core.HgRepoFacade; 22 import org.tmatesoft.hg.core.HgRepoFacade;
23 import org.tmatesoft.hg.repo.HgLookup; 23 import org.tmatesoft.hg.repo.HgLookup;
24 import org.tmatesoft.hg.repo.HgRemoteRepository; 24 import org.tmatesoft.hg.repo.HgRemoteRepository;
25 25
26 /** 26 /**
27 * 27 * Basic analog to 'hg push' command line utility
28 * @since 1.2
28 * @author Artem Tikhomirov 29 * @author Artem Tikhomirov
29 * @author TMate Software Ltd. 30 * @author TMate Software Ltd.
30 */ 31 */
31 public class Push { 32 public class Push {
32 33