Mercurial > hg
view tests/test-bookmarks-current.out @ 10955:470a6ace7574
Added support for 'pretxncommit', so that one can call the ACL hook at
pre-commit time too. This is useful because now it's possible to avoid
violating ACL permissions much sooner, at commit time, instead of
waiting for a PUSH to check if there were any invalid commits.
author | Elifarley Callado Coelho Cruz <elifarley@gmail.com> |
---|---|
date | Tue, 06 Apr 2010 22:15:43 -0300 |
parents | 717c35d55fb3 |
children | e5aaaef91a27 |
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