Skip to content
Snippets Groups Projects
  1. Oct 19, 2015
  2. Oct 15, 2015
  3. Oct 20, 2015
    • Ryan McElroy's avatar
      editmerge: dequote other use of $ED · 61250290
      Ryan McElroy authored
      We want to support editors with parameters, eg EDITOR="vim -O" or whatever.
      So remove the quotes from around $ED and assume that the editor variable is
      properly escaped already.
      61250290
  4. Oct 19, 2015
  5. Oct 03, 2015
  6. Oct 19, 2015
  7. Oct 20, 2015
  8. Oct 15, 2015
  9. Oct 19, 2015
  10. Oct 16, 2015
  11. Oct 14, 2015
  12. Oct 15, 2015
  13. Oct 16, 2015
  14. Oct 18, 2015
    • Yuya Nishihara's avatar
      parsers: suppress warning of signed and unsigned comparison at nt_init · 3c259710
      Yuya Nishihara authored
      Spotted by CC=clang CFLAGS='-Wall -Wextra -Wno-missing-field-initializers
      -Wno-unused-parameter -Wshorten-64-to-32':
      
        mercurial/parsers.c:1580:24: warning: comparison of integers of different
        signs: 'Py_ssize_t' (aka 'long') and 'unsigned long' [-Wsign-compare]
                        if (self->raw_length > INT_MAX / sizeof(nodetree)) {
      3c259710
  15. Oct 17, 2015
    • Yuya Nishihara's avatar
      parsers: correct type of temporary variables for dirstate tuple fields · 04ab2348
      Yuya Nishihara authored
      These fields are defined as int. This eliminates the following warning
      spotted by CC=clang CFLAGS='-Wall -Wextra -Wno-missing-field-initializers
      -Wno-unused-parameter -Wshorten-64-to-32':
      
        mercurial/parsers.c:625:29: warning: comparison of integers of different
        signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
                        if (state == 'n' && mtime == now) {
      04ab2348
  16. Oct 16, 2015
  17. Oct 17, 2015
Loading