Skip to content
Snippets Groups Projects
  1. Mar 11, 2010
    • Martin Geisler's avatar
      rebase: remove unnecessary \" from help string · 19c0ff5606e1
      Martin Geisler authored
      They are not needed inside triple-quoted strings and they confuse the
      line number computation done in i18n/hggettext. The script tries to
      find the docstring in the source file. When \" in the source is turned
      into just " in the docstring, the docstring can no longer be found.
      19c0ff5606e1
  2. Mar 08, 2010
  3. Mar 11, 2010
  4. Mar 10, 2010
    • Greg Ward's avatar
      rebase: improve help text · 86dc21148bdb
      Greg Ward authored
      - add a paragraph about default dest/source changesets
      - option help: say "changeset" not "revision"
      - option help: explain -b/--base better
      - clarify that -a/--abort and -c/--continue are different from the
        other options
      86dc21148bdb
  5. Mar 11, 2010
  6. Mar 09, 2010
  7. Jan 21, 2010
  8. Dec 17, 2009
    • Paul Molodowitch's avatar
      bookmarks: add invalidate() to bookmark_repo · 153d688cdd06
      Paul Molodowitch authored
      Cached bookmark information would not be reset when repo.invalidate()
      was called, meaning (for instanced) guis would be left with out-of-date
      bookmark info.  This patch fixes that by overriding bookmark_repo.invalidate()
      153d688cdd06
  9. Jan 12, 2010
    • Yuya Nishihara's avatar
      branch: help misuse of hg branch to switch branches · 7648f32713f2
      Yuya Nishihara authored
      Maybe beginners tend to use 'hg branch EXISTING_BRANCH' instead of
      'hg update EXISTING_BRANCH' as me.
      If so, let's help them to use 'update'.
      
      Also removed '(use --force to override)' because it can mislead them.
      7648f32713f2
  10. Mar 07, 2010
  11. Mar 06, 2010
  12. Mar 05, 2010
  13. Mar 04, 2010
  14. Mar 03, 2010
  15. Mar 02, 2010
Loading