log tests/test-mq-qpush-fail.t @ 38065:64280cd4b454

age author description
Tue, 10 Apr 2018 18:57:56 +0530 Pulkit Goyal py3: use sys.stdout instead of print in test-mq-qpush-fail.t
Mon, 11 Sep 2017 17:49:49 +0000 Mark Thomas scmutil: don't append .orig to backups in origbackuppath (BC)
Tue, 04 Jul 2017 23:13:46 +0900 FUJIWARA Katsunori transaction: avoid file stat ambiguity only for files in blacklist
Tue, 10 Nov 2015 14:52:54 -0800 Christian Delahousse mq: let the user choose where .orig files are kept
Wed, 14 Oct 2015 03:30:27 -0400 timeless mq: consistently use qrefresh
Mon, 12 Oct 2015 03:37:09 -0500 Matt Mackall mq: use cmdutil.revert instead of hg.revert
Thu, 07 May 2015 12:07:10 +0900 FUJIWARA Katsunori localrepo: use changelog.hasnode instead of self.__contains__