Skip to content
Snippets Groups Projects
  1. Mar 24, 2016
    • Yuya Nishihara's avatar
      log: fix status template to list copy source per dest (issue5155) · 2d3837a4
      Yuya Nishihara authored
      Before, copied files were assumed as "A" (added) and listed followed by
      non-copy added files. This could double entries of a copy if it had "M"
      (modified) state.
      
      So, this patch makes the template check if a file is included in copies dict.
      This way, entries should never be doubled.
      
      The output of "log -Tstatus -C" does not always agree with "status -C --change"
      due to the bug of "status", which is documented in test-status.t. See also
      2963d5c9d90b.
      2d3837a4
  2. Apr 20, 2016
  3. Apr 21, 2016
    • timeless's avatar
      tests: tolerate http2 · b74ca9ac
      timeless authored
      You can run tests like this:
      run-tests.py -l --extra-config-opt ui.usehttp2=true
      
      And ideally, no tests should fail...
      b74ca9ac
  4. Apr 16, 2016
  5. Apr 17, 2016
  6. Apr 15, 2016
  7. Apr 16, 2016
  8. Apr 17, 2016
  9. Mar 26, 2016
    • Yuya Nishihara's avatar
      help: avoid using "$n" parameter in revsetalias example · 97811ff7
      Yuya Nishihara authored
      Because parsing "$n" requires a crafted tokenizer, it exists only for backward
      compatibility (as documented in revset._tokenizealias.) This patch updates the
      examples so that users are encouraged to use symbolic names instead of "$n"s.
      
      I'm going to implement alias expansion in templater, which won't support "$n"
      parameters to make my life easier. Templater is more complicated than revset
      because tokenizer and parser call each other.
      97811ff7
  10. Apr 17, 2016
  11. Apr 16, 2016
  12. Apr 15, 2016
  13. Apr 14, 2016
  14. Apr 10, 2016
    • Jun Wu's avatar
      chg: forward SIGWINCH to worker · b89e4457
      Jun Wu authored
      Before this patch, if the user uses chg and ncurses interface, resizing the
      terminal window will mess up its content.
      
      This patch fixes the issue by forwarding SIGWINCH to the worker process.
      b89e4457
  15. Apr 16, 2016
  16. Apr 15, 2016
  17. Apr 16, 2016
  18. Apr 15, 2016
  19. Apr 16, 2016
  20. Apr 14, 2016
    • timeless's avatar
      fetch: use single quotes around command hint · 9dcc9ed2
      timeless authored
      Windows command lines use double quotes to quote arguments with spaces.
      This change is in a series to unify around using single quotes around
      commands, and double quotes around interior arguments.
      9dcc9ed2
    • timeless's avatar
      graft: use single quotes around command hint · fc1d75e7
      timeless authored
      Windows command lines use double quotes to quote arguments with spaces.
      This change is in a series to unify around using single quotes around
      commands, and double quotes around interior arguments.
      fc1d75e7
    • timeless's avatar
      config: use single quotes around command hint · ad2cd2ef
      timeless authored
      Windows command lines use double quotes to quote arguments with spaces.
      This change is in a series to unify around using single quotes around
      commands, and double quotes around interior arguments.
      ad2cd2ef
    • timeless's avatar
      debugcreatestreamclonebundle: use single quotes around command hint · 2e58dc02
      timeless authored
      Windows command lines use double quotes to quote arguments with spaces.
      This change is in a series to unify around using single quotes around
      commands, and double quotes around interior arguments.
      2e58dc02
Loading