Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/HgRepositoryFiles.java @ 711:a62079bc422b
Keyword filtering that doesn't depend on input buffer size and the way input lines got split between filter() calls. KewordFilter got state to keep processed suspicious ...$ lines
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 11 Oct 2013 21:35:41 +0200 |
parents | 42b88709e41d |
children |
comparison
equal
deleted
inserted
replaced
710:cf200271439a | 711:a62079bc422b |
---|---|
32 Bookmarks(Home.Repo, "bookmarks"), BookmarksCurrent(Home.Repo, "bookmarks.current"), | 32 Bookmarks(Home.Repo, "bookmarks"), BookmarksCurrent(Home.Repo, "bookmarks.current"), |
33 Branch(Home.Repo, "branch"), | 33 Branch(Home.Repo, "branch"), |
34 UndoBranch(Home.Repo, "undo.branch"), UndoDirstate(Home.Repo, "undo.dirstate"), | 34 UndoBranch(Home.Repo, "undo.branch"), UndoDirstate(Home.Repo, "undo.dirstate"), |
35 Phaseroots(Home.Store, "phaseroots"), FNCache(Home.Store, "fncache"), | 35 Phaseroots(Home.Store, "phaseroots"), FNCache(Home.Store, "fncache"), |
36 WorkingCopyLock(Home.Repo, "wlock"), StoreLock(Home.Store, "lock"), | 36 WorkingCopyLock(Home.Repo, "wlock"), StoreLock(Home.Store, "lock"), |
37 MergeState(Home.Repo, "merge/state"); | 37 MergeState(Home.Repo, "merge/state"), |
38 RepoConfig(Home.Repo, "hgrc"); | |
38 | 39 |
39 /** | 40 /** |
40 * Possible file locations | 41 * Possible file locations |
41 * <ul> | 42 * <ul> |
42 * <li>{@link #Root} lives in working copy | 43 * <li>{@link #Root} lives in working copy |