tests/test-bookmarks-current.t
changeset 21024 7731a2281cf0
parent 19147 5b1835485442
child 21503 10f15e34d86c
equal deleted inserted replaced
21023:57b50abe2b24 21024:7731a2281cf0
   181   $ hg up -q 1
   181   $ hg up -q 1
   182   $ test -f .hg/bookmarks.current
   182   $ test -f .hg/bookmarks.current
   183   [1]
   183   [1]
   184 
   184 
   185 when a bookmark is active, hg up -r . is
   185 when a bookmark is active, hg up -r . is
   186 analogus to hg book -i <active bookmark>
   186 analogous to hg book -i <active bookmark>
   187 
   187 
   188   $ hg up -q X
   188   $ hg up -q X
   189   $ hg up -q .
   189   $ hg up -q .
   190   $ test -f .hg/bookmarks.current
   190   $ test -f .hg/bookmarks.current
   191   [1]
   191   [1]