Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHG14cd5290c4e6: addremove: remove dry_run, similarity from scmutil.addremove (API)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
Sorry, I didn't notice that the opts dict carries extra options other
than subrepos, dry_run, and similarity. Because of that, my idea of
dropping opts turns out to be worse than the current state.
Maybe we can get rid of dry_run and similarity instead, but we'll
have to be careful since the default similarity value varies on command.
mercurial/commands.py | ||
---|---|---|
252 | Oops, largefiles options in core. |
Comment Actions
okay, so I have sent another revision which removes dry_run and
similarity from scmutil.addremove
Comment Actions
Other than that, the patch looks good to me. Thanks!
contrib/perf.py | ||
---|---|---|
427–428 | Here opts['dry_run'] must be set. |
Here opts['dry_run'] must be set.