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
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/bookmarks.py | ||
---|---|---|
846 | 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 | ||
---|---|---|
853 | FYI, it loops over bookmark names with the same rev, so |
_("adding ... changeset")