summaryrefslogtreecommitdiffstats
path: root/g-ed-it
diff options
context:
space:
mode:
authorMatthieu Gautier <starmad@pegase.localdomain>2009-04-05 23:21:14 +0200
committerMatthieu Gautier <starmad@pegase.localdomain>2009-04-05 23:21:14 +0200
commitcecf9f402eb987633bd3178c6269266eee6b8d65 (patch)
tree358f4f8ee5705c6170d757f70eca7a52a4754124 /g-ed-it
parent958e374655d4920b648b43ee0f6f03921b678495 (diff)
downloadg-ed-it-cecf9f402eb987633bd3178c6269266eee6b8d65.tar.gz
g-ed-it-cecf9f402eb987633bd3178c6269266eee6b8d65.tar.xz
g-ed-it-cecf9f402eb987633bd3178c6269266eee6b8d65.zip
'# On branch fedorapeople
# Changes to be committed: # (use "git reset HEAD <file>..." to unstage) # # modified: g-ed-it/docBar.py # Change Identical to Unchanged.'
Diffstat (limited to 'g-ed-it')
-rw-r--r--g-ed-it/docBar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g-ed-it/docBar.py b/g-ed-it/docBar.py
index f92b804..1db1eff 100644
--- a/g-ed-it/docBar.py
+++ b/g-ed-it/docBar.py
@@ -9,7 +9,7 @@ import os
import os.path
class DocBar (object):
- code2status = dict({None:'Identical',
+ code2status = dict({None:'Unchanged',
'A':'Added',
'C':'Copied',
'D':'Deleted',