Skip to content
Snippets Groups Projects
  1. Mar 15, 2011
    • Radomir Dopieralski's avatar
      rebase: add -m/--message to rebase --collapse (issue2389) · ee349e228835
      Radomir Dopieralski authored
      When collapsing changesets with rebase, you get a chance to edit the commit
      message manually, but there is no way to pass this message from the command
      line. This patch adds a `--message` (with short form `-m`) and `--logfile`
      (with short form `-m`) options to the rebase command. These options suppresses
      the generation of the default commit message, and instead use the message
      provided in the option (in case of `-m`) or in the file it points to (in case
      of `-l`).
      
      If you use this option without the `--collapse` option, it will raise an
      error.
      
      Options documentation edited by Patrick Mezard <pmezard@gmail.com>
      ee349e228835
    • David Wolever's avatar
      Updating hgext.extdiff to use revsets · a56c1b2bff18
      David Wolever authored
      a56c1b2bff18
  2. Mar 16, 2011
  3. Mar 15, 2011
  4. Mar 14, 2011
  5. Jan 03, 2011
  6. Mar 11, 2011
  7. Mar 14, 2011
  8. Mar 13, 2011
  9. Mar 12, 2011
  10. Mar 11, 2011
  11. Mar 06, 2011
  12. Mar 03, 2011
Loading