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