Skip to content
Snippets Groups Projects
  1. May 08, 2006
    • Matt Mackall's avatar
      Update tests for revlogng · b7256206
      Matt Mackall authored
      b7256206
    • mason's avatar
      Use revlogng and inlined data files by default · c9e264b1
      mason authored
      This changes revlog specify revlogng by default.  Inlined
      data files are also used unless a flags option is found in the .hgrc.
      Some example hgrc files:
      
      [revlog]
      # use the original revlog format
      format=0
      
      [revlog]
      # use revlogng.  Because no flags are included, inlined data files
      # also be selected
      format=1
      
      [revlog]
      # use revlogng but do not inline the data files with the index
      flags=
      
      [revlog]
      # the new default
      format=1
      flags=inline
      c9e264b1
    • Vadim Gelfer's avatar
      reverse sense of return value from python hooks. · 05b6c13f
      Vadim Gelfer authored
      old scheme (False/None/0/'' == fail) made coding style
      unnatural, did not allow use of mercurial commands as hooks.
      
      new scheme (False/None/0 == pass) is pythonic, does not require peculiar
      "return True" at ends of hooks, allows hooks like this:
      
      [hooks]
      # update working dir after push into this repo
      changegroup.update = python:mercurial.commands.update
      05b6c13f
    • Vadim Gelfer's avatar
      add filename to IOError if read of file fails. · 6d3cc2a9
      Vadim Gelfer authored
      if file replaced with directory or symlink, IOError not fully filled out.
      6d3cc2a9
    • Vadim Gelfer's avatar
      merge with crew. · ec82cff7
      Vadim Gelfer authored
      ec82cff7
  2. May 03, 2006
  3. May 06, 2006
  4. May 05, 2006
  5. May 04, 2006
  6. May 03, 2006
Loading