diff filestates.h @ 202:3d4291d4226c

* Treat command failure on hg heads as a success, so that following actions happen properly (hg heads fails on empty repo) * Hide no-modifications-yet label when widget is first created, show it only if it would actually be true * Set directory name to window title * Various textual fixes
author Chris Cannam
date Tue, 04 Jan 2011 14:31:22 +0000
parents f16fe0db11f3
children 8fd71f570884
line wrap: on
line diff
--- a/filestates.h	Tue Jan 04 12:42:28 2011 +0000
+++ b/filestates.h	Tue Jan 04 14:31:22 2011 +0000
@@ -37,8 +37,8 @@
         Removed,
         InConflict,
         Missing,
+        Unknown,
         Clean,
-        Unknown,
         Ignored,
 
         FirstState = Modified,