log tests/test-commit-interactive-curses.t @ 38952:0e58c5b20745

age author description
Mon, 16 Jul 2018 11:38:56 -0700 Kyle Lippincott curses: use "text" interface if TERM=dumb
Thu, 21 Jun 2018 09:32:31 -0700 Martin von Zweigbergk merge with stable
Fri, 15 Jun 2018 10:14:32 -0400 Augie Fackler tests: replace `echo -n` with `printf` per check-code stable
Thu, 14 Jun 2018 14:04:26 -0700 Jun Wu crecord: fix line number in hunk header (issue5917) stable
Sat, 19 May 2018 18:52:56 +0530 Pulkit Goyal py3: fix .write() calls in few tests
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Fri, 01 Sep 2017 12:34:36 -0700 Saurabh Singh cmdutil: remove the redundant commit during amend
Thu, 15 Jun 2017 14:22:25 -0400 Augie Fackler tests: clean up many print statements to be print functions instead
Mon, 26 Jun 2017 15:28:28 -0700 Jun Wu amend: use scmutil.cleanupnodes (BC)
Wed, 05 Jul 2017 11:10:11 -0500 Augie Fackler tests: replace yet more calls to `python` with $PYTHON
Tue, 02 May 2017 19:10:55 +0900 Yuya Nishihara test-commit-interactive-curses: remove unused import of parsers
Tue, 17 Jan 2017 13:44:53 +0800 Anton Shestakov tests: test experimental.spacemovesdown config for commit -i
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Sat, 29 Oct 2016 03:08:08 +0900 FUJIWARA Katsunori tests: add test-commit-interactive-curses.t "require tic" for test portability stable
Fri, 14 Oct 2016 09:52:38 +0200 Philippe Pepiot commit: return 1 for interactive commit with no changes (issue5397)