diff tests/test-rebase-obsolete.t @ 35611:7336ac5e786e

bookmarks: add bookmarks to hidden revs if directaccess config is set 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>". Differential Revision: https://phab.mercurial-scm.org/D1813
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 05 Jan 2018 22:28:06 +0530
parents 02fdb8c018aa
children 1a09dad8b85a
line wrap: on
line diff
--- a/tests/test-rebase-obsolete.t	Fri Jan 12 11:15:41 2018 +0000
+++ b/tests/test-rebase-obsolete.t	Fri Jan 05 22:28:06 2018 +0530
@@ -1496,6 +1496,7 @@
   $ hg log -r .  # working dir is at rev 3 (successor of 2)
   3:be1832deae9a b (no-eol)
   $ hg book -r 2 mybook --hidden  # rev 2 has a bookmark on it now
+  bookmarking hidden changeset 1e9a3c00cbe9
   $ hg up 2 && hg log -r .  # working dir is at rev 2 again
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   2:1e9a3c00cbe9 b (rewritten using rebase as 3:be1832deae9a) (no-eol)