Package org.tmatesoft.hg.repo.HgChangelog

Examples of org.tmatesoft.hg.repo.HgChangelog.RawChangeset.date()


      }
      // TODO post-1.1 find out what to do in this case, perhaps, throw an exception?
      // perhaps check dirstate and for timestamp
      return new Date(); // what's correct?
    } else {
      return cset.date();
    }
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.