Show More
@@ -2031,7 +2031,8 b' def add(ui, repo, match, prefix, explici' | |||||
2031 | cca(f) |
|
2031 | cca(f) | |
2032 | names.append(f) |
|
2032 | names.append(f) | |
2033 | if ui.verbose or not exact: |
|
2033 | if ui.verbose or not exact: | |
2034 |
ui.status(_('adding %s\n') % match.rel(f) |
|
2034 | ui.status(_('adding %s\n') % match.rel(f), | |
|
2035 | label='addremove.added') | |||
2035 |
|
2036 | |||
2036 | for subpath in sorted(wctx.substate): |
|
2037 | for subpath in sorted(wctx.substate): | |
2037 | sub = wctx.sub(subpath) |
|
2038 | sub = wctx.sub(subpath) |
General Comments 0
You need to be logged in to leave comments.
Login now