fixup! git: show modifications in upstream folders

A new ‘mixed’ state was introduced with no ‘to_s()’ support (used for debug output and the ‘scmls’ test executable).
This commit is contained in:
Allan Odgaard
2012-08-18 14:00:33 +02:00
parent d5d79d6c0c
commit 5feaa48636

View File

@@ -53,6 +53,7 @@ namespace scm
case modified: return "M";
case ignored: return "I";
case deleted: return "D";
case mixed: return "X";
case unversioned: return "U";
default: return text::format("unknown (%d)", status);
}