log hgext/rebase.py @ 11316:7fa3968004c1

age author description
Tue, 08 Jun 2010 18:01:07 +0200 Stefano Tortarolo rebase: --abort doesn't strip away the target changeset (issue2220)
Fri, 04 Jun 2010 17:22:33 -0500 Matt Mackall rebase: use usual util.abort rather than error.ParseError
Thu, 20 May 2010 15:58:16 -0500 Matt Mackall rebase: add error codes
Thu, 20 May 2010 15:20:25 -0500 Matt Mackall rebase: improve --abort failure message
Thu, 20 May 2010 15:15:11 -0500 Matt Mackall rebase: only show "rebase completed" message with -v
Thu, 20 May 2010 12:21:35 -0500 Matt Mackall Fix up rebase's handling of strip backups
Mon, 17 May 2010 21:30:00 +0200 Martin Geisler Merge with stable
Mon, 17 May 2010 21:16:35 +0200 Martin Geisler rebase: stress that only local changesets should be rebased stable
Tue, 23 Mar 2010 22:59:31 +0100 Patrick Mezard Merge with crew-stable
Tue, 23 Mar 2010 20:45:08 +0100 Patrick Mezard rebase: fix --collapse with --keepbranches (issue2100) stable
Sun, 14 Mar 2010 00:36:10 +0100 Benoit Boissinot mq: avoid many hex/bin conversions, keep the binary node when possible
Sun, 07 Feb 2010 17:12:41 +0100 Stefano Tortarolo rebase: add option to not commit after a collapsing
Sat, 13 Mar 2010 20:02:46 +0100 Patrick Mezard Merge with crew-stable
Tue, 02 Mar 2010 15:08:43 -0500 Greg Ward rebase: always check if rebasing onto an applied mq patch. stable
Fri, 12 Mar 2010 00:50:41 +0100 Martin Geisler Merge with stable
Fri, 12 Mar 2010 00:45:27 +0100 Martin Geisler rebase: remove unnecessary \" from help string stable
Thu, 11 Mar 2010 15:38:35 +0100 Dirkjan Ochtman merge with stable
Tue, 09 Mar 2010 21:53:16 -0500 Greg Ward rebase: improve help text stable
Tue, 09 Mar 2010 21:53:16 -0500 Greg Ward rebase: improve help text
Wed, 10 Mar 2010 12:38:33 +0100 Sune Foldager rebase: improve output of hg pull --rebase (issue2072)
Fri, 12 Feb 2010 15:17:10 +0100 Stefano Tortarolo rebase: split line longer than 80 chars
Tue, 09 Feb 2010 14:12:22 -0600 Matt Mackall fix up a bunch of check-code warnings
Sat, 06 Feb 2010 10:51:50 +0100 Stefano Tortarolo rebase: add --detach option to detach intermediate revisions (issue1950)
Sun, 31 Jan 2010 13:30:17 +0100 Stefano Tortarolo rebase: refactoring
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 09 Nov 2009 20:15:49 +0100 Christian Boos rebase: make sure the newancestor is used during the whole update
Fri, 16 Oct 2009 00:45:18 +0200 Martin Geisler Merge with crew-stable
Wed, 14 Oct 2009 20:55:39 +0300 timeless rebase: change rebase help to talk about changesets and branch names
Thu, 08 Oct 2009 10:39:43 +0200 Sune Foldager rebase: return early when source is descendant of destination
Thu, 08 Oct 2009 10:07:41 +0200 Sune Foldager rebase: improve error and debug messages