mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user