Show More
@@ -954,11 +954,10 b' class queue:' | |||
|
954 | 954 | and not fl.startswith('.')): |
|
955 | 955 | msng_list.append(fl) |
|
956 | 956 | msng_list.sort() |
|
957 |
|
|
|
958 | for x in msng_list: | |
|
959 |
|
|
|
960 |
|
|
|
961 | self.ui.write("%s\n" % x) | |
|
957 | for x in msng_list: | |
|
958 | if self.ui.verbose: | |
|
959 | self.ui.write("D ") | |
|
960 | self.ui.write("%s\n" % x) | |
|
962 | 961 | |
|
963 | 962 | def issaveline(self, l): |
|
964 | 963 | name = l.split(':')[1] |
General Comments 0
You need to be logged in to leave comments.
Login now