1. 27 12月, 2011 1 次提交
  2. 20 12月, 2011 4 次提交
  3. 17 12月, 2011 2 次提交
  4. 16 12月, 2011 6 次提交
  5. 15 12月, 2011 3 次提交
  6. 14 12月, 2011 1 次提交
  7. 13 12月, 2011 6 次提交
  8. 12 12月, 2011 1 次提交
  9. 09 12月, 2011 1 次提交
  10. 08 12月, 2011 1 次提交
  11. 07 12月, 2011 2 次提交
  12. 06 12月, 2011 3 次提交
  13. 04 12月, 2011 4 次提交
    • C
      - removed unused method · 3bb6f4ef
      Christoph Kutzinski 提交于
      - doc update
      3bb6f4ef
    • G
      Italian Translation · cf9034fe
      Giulio D'Ambrosi 提交于
      cf9034fe
    • G
      Italian translation · 0477bc2b
      Giulio D'Ambrosi 提交于
      0477bc2b
    • D
      Don't call SCM#calcPollingingBaseline if SCM#checkout fails · 70fb68ee
      David M. Carr 提交于
      In the JavaDocs for SCM#calcRevisionsFromBuild, if says:
      This method is called after source code is checked out for the given build (that is, after SCM#checkout has finished successfully.)
      
      This appears to make sense; after you have a known SCM state, you calculate the revisions.  It doesn't explicitly state it, but it
      implies that it won't be called if checkout failed.  In those cases, the state may well not be known, and it doesn't make sense to
      attempt to calculate the revisions.
      
      The behavior in AbstractProject#checkout has been to always call calcPollingBaseline, regardless of whether checkout failed or
      succeeded.  This is causing misleading error output for the mercurial plugin.  With this change, AbstractProject will only do the
      calculations when checkout succeeds.
      70fb68ee
  14. 03 12月, 2011 5 次提交