diff src/org/tmatesoft/hg/repo/HgPhase.java @ 652:cd77bf51b562

Push: tests. Commit respects phases.new-commit setting. Fix outgoing when changes are not children of common (Issue 47)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 02 Jul 2013 23:21:16 +0200
parents e79cf9a8130b
children
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgPhase.java	Mon Jul 01 21:19:53 2013 +0200
+++ b/src/org/tmatesoft/hg/repo/HgPhase.java	Tue Jul 02 23:21:16 2013 +0200
@@ -68,4 +68,8 @@
 		}
 		return ordinal(); // what a coincidence
 	}
+	
+	public String mercurialString() {
+		return hgString;
+	}
 }