Mercurial > public > mercurial-scm > hg-stable
diff tests/test-commandserver.py.out @ 16201:fb7c4c14223f stable
dirstate: filecacheify _branch
The opener is relative to .hg, use it in a subclass of filecache to compute
the final path.
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Thu, 01 Mar 2012 17:42:49 +0200 |
parents | 6ecf5fb2a475 |
children | 53e2cd303ecf |
line wrap: on
line diff
--- a/tests/test-commandserver.py.out Thu Mar 01 17:39:58 2012 +0200 +++ b/tests/test-commandserver.py.out Thu Mar 01 17:42:49 2012 +0200 @@ -145,3 +145,14 @@ working directory now based on revision 3 runcommand phase -r . 3: public + +testing branch: + + runcommand branch +default +marked working directory as branch foo +(branches are permanent and global, did you want a bookmark?) + runcommand branch +foo +marked working directory as branch default +(branches are permanent and global, did you want a bookmark?)