[PATCH 4 of 6] record: add tests for the curses recording interface

Augie Fackler raf at durin42.com
Fri Mar 13 21:00:44 CDT 2015


On Fri, Mar 13, 2015 at 03:46:54PM -0700, Pierre-Yves David wrote:
>
>
> On 03/13/2015 02:21 PM, Laurent Charignon wrote:
> ># HG changeset patch
> ># User Laurent Charignon <lcharignon at fb.com>
> ># Date 1426196575 25200
> >#      Thu Mar 12 14:42:55 2015 -0700
> ># Node ID 2fdd632353a2381e88ed2572a4e691502adc5992
> ># Parent  0c3a80879d4ede76101bbe46d4a67a19a6e28608
> >record: add tests for the curses recording interface
> >
> >diff --git a/tests/test-commit-interactive-curses.t b/tests/test-commit-interactive-curses.t
> >new file mode 100644
> >--- /dev/null
> >+++ b/tests/test-commit-interactive-curses.t
> >@@ -0,0 +1,183 @@
> >+Set up a repo
> >+
> >+  $ cat <<EOF >> $HGRCPATH
> >+  > [ui]
> >+  > interactive = true
> >+  > [experimental]
> >+  > crecord = true
> >+  > crecordTestMode = testModeCommands
> >+  > EOF
> >+
> >+  $ hg init a
> >+  $ cd a
> >+
> >+Comiting some changes but stopping on the way
>
> Commiting ;-) (fixed locally)

Committing, actually.

>
> --
> Pierre-Yves David
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list