Skip to content
Snippets Groups Projects
  1. Jun 18, 2012
  2. Jun 14, 2012
  3. Jun 15, 2012
  4. Jun 14, 2012
  5. Jun 16, 2012
    • kiilerix's avatar
      test-alias: adapt for Windows · 91284af5
      kiilerix authored
      The test used 'echo' to test '!' style aliases. On Windows 'echo' is handled
      by cmd and thus behaves very differently from the 'normal' echo command.
      
      The simple workaround used here for using the same alias on all platforms
      is to use 'printf' instead. Msys 'printf' will also handle sh quoting and
      escaping in cmd.
      
      Environment variable expansion with sh syntax is handled by launching sh.
      91284af5
  6. Jun 15, 2012
  7. Jun 14, 2012
  8. May 28, 2012
    • Elifarley Callado Coelho Cruz's avatar
      acl: use of "!" prefix in user or group names · c49cf339
      Elifarley Callado Coelho Cruz authored
      The "!" prefix allows you to prevent anyone except a given user or group to push
      changesets in a given branch or path.
      
      This patch enables a use case suggested by a user (Julien Bonnet):
      There's a branch that only a given user (or group) should be able to push to,
      and you don't want to restrict access to any other branch that may be created.
      
      With the "!" prefix, you simply deny access to "!givenuser" (or "!@givengroup").
      c49cf339
  9. Jun 08, 2012
  10. Jun 09, 2012
    • Adrian Buehlmann's avatar
      test-commit: remove extra cd .. · d1a0ac9b
      Adrian Buehlmann authored
      This specific cd .. leaves the base directory of the test ($TESTTMP).
      
      Removing it avoids that test artifacts (e.g. files) are created
      outside of the base directory.
      d1a0ac9b
  11. May 29, 2012
  12. Jun 13, 2012
  13. Jun 01, 2012
  14. Jun 06, 2012
    • Olav Reinert's avatar
      help: fix extension commands help in keyword search · 87882c87
      Olav Reinert authored
      This patch fixes the synopsis shown for extension commands in keyword search
      results. A previous patch erroneously caused the extension synopsis to be shown
      instead.
      
      Test cases for keyword search are missing, so I added a one.
      87882c87
  15. Jun 12, 2012
  16. Jun 11, 2012
Loading