Mercurial > hg
view tests/test-bookmarks-current.out @ 11709:3e561b6af810 stable
mq: clarify the fact that qimport is trying to read a file
"hg qimport tip" would throw "abort: unable to read tip" before this.
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Sat, 31 Jul 2010 10:50:29 +0900 |
parents | e5aaaef91a27 |
children |
line wrap: on
line source
% no bookmarks no bookmarks set % set bookmark X % list bookmarks * X -1:000000000000 % list bookmarks with color [0;32m * X -1:000000000000[0m % update to bookmark X 0 files updated, 0 files merged, 0 files removed, 0 files unresolved % list bookmarks * X -1:000000000000 % rename % list bookmarks * Z -1:000000000000 % new bookmark Y % list bookmarks * Y -1:000000000000 Z -1:000000000000 % commit % list bookmarks * Y 0:719295282060 Z -1:000000000000 % delete bookmarks % list bookmarks no bookmarks set % update to tip 0 files updated, 0 files merged, 0 files removed, 0 files unresolved % set bookmark Y using -r . % list bookmarks * Y 0:719295282060