Comments
Patch
@@ -1,22 +1,23 @@
+Rebasing using a single transaction
+
$ cat >> $HGRCPATH <<EOF
> [extensions]
> rebase=
> drawdag=$TESTDIR/drawdag.py
>
+ > [rebase]
+ > singletransaction=True
+ >
> [phases]
> publish=False
>
> [alias]
> tglog = log -G --template "{rev}: {desc}"
> EOF
-Rebasing using a single transaction
+Check that a simple rebase works
- $ hg init singletr && cd singletr
- $ cat >> .hg/hgrc <<EOF
- > [rebase]
- > singletransaction=True
- > EOF
+ $ hg init simple && cd simple
$ hg debugdrawdag <<'EOF'
> Z
> |