Skip to content
Snippets Groups Projects
  1. Nov 02, 2010
  2. Nov 04, 2010
  3. Nov 03, 2010
  4. Oct 21, 2010
  5. Nov 02, 2010
  6. Nov 01, 2010
  7. Oct 31, 2010
  8. Oct 30, 2010
  9. Nov 01, 2010
  10. Oct 30, 2010
  11. Nov 01, 2010
    • Martin Geisler's avatar
      run-tests: use regex when searching for $HGPORT in test output · 53cfde2b3cf9
      Martin Geisler authored
      This prevents spurious errors when a changeset hash happens to match
      the port number. Before, this invocation gave a test failure:
      
        $ ./run-tests.py test-log.t --port 24427
        ERROR: /home/mg/src/mercurial-crew/tests/test-log.t output changed
        --- /home/mg/src/mercurial-crew/tests/test-log.t
        +++ /home/mg/src/mercurial-crew/tests/test-log.t.err
        @@ -626,12 +626,12 @@
      
           $ hg log -b default
           changeset:   2:c3a4f03cc9a7
        -  parent:      0:24427303d56f
        +  parent:      0:$HGPORT303d56f
           user:        test
           date:        Thu Jan 01 00:00:00 1970 +0000
           summary:     commit on default
      
        ...
      53cfde2b3cf9
  12. Oct 30, 2010
  13. Oct 29, 2010
  14. Oct 30, 2010
  15. Oct 28, 2010
Loading