Skip to content
Snippets Groups Projects
  1. May 02, 2013
    • Iulian Stana's avatar
      commit: amending with --close-branch (issue3445) · b500a663
      Iulian Stana authored
      You can't close a branch that hasn't got a head.
      newbranch + commit --close-branch must fail
      newbranch + commit + commit --amend --close-branch must fail
      
      You must not be allowed to close a branch that is not defined.
      b500a663
  2. Jun 06, 2013
    • Jordi Gutiérrez Hermoso's avatar
      doc: make it easier to read how to enable extensions · da16d21c
      Jordi Gutiérrez Hermoso authored
      We tell people all the time that enabling extensions is not a scary
      thing to do, but we don't make it easy enough for an absolute novice
      to do so. When they see a suggestion to do "hg extfoo bar", the error
      message tells them "see hg help extensions", but that help page
      doesn't actually tell them where configuration files are.
      
      Furthermore, the big warning about why extensions aren't enabled by
      default should be pushed down a little bit. Most of the extensions
      shipped by hg are not all that scary, and some very basic and useful
      cosmetic extensions like graphlog, color, pager, and progress, should
      be enabled for many hg users.
      da16d21c
    • Jordi Gutiérrez Hermoso's avatar
      doc: reword "config file" to "configuration file" · 73066ba4
      Jordi Gutiérrez Hermoso authored
      While we do use the abbreviation "config" elsewhere in the docs, the
      phrase "configuration file" is always written out in full, except in
      this location in phases.txt.
      73066ba4
  3. Jun 05, 2013
  4. Jun 01, 2013
  5. May 31, 2013
  6. May 28, 2013
  7. May 27, 2013
  8. May 30, 2013
  9. May 23, 2013
  10. May 21, 2013
  11. May 23, 2013
    • Matt Mackall's avatar
      b592fd33
    • Durham Goode's avatar
      blackbox: fix blackbox causing exceptions in tests · 6d6f148c
      Durham Goode authored
      In the tests some scripts call reposetup with the base ui instead of the
      one the extensions have modified.  This causes an exception in
      blackbox.reposetup since it expected a method to be there. So I just
      check for it first. This only happened when the blackbox extension
      was enabled during tests.
      6d6f148c
    • Durham Goode's avatar
      blackbox: fix recording exit codes (issue3938) · 41e39a02
      Durham Goode authored
      Previously the blackbox wrapped runcommand, but this failed to see the error
      codes that were created if an exception occurred. I moved that logging to now
      wrap _runcatch, so it can observe and log the actual error code (such as when
      a user ctrl+c's during a command).
      
      Updated the tests as well. Tested the change by running all the tests with the
      blackbox extension enabled and verifying nothing broke (aside from things that
      printed what extensions were enabeld).
      
      The progress tests are affected by calls to time.time() so they needed to be
      updated to pass.
      41e39a02
  12. May 21, 2013
  13. May 14, 2013
  14. May 12, 2013
    • Nikolaj Sjujskij's avatar
      i18n-ru: fix patchbomb confirmation prompt (issue3929) · 0890e6fd
      Nikolaj Sjujskij authored
      Recognize y(es) and (n)o as valid input, for user not to have to switch
      keyboard layout twice (`hg email -o ...` is Latin, whereas д(а)/н(ет) are not).
      Use capital Y/N letters in prompt, otherwise y could be mistaken for у, and n
      - for п.
      0890e6fd
  15. Apr 08, 2013
  16. May 21, 2013
  17. May 17, 2013
  18. May 16, 2013
  19. May 15, 2013
  20. May 14, 2013
  21. May 13, 2013
  22. May 10, 2013
  23. May 12, 2013
    • Mike Williams's avatar
      help/config: note 64-bit Windows registry key used with 32-bit Python · 9d88916f
      Mike Williams authored
      Before this patch the only place that documented the use of a different
      registry key was on the wiki page for installing on Windows from
      sources, while most users will use a pre-packaged installer and the
      supplied help files.
      
      This patch documents in the supplied help files that an alternate
      registry key is used for the installation/system configuration file when
      using 32-bit Python on a 64-bit Windows.
      9d88916f
  24. May 07, 2013
  25. May 09, 2013
Loading