Mercurial > jhg
diff src/org/tmatesoft/hg/repo/HgRepositoryFiles.java @ 527:47b7bedf0569
Tests for present HgCheckoutCommand functionality. Update branch information on checkout. Use UTF8 encoding for the branch file
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 15 Jan 2013 19:46:19 +0100 |
parents | ae4d6604debd |
children | 65c01508f002 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRepositoryFiles.java Tue Jan 15 17:07:19 2013 +0100 +++ b/src/org/tmatesoft/hg/repo/HgRepositoryFiles.java Tue Jan 15 19:46:19 2013 +0100 @@ -29,7 +29,8 @@ Dirstate(false, "dirstate"), HgLocalTags(false, "localtags"), HgSub(".hgsub"), HgSubstate(".hgsubstate"), LastMessage(false, "last-message.txt"), - Bookmarks(false, "bookmarks"), BookmarksCurrent(false, "bookmarks.current"); + Bookmarks(false, "bookmarks"), BookmarksCurrent(false, "bookmarks.current"), + Branch(false, "branch"); private final String fname; private final boolean livesInWC;