Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/narrowspec.py | ||
---|---|---|
311 | Just do a loop for each one? You probably also don't need them to be sets. |
mercurial/narrowspec.py | ||
---|---|---|
311 | I did it that way at first. Then I changed it because I figured it might be a harder to read if dirty, untracked, and ignored files in single a directory were spread out in three places. OTOH, both hg status and hg revert already do it that way, so I guess we should follow them. I'll change it back here. |
Just do a loop for each one? You probably also don't need them to be sets.