Mercurial > hg4j
changeset 161:9423235ca77b
Record possible value (and knowledge source) for extras field
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 09 Mar 2011 13:34:50 +0100 |
parents | 7a8af814908b |
children | c17a08095e44 |
files | src/org/tmatesoft/hg/repo/HgChangelog.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgChangelog.java Wed Mar 09 13:32:21 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgChangelog.java Wed Mar 09 13:34:50 2011 +0100 @@ -108,6 +108,7 @@ private List<String> files; // unmodifiable collection (otherwise #files() and implicit #clone() shall be revised) private Date time; private int timezone; + // http://mercurial.selenic.com/wiki/PruningDeadBranches - Closing changesets can be identified by close=1 in the changeset's extra field. private Map<String, String> extras; /**