##// END OF EJS Templates
tests: test hg status --all with hgext/git...
av6 -
r50796:3cbd0e91 default
parent child Browse files
Show More
@@ -142,6 +142,12 b' diff even works transparently in both sy'
142 alpha
142 alpha
143 +blah
143 +blah
144
144
145 status --all shows all files, including clean:
146 $ hg status --all
147 M alpha
148 ? gamma
149 C beta
150
145 Remove a file, it shows as such:
151 Remove a file, it shows as such:
146 $ rm alpha
152 $ rm alpha
147 $ hg status
153 $ hg status
General Comments 0
You need to be logged in to leave comments. Login now