Skip to content
Snippets Groups Projects
  1. Sep 28, 2007
  2. Sep 26, 2007
    • Alexis S. L. Carvalho's avatar
      revlog: fix revlogio.packentry corner case · f8768535
      Alexis S. L. Carvalho authored
      We want to store version information about the revlog in the first
      entry of its index.  The code in packentry was using some heuristics
      to detect whether this was the first entry, but these heuristics could
      fail in some cases (e.g. rev 0 was empty; rev 1 descends directly from
      the nullid and is stored as a delta).
      
      We now give the revision number to packentry to avoid heuristics.
      f8768535
  3. Sep 25, 2007
    • Dirkjan Ochtman's avatar
      Don't try to determine interactivity if ui() called with interactive=False. · 8c5ef3b8
      Dirkjan Ochtman authored
      WSGI applications are not supposed to refer to sys.stdin. In ed6df6b1c29a,
      hgweb and hgwebdir were fixed to pass interactive=False to their ui()'s, but
      sys.stdin.isatty() was still called by the ui objects. This change makes sure
      only the ui.fixconfig() method will call ui.isatty() (by making the
      ui._readline() method, which is currently only called from ui.prompt(),
      private). ui.fixconfig() is changed to let config files override the initial
      interactivity setting, but not check isatty() if interactive=False was
      specified in the creation of the ui.
      8c5ef3b8
  4. Sep 24, 2007
  5. Sep 23, 2007
  6. Sep 22, 2007
  7. Sep 23, 2007
  8. Sep 22, 2007
  9. Sep 21, 2007
  10. Sep 15, 2007
  11. Sep 14, 2007
Loading