This patch adds support to add bookmarks to hidden revs if
experimental.directaccessi=True config is set. A warning is also printed
saying "accessing hidden changeset <revhash>".
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/bookmarks.py | ||
---|---|---|
859 ↗ | (On Diff #4754) | Perhaps we can say "bookmarking" or "reviving" instead of "accessing"? I don't know which is better, though. Another minor problem I found is this warning will be repeated if |
Comment Actions
Queued, thanks.
mercurial/bookmarks.py | ||
---|---|---|
853 ↗ | (On Diff #4803) | FYI, it loops over bookmark names with the same rev, so |