Skip to content
Snippets Groups Projects
  1. Oct 08, 2010
  2. Oct 09, 2010
    • Nicolas Dumazet's avatar
      inotify: raise correct error if server is already started in a deep repository · fed4bb2c8def
      Nicolas Dumazet authored
      When path is too long to be an Unix socket address, we create a socket in a
      temporary directory and link from the long path to the shorter one.
      But checks in server code at startup were insufficient in this case, and used
      to raise an unclear "tried linking .hg/inotify.sock to a temporary socket but
      .hg/inotify.sock already exists"
      fed4bb2c8def
  3. Oct 08, 2010
  4. Oct 09, 2010
  5. Oct 04, 2010
  6. Oct 06, 2010
  7. Oct 08, 2010
  8. Oct 07, 2010
  9. Oct 05, 2010
  10. Oct 01, 2010
    • Martin Geisler's avatar
      heads: mention STARTREV in synopsis and help for --rev · f365aed7cc5b
      Martin Geisler authored
      Before this change, "hg help heads" said
      
        hg heads [-ac] [-r REV] [REV]...
      
            [...]
            If STARTREV is specified, only those heads that are descendants
            of STARTREV will be displayed.
            [...]
      
         -r --rev REV       show only heads which are descendants of REV
         [...]
      
      which made little sense since there are two things called REV in the
      synopsis and nothing called STARTREV.
      
      A little digging reveals that the "[-r REV]" part of the synopsis was
      introduced in 8e503fa54d2d, changed to "[-r STARTREV]" in
      2bcef677a6c3, and then changed back to "[-r REV]" in 4b02fc71bbba.
      
      The last change seems to be based on a patch[1] on our mailinglist
      that actually *inserted* STARTREV again in the help for the command
      line option itself. For some reason, the patch was changed to remove
      STARTREV from the synopsis.
      
      This change finally makes the help consistent by putting STARTREV back
      into the help in all places where it is needed:
      
        hg heads [-ac] [-r STARTREV] [REV]...
      
            [...]
            If STARTREV is specified, only those heads that are descendants
            of STARTREV will be displayed.
            [...]
      
         -r --rev STARTREV  show only heads which are descendants of STARTREV
         [...]
      
      This was not possible until 40c06bbf58be, which introduced the
      possibility of naming the meta variables for each option.
      
      [1]: http://mercurial.markmail.org/message/qgc55gd4fam4ogvz
      f365aed7cc5b
    • Matt Mackall's avatar
      merge with stable · 03c5737a06a1
      Matt Mackall authored
      03c5737a06a1
Loading