Skip to content
Snippets Groups Projects
  1. Aug 30, 2010
  2. Aug 28, 2010
  3. Aug 30, 2010
  4. Aug 29, 2010
  5. Aug 30, 2010
  6. Aug 29, 2010
  7. Aug 30, 2010
  8. Aug 28, 2010
    • Brodie Rao's avatar
      help: refer to user configuration file more consistently · ebfc46929f3e
      Brodie Rao authored
      Currently, a number of commands and help topics mention the user hgrc
      file in different ways. Among these are following:
      
      1. .hgrc - "please specify your commit editor/username in your .hgrc
      file", bookmarks, color, hgk, pager, hg help environment
      
      2. $HOME/.hgrc - hg help paths, hgrc(5), hg(1)
      
      3. ~/.hgrc - hgrc(5)
      
      In addition to being inconsistent, none of these make sense on
      Windows. This patch replaces the above with a more general term of
      "[your] configuration file".
      ebfc46929f3e
  9. Aug 30, 2010
  10. Aug 29, 2010
  11. Aug 28, 2010
    • Brodie Rao's avatar
      mail/hgweb: support service names for ports (issue2350) · 49463314c24f
      Brodie Rao authored
      This adds util.getport(port) which tries to parse port as an int, and
      failing that, looks it up using socket.getservbyname(). Thus, the
      following will work:
      
          [smtp]
          port = submission
      
          [web]
          port = http
      
      This does not apply to ports in URLs used in clone, pull, etc.
      49463314c24f
  12. Aug 27, 2010
  13. Aug 26, 2010
  14. Aug 29, 2010
  15. Aug 28, 2010
    • Georg Brandl's avatar
      localrepo: introduce method for explicit branch cache update · d01e28657429
      Georg Brandl authored
      Currently, localrepo.branchtags() is called in two locations to update the
      _branchcache dict, however branchtags() itself does not update anything, it
      calls branchmap() to do so. This change introduces a new updatebranchcache()
      method that is used by both branchmap() and the calls to update the cache.
      d01e28657429
    • Steve Borho's avatar
      color: handle more Windows console errors · a8b1cb0b0ddb
      Steve Borho authored
      If your application is being built as a non-console application,
      stdout is not a valid handle and raises an exception:
      
      pywintypes.error: (6, 'DuplicateHandle', 'The handle is invalid.')
      
      Alternatively, non-console applications launched outside of a
      console will return None from GetStdHandle instead of raising an
      exception.
      a8b1cb0b0ddb
  16. Aug 25, 2010
  17. Aug 27, 2010
Loading