Skip to content
Snippets Groups Projects
  1. May 01, 2011
  2. Apr 30, 2011
  3. Apr 29, 2011
  4. Apr 25, 2011
  5. Apr 22, 2011
  6. Apr 20, 2011
  7. Apr 04, 2011
  8. Mar 28, 2011
  9. Mar 23, 2011
  10. Mar 18, 2011
  11. Mar 08, 2011
  12. Mar 02, 2011
  13. Mar 01, 2011
  14. Feb 28, 2011
    • Kevin Bullock's avatar
      bash_completion: complete bookmarks · 8aea95ec
      Kevin Bullock authored
      Since bookmarks moved into core and are no longer merged with the list
      of tags (d012d95499f7), they don't get completed in bash_completion
      along with other revision specifiers. This adds a new function to
      provide the list of bookmarks for completion, and another, _hg_labels(),
      to list all tags, branches, and bookmarks. It further modifies
      completion for all commands where '_hg_tags; _hg_branches' was used to
      use '_hg_labels' instead.
      8aea95ec
  15. Feb 22, 2011
  16. Dec 24, 2010
    • Dan Villiom Podlaski Christiansen's avatar
      explicitly close files · 14f3795a
      Dan Villiom Podlaski Christiansen authored
      Add missing calls to close() to many places where files are
      opened. Relying on reference counting to catch them soon-ish is not
      portable and fails in environments with a proper GC, such as PyPy.
      14f3795a
  17. Feb 13, 2011
  18. Feb 14, 2011
    • Javi Merino's avatar
      hgk: gitk->hgk in About... menu · d1140584
      Javi Merino authored
      d1140584
    • Adrian Buehlmann's avatar
      port win32.py to using the Python ctypes library · f1fa8f48
      Adrian Buehlmann authored
      The pywin32 package is no longer needed.
      
      ctypes is now required for running Mercurial on Windows.
      
      ctypes is included in Python since version 2.5. For Python 2.4, ctypes is
      available as an extra installer package for Windows.
      
      Moved spawndetached() from windows.py to win32.py and fixed it, using
      ctypes as well. spawndetached was defunct with Python 2.6.6 because Python
      removed their undocumented subprocess.CreateProcess. This fixes
      'hg serve -d' on Windows.
      f1fa8f48
  19. Jan 27, 2011
  20. Jan 26, 2011
  21. Jan 18, 2011
  22. Jan 15, 2011
Loading