( )⚙ D5948 debugrename: don't require at least one path

This is an archive of the discontinued Mercurial Phabricator instance.

debugrename: don't require at least one path
ClosedPublic

Authored by martinvonz on Feb 12 2019, 4:47 PM.

Details

Summary

I don't see a reason that it needs to require a path. Most commands
match everything when no paths are given, but here you have to do
something like hg debugrename -r . . (from the repo root) to match
everything.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Feb 12 2019, 4:47 PM
This revision was automatically updated to reflect the committed changes.