comparison src/org/tmatesoft/hg/repo/HgPhase.java @ 626:5afc7eedb3dd v1.1rc1

@since, TODOs. Tests: add 1 sec to deal with fs timestamp granularity on linux
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 21 May 2013 19:30:12 +0200
parents 09f2d38ecf26
children e79cf9a8130b
comparison
equal deleted inserted replaced
625:b4948b159ab1 626:5afc7eedb3dd
17 package org.tmatesoft.hg.repo; 17 package org.tmatesoft.hg.repo;
18 18
19 /** 19 /**
20 * Phases for a changeset is a new functionality in Mercurial 2.1 20 * Phases for a changeset is a new functionality in Mercurial 2.1
21 * 21 *
22 * @since 1.1
22 * @author Artem Tikhomirov 23 * @author Artem Tikhomirov
23 * @author TMate Software Ltd. 24 * @author TMate Software Ltd.
24 */ 25 */
25 public enum HgPhase { 26 public enum HgPhase {
26 27