# HG changeset patch # User Artem Tikhomirov # Date 1299674090 -3600 # Node ID 9423235ca77b9b4b4b897569812086e77a2923b9 # Parent 7a8af814908b334d6a0860104b46281a895479bf Record possible value (and knowledge source) for extras field diff -r 7a8af814908b -r 9423235ca77b src/org/tmatesoft/hg/repo/HgChangelog.java --- 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 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 extras; /**