[meld] Bug 579787 – git typechanged files should be listed with "modified" status (Kristi Tsukida)
- From: Stephen Kennedy <stevek src gnome org>
- To: svn-commits-list gnome org
- Subject: [meld] Bug 579787 – git typechanged files should be listed with "modified" status (Kristi Tsukida)
- Date: Sun, 10 May 2009 17:28:25 -0400 (EDT)
commit 470c7230248b1a3d446d0fd1db20b1bcef5e21c0
Author: Stephen Kennedy <stevek gnome org>
Date: Sat May 9 23:06:20 2009 +0100
Bug 579787 â?? git typechanged files should be listed with "modified" status (Kristi Tsukida)
---
vc/git.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vc/git.py b/vc/git.py
index 17c1682..e239fde 100644
--- a/vc/git.py
+++ b/vc/git.py
@@ -43,7 +43,7 @@ class Vc(_vc.CachedVc):
"new file": _vc.STATE_NEW,
"deleted": _vc.STATE_REMOVED,
"modified": _vc.STATE_MODIFIED,
- "typechange": _vc.STATE_NORMAL,
+ "typechange": _vc.STATE_MODIFIED,
"unmerged": _vc.STATE_CONFLICT,
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]