Skip to content
Snippets Groups Projects
  1. Jan 01, 2010
  2. Dec 30, 2009
  3. Dec 28, 2009
  4. Dec 29, 2009
  5. Dec 24, 2009
  6. Dec 10, 2009
  7. Dec 23, 2009
  8. Dec 05, 2009
    • Steve Borho's avatar
      setup: ignore 'not importing' warnings during version detection · fb890a54
      Steve Borho authored
      Python will issue an ImportWarning when seeing 'import locale' if
      there is a locale/ directory present without a __init__.py file.
      
      The warning is silent by default, but it somehow shows up anyway on
      Windows when setup.py executed hg. The warning causes runcmd to panic
      since it sees output on stderr.
      
      This patch ignores warnings on stderr about not importing a package.
      fb890a54
  9. Dec 23, 2009
  10. Dec 21, 2009
  11. Dec 20, 2009
  12. Dec 18, 2009
  13. Dec 16, 2009
  14. Dec 11, 2009
    • Nicolas Dumazet's avatar
      graphlog: fix output when both a limit and a path are provided · 4c844f16
      Nicolas Dumazet authored
      Limit was interpreted as absolute, from the topmost revision, without
      counting the number of revisions matching a given file.
      Which caused "glog -lN file" to show sometimes less than N csets if
      the file was not modified in all of the N previous csets.
      
      glog will now match the behavior of log.
      4c844f16
  15. Dec 16, 2009
  16. Dec 15, 2009
  17. Dec 14, 2009
  18. Dec 07, 2009
  19. Dec 11, 2009
  20. Dec 10, 2009
    • Greg Ward's avatar
      revlog: rewrite several method docstrings · 27267b1f
      Greg Ward authored
      - methods: findmissing(), nodesbetween(), descendants(), ancestors()
      - the goal is precise, concise, accurate, grammatical, understandable,
        consistently formatted docstrings
      27267b1f
  21. Dec 12, 2009
  22. Dec 10, 2009
  23. Dec 08, 2009
Loading