Changeset View
Changeset View
Standalone View
Standalone View
tests/test-unamend.t
Test for command `hg unamend` which lives in uncommit extension | Test for command `hg unamend` which lives in uncommit extension | ||||
=============================================================== | =============================================================== | ||||
$ cat >> $HGRCPATH << EOF | $ cat >> $HGRCPATH << EOF | ||||
> [alias] | > [alias] | ||||
> glog = log -G -T '{rev}:{node|short} {desc}' | > glog = log -G -T '{rev}:{node|short} {desc}' | ||||
> [experimental] | > [experimental] | ||||
> evolution = createmarkers, allowunstable | > evolution = createmarkers, allowunstable | ||||
> evolution.allowdivergence = true | |||||
> [extensions] | > [extensions] | ||||
> rebase = | > rebase = | ||||
> amend = | > amend = | ||||
> uncommit = | > uncommit = | ||||
> EOF | > EOF | ||||
Repo Setup | Repo Setup | ||||
▲ Show 20 Lines • Show All 406 Lines • Show Last 20 Lines |