[SoC] Rebase feature - Introduction

Javier Merino cibervicho at gmail.com
Mon May 26 13:10:10 CDT 2008


2008/5/26 Stefano Tortarolo <stefano.tortarolo at gmail.com>:
[...]
> while the code is here: http://freehg.org/u/astratto/soc/
>
>
> Any suggestions will be very appreciated.
> Thank you

Hi! I'm really interested in having a "rebase" command in hg (although
I know I'll screw my repo history too many times)!
The test for nested revisions fails after revision 26b3350ed671
because you forgot to correct the typo also in the test. This patch
fixes it.

# HG changeset patch
# User "Javier Merino <cibervicho at gmail.com>"
# Date 1211825078 -7200
# Node ID 5b6a689bb8a3b6875eba654ddc2f85b273639ce8
# Parent  e8abd3ec839a24b9e5a7a23d979b12efd76ce88d
Fixed typo in test

diff -r e8abd3ec839a -r 5b6a689bb8a3 tests/test-rebase-nested-revisions.out
--- a/tests/test-rebase-nested-revisions.out    Mon May 26 15:53:46 2008 +0200
+++ b/tests/test-rebase-nested-revisions.out    Mon May 26 20:04:38 2008 +0200
@@ -26,7 +26,7 @@

 % Rebase
 % - without arguments
-abort: rebasing of nested revision in not allowed yet
+abort: rebasing of nested revisions in not allowed yet

 @  9: R3
 |


More information about the Mercurial-devel mailing list