After previous patch, we have started preserving user and date values in
graftstate and reusing them during hg graft --continue. Now passing --user and
--date again with --continue makes no sense. Let's drop them from the hint.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/commands.py | ||
---|---|---|
67 | test-check-pyflakes.t complains about this no longer being used. I'll remove it in flight. |
Comment Actions
commands.py:67
dateutil, procutil, stringutil,test-check-pyflakes.t complains about this no longer being used. I'll remove it in flight.
I've pushed the fixed version.
test-check-pyflakes.t complains about this no longer being used. I'll remove it in flight.