Skip to content
Snippets Groups Projects
  1. Feb 29, 2008
  2. Feb 28, 2008
  3. Feb 27, 2008
  4. Feb 26, 2008
  5. Jan 29, 2008
    • Jesse Glick's avatar
      Permit XML entities to be escaped in template output. · 434139080ed4
      Jesse Glick authored
      Useful for creating XML documents directly from Hg logging. Can also be used for
      HTML. For use in content, will escape '&', '<', and for completeness '>'
      (although it is not strictly necessary). For use in attributes, will also escape
      ' and ". Will also replace nonprinting (ASCII) control characters with spaces,
      since these are illegal in XML.
      434139080ed4
  6. Feb 24, 2008
  7. Feb 21, 2008
  8. Feb 23, 2008
  9. Feb 21, 2008
  10. Feb 22, 2008
  11. Feb 21, 2008
  12. Feb 22, 2008
  13. Feb 21, 2008
    • Gilles Moris's avatar
      Reverse the way backout is doing the merge · bc1ba9124799
      Gilles Moris authored
      Currently, backout is creating a backout revision as a child node of the
      backed out node and will leave you at this new head. This has several
      drawbacks:
      * this changes the current head
      * when there is a long history between the backed out node and the
      current head, this will generate a huge number of diffs that are scary
      at first sight, and not very natural to review before commit.
      The change consists to switch back to the original node as soon as the
      backout node (which becomes the new tip) has been created. Then the
      --merge option can just merge this new tip in the current node.
      * the current head/node is not changed from the user's point of view
      * even without using the --merge option, the backout revision is still
      easy to locate, as this is the tip
      * the merge is much more intuitive as diffs of the merge is right you
      are looking to backout
      bc1ba9124799
    • Alexis S. L. Carvalho's avatar
      3ee3bc5d06c5
    • Alexis S. L. Carvalho's avatar
Loading