Skip to content
Snippets Groups Projects
  1. Jun 27, 2011
    • Danek Duvall's avatar
      tests: hardcode terminfo entry for the terminfo color test · f0b047a2
      Danek Duvall authored
      For the terminfo color test, make sure that the terminfo entry used is one
      of our own choosing, by delivering a special "hgterm" entry (a copy of
      ncurses' xterm-color), compiling it, and specifically pointing curses to it
      using the TERMINFO and TERM environment variables.  This means we can
      ignore the variability in different terminal definitions on different
      platforms.
      f0b047a2
  2. Jun 26, 2011
  3. Jun 25, 2011
    • Adrian Buehlmann's avatar
      revert: improve hints on abort when reverting to parent without --all · 6ba51c81
      Adrian Buehlmann authored
      BEFORE:
      
          $ hg revert
          abort: no files or directories specified
          (use --all to discard all changes)
      
      AFTER:
      
        Uncommitted changes (using --all *will* nuke edits):
      
          $ hg revert
          abort: no files or directories specified
          (uncommitted changes, use --all to discard all changes)
      
        Clean working directory (using --all won't discard anything):
      
          $ hg revert
          abort: no files or directories specified
          (use --all to revert all files)
      6ba51c81
  4. Jun 24, 2011
  5. Jun 25, 2011
  6. Jun 24, 2011
  7. Jun 21, 2011
    • kiilerix's avatar
      revset: fix aliases with 0 or more than 2 parameters · b9faf94e
      kiilerix authored
      The existing code seemed to have incorrect assumptions about how parameter
      lists are represented by the parser.
      
      Now the match and replace functions have been merged and simplified by using
      getlist().
      b9faf94e
  8. Jun 23, 2011
  9. Jun 22, 2011
  10. Jun 23, 2011
  11. Jun 21, 2011
  12. Jun 23, 2011
  13. Jun 21, 2011
Loading