comparison src/org/tmatesoft/hg/core/HgPushCommand.java @ 664:ae2d439fbed3

Utilize transaction when writing fncache. Better HgIOException
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 10 Jul 2013 19:33:51 +0200
parents 46b56864b483
children d25f0324a27a
comparison
equal deleted inserted replaced
663:46b56864b483 664:ae2d439fbed3
43 import org.tmatesoft.hg.util.Outcome; 43 import org.tmatesoft.hg.util.Outcome;
44 import org.tmatesoft.hg.util.Pair; 44 import org.tmatesoft.hg.util.Pair;
45 import org.tmatesoft.hg.util.ProgressSupport; 45 import org.tmatesoft.hg.util.ProgressSupport;
46 46
47 /** 47 /**
48 * 'hg push <remote>' counterpart, send local changes to a remote server
48 * 49 *
50 * @since 1.2
49 * @author Artem Tikhomirov 51 * @author Artem Tikhomirov
50 * @author TMate Software Ltd. 52 * @author TMate Software Ltd.
51 */ 53 */
52 public class HgPushCommand extends HgAbstractCommand<HgPushCommand> { 54 public class HgPushCommand extends HgAbstractCommand<HgPushCommand> {
53 55