Skip to content
Snippets Groups Projects
  1. Oct 20, 2015
  2. Oct 19, 2015
  3. Oct 15, 2015
  4. Oct 20, 2015
    • Ryan McElroy's avatar
      editmerge: dequote other use of $ED · 612502900a2d
      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.
      612502900a2d
  5. Oct 19, 2015
  6. Oct 03, 2015
  7. Oct 19, 2015
  8. Oct 20, 2015
  9. Oct 15, 2015
  10. Oct 19, 2015
  11. Oct 16, 2015
  12. Oct 14, 2015
  13. Oct 15, 2015
  14. Oct 16, 2015
  15. Oct 18, 2015
    • Yuya Nishihara's avatar
      parsers: suppress warning of signed and unsigned comparison at nt_init · 3c259710737c
      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)) {
      3c259710737c
Loading