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
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
mercurial/bookmarks.py | ||
---|---|---|
859 | 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 |
Queued, thanks.
mercurial/bookmarks.py | ||
---|---|---|
866 | FYI, it loops over bookmark names with the same rev, so |
_("adding ... changeset")