Kiln » Kiln Extensions
Clone URL:  
test-reposetup.py.out
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% setup hg init repo1 hg commit -A -m 'initial commit' % create a bookmark hg bookmark willmove hg bookmarks % move bookmark by committing hg commit -m 'modify and move bookmark' hg bookmarks % enable bfiles, make another commit, ensure bookmark moved hg commit -m 'modify with bfiles enabled' hg bookmarks