log tests/test-mq-qnew.t @ 46364:5b747aa1b2be stable

age author description
Thu, 08 Oct 2020 15:35:44 -0700 Martin von Zweigbergk errors: stop passing non-strings to Abort's constructor
Mon, 20 Apr 2020 14:37:10 -0700 Martin von Zweigbergk commit: tell user what to do with .hg/last-message.txt
Thu, 20 Jun 2019 01:08:56 +0530 Taapas Agrawal mq: fix for merge detection methods
Sun, 09 Jun 2019 02:12:58 +0530 Taapas Agrawal statecheck: added support for STATES
Wed, 16 Jan 2019 17:33:47 -0800 Martin von Zweigbergk localrepo: use context manager for transaction in commit()
Mon, 08 Jan 2018 19:41:47 +0530 Pulkit Goyal merge: add `--abort` flag which can abort the merge
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Mon, 20 Mar 2017 11:38:37 +0900 Yuya Nishihara mq: reject new patch name containing leading/trailing whitespace
Wed, 18 Nov 2015 01:36:58 -0800 Laurent Charignon localrepo: put bookmark move following commit in one transaction
Fri, 09 Oct 2015 13:54:52 -0700 Siddharth Agarwal simplemerge: move conflict warning message to filemerge
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 05 Jun 2015 14:34:58 -0400 Augie Fackler mq: ban \r and \n in patch names (issue4711)
Fri, 05 Jun 2015 14:31:52 -0400 Augie Fackler mq: use %r to format illegal characters instead of manually quoting
Wed, 24 Sep 2014 01:36:44 +0200 Mads Kiilerich mq: write '# Parent ' lines with two spaces like export does (BC)
Sat, 20 Sep 2014 17:06:56 +0200 Mads Kiilerich mq: write headers for new HG patches in the same order as export (BC)