Skip to content
Snippets Groups Projects
  1. Mar 13, 2011
  2. Jan 02, 2011
  3. Nov 20, 2010
  4. Oct 30, 2010
  5. Oct 26, 2010
  6. Jul 20, 2010
  7. Aug 27, 2010
  8. Aug 14, 2010
  9. Aug 13, 2010
  10. Aug 07, 2010
  11. Jul 20, 2010
  12. Jul 13, 2010
  13. Jul 12, 2010
  14. Jul 13, 2010
  15. Jun 06, 2010
    • Katsunori FUJIWARA's avatar
      help: show value requirement and multiple occurrence of options · 40c06bbf
      Katsunori FUJIWARA authored
      this helps users to know what kind of option is:
      
        - no value is required(flag option)
        - value is required
        - value is required, and multiple occurrences are allowed
      
      each kinds are shown as below:
      
       -f --force              force push
       -e --ssh CMD            specify ssh command to use
       -b --branch BRANCH [+]  a specific branch you would like to push
      
      if one or more 3rd type options are shown, explanation for '[+]' mark
      is also shown as footnote.
      40c06bbf
  16. Jun 08, 2010
  17. Jun 04, 2010
  18. May 20, 2010
  19. May 17, 2010
  20. Mar 23, 2010
  21. Mar 13, 2010
  22. Feb 07, 2010
  23. Mar 13, 2010
  24. Mar 02, 2010
  25. Mar 11, 2010
  26. Mar 10, 2010
    • Greg Ward's avatar
      rebase: improve help text · 86dc2114
      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
      86dc2114
    • Greg Ward's avatar
      rebase: improve help text · 23ab3b05
      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
      23ab3b05
    • Sune Foldager's avatar
  27. Feb 12, 2010
  28. Feb 09, 2010
  29. Feb 06, 2010
    • Stefano Tortarolo's avatar
      rebase: add --detach option to detach intermediate revisions (issue1950) · 66d954e7
      Stefano Tortarolo authored
      When rebasing an intermediate revision, rebase keeps a parent relationship
      with the original parent. This option forces the removal of this relationship.
      In more depth, it 'fakes' null merges between the target revision and the
      ancestors of source, dropping every change from the ancestors.
      The result is that every change in source and its descendants will be rebased,
      ignoring the changes in its ancestors.
      66d954e7
  30. Jan 31, 2010
    • Stefano Tortarolo's avatar
      rebase: refactoring · 38fe86fb
      Stefano Tortarolo authored
      Separate rebase-specific functions, in order to provide a better base to
      extend rebase's capabilities.
      
      Note that this will be useful especially to share functions with 'adapt'.
      38fe86fb
  31. Jan 20, 2010
Loading