comparison 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
comparison
equal deleted inserted replaced
200:8c8c04bdf0fa 202:3d4291d4226c
35 Modified, 35 Modified,
36 Added, 36 Added,
37 Removed, 37 Removed,
38 InConflict, 38 InConflict,
39 Missing, 39 Missing,
40 Unknown,
40 Clean, 41 Clean,
41 Unknown,
42 Ignored, 42 Ignored,
43 43
44 FirstState = Modified, 44 FirstState = Modified,
45 LastState = Ignored 45 LastState = Ignored
46 }; 46 };