Fix symbol for deleted files
This commit is contained in:
parent
83416ad3f8
commit
601696fd7f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ for i in $(hg -R $path status -admru)
|
||||||
'A')
|
'A')
|
||||||
added+=1
|
added+=1
|
||||||
;;
|
;;
|
||||||
'D')
|
'!')
|
||||||
deleted+=1
|
deleted+=1
|
||||||
;;
|
;;
|
||||||
'M')
|
'M')
|
||||||
|
|
Loading…
Reference in a new issue