Skip to content
Snippets Groups Projects
  1. Jul 04, 2012
    • kiilerix's avatar
      tests: don't use dates before epoch in test-keyword.t · 09305d7745dd
      kiilerix authored
      Timezone offsets of less than a minute is not shown but can cause displayed
      dates to be before epoch start - and dates before epoch start is not shown
      correctly on Windows (see also 4d5b12a5517b).
      
      These 'negative' dates could be considered undefined behaviour so we don't care
      and swap the tests values for timestamp and timezone.
      09305d7745dd
  2. Jul 03, 2012
    • kiilerix's avatar
      tests: make test-convert-bzr.t more stable · 885542e7d9b6
      kiilerix authored
      The test would occasionally fail because datesort don't have sub-second
      granularity and thus can't sort commits made in the same second.
      
      The test is made more stable by adding 1 second of sleep to make sure the bzr
      commits are done with different timestamps.
      885542e7d9b6
  3. Jun 27, 2012
  4. Jun 18, 2012
    • Joshua Redstone's avatar
      dirstate: factor common update code into _addpath · c2016bae3b97
      Joshua Redstone authored
      Factor update code common to all callers of _addpath into _addpath.
      By centralizing the update code here, it provides one place to put
      updates to new data structures - in a future patch.  It also removes
      a few lines of duplicate code.
      c2016bae3b97
  5. Jul 02, 2012
  6. Jul 01, 2012
  7. Jun 30, 2012
    • Adrian Buehlmann's avatar
      test-largefiles: partially adapt for Windows · 31f7dd50ed40
      Adrian Buehlmann authored
      The adaption is partial, because "serve" is not yet officially supported in
      tests on Windows.
      
      The test passes on Windows with an experimental testbed that supports
      hg serve in tests on Windows - except for some USERCACHE issues.
      
      The added (glob)'s are needed because of backslash <-> shlash issues in paths.
      31f7dd50ed40
  8. Jul 01, 2012
  9. Jun 30, 2012
  10. Jul 02, 2012
  11. Jul 01, 2012
  12. Jun 30, 2012
  13. Jun 05, 2012
  14. Jun 07, 2012
  15. Jun 03, 2012
  16. Jun 07, 2012
  17. Jun 28, 2012
  18. Jun 27, 2012
  19. Jun 29, 2012
Loading