log tests/test-mq.t @ 34569:e304fd82c718

age author description
Mon, 11 Sep 2017 17:49:49 +0000 Mark Thomas scmutil: don't append .orig to backups in origbackuppath (BC)
Sat, 08 Jul 2017 18:46:12 -0400 Matt Harbison test-mq: conditionalize output instead of tests
Wed, 05 Jul 2017 11:10:11 -0500 Augie Fackler tests: replace yet more calls to `python` with $PYTHON
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Sun, 16 Apr 2017 02:32:51 +0200 Pierre-Yves David color: turn on by default (but for windows)
Wed, 25 Jan 2017 22:35:40 +0900 Yuya Nishihara help: uppercase command placeholder
Thu, 12 Jan 2017 11:43:26 -0800 Martin von Zweigbergk tests: use "hg help revisions.<predicate>" instead of grepping
Tue, 20 Sep 2016 23:47:46 +0000 timeless help: use single quotes in use warning
Tue, 12 Jan 2016 06:03:36 +0000 timeless minirst: change hgrole to use single quotes
Sun, 15 Nov 2015 21:12:13 -0500 Matt Harbison tests: fix globs for Windows
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
Fri, 28 Aug 2015 10:53:55 -0400 timeless spelling: behaviour -> behavior
Thu, 16 Apr 2015 11:59:36 -0400 Gregory Szorc tags: explicitly log which tags cache file is being written
Thu, 16 Apr 2015 12:01:00 -0400 Gregory Szorc tags: change format of tags cache files
Wed, 15 Apr 2015 18:34:34 -0400 Pierre-Yves David tags: have a different cache file per filter level
Tue, 17 Mar 2015 21:53:17 +0900 Yuya Nishihara commands: say "working directory" in full spelling
Fri, 09 Jan 2015 10:52:14 -0800 Durham Goode bundles: do not overwrite existing backup bundles (BC)
Fri, 18 Apr 2014 13:33:20 +0200 Mads Kiilerich localrepo: show headline notes in commitctx before showing filenames
Tue, 04 Nov 2014 23:41:46 +0900 Yuya Nishihara tests: write hgrc of more than two lines by using shell heredoc
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Sat, 01 Nov 2014 22:59:37 +0000 Pierre-Yves David mq: do not call [0] on revset stable
Sat, 01 Nov 2014 22:58:30 +0000 Pierre-Yves David addset: fix `first` and `last` on sorted addset (issue4426) stable
Thu, 09 Oct 2014 09:12:54 -0700 Pierre-Yves David revset-_descendant: rework the whole sorting and combining logic
Tue, 12 Aug 2014 04:11:32 -0500 Matt Mackall help: normalize helplist hints
Thu, 26 Sep 2013 23:57:21 +0200 Pierre-Yves David mq: extract strip function as its standalone extension (issue3824)
Tue, 26 Feb 2013 21:04:50 +0100 Mads Kiilerich tests: work around msys bash mangling of paths in test-mq.t
Mon, 11 Feb 2013 16:21:48 +0100 Pierre-Yves David mq: comply with filtering when injecting fake tags (issue3812)
Sun, 09 Dec 2012 00:25:21 +0100 Mads Kiilerich mq: don't fail when removing a patch without patch file from series file
Tue, 06 Nov 2012 17:30:47 -0600 Matt Mackall status: use condwrite to avoid zero-width format string hack