log tests/test-blackbox.t @ 34716:d36a36ca7bc2

age author description
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Thu, 21 Sep 2017 11:03:37 -0700 Jun Wu blackbox: do not prevent 'chg init' from working
Mon, 11 Sep 2017 20:07:41 -0400 Augie Fackler tests: add a test for blackbox with nested alias configurations
Mon, 11 Sep 2017 20:06:52 -0400 Augie Fackler tests: clean up blackbox test around aliases a little bit
Mon, 18 Sep 2017 16:01:03 -0700 Jun Wu blackbox: set lastui even if ui.log is not called (issue5518)
Wed, 06 Sep 2017 19:27:30 -0700 Jun Wu blackbox: fix rotation with chg
Wed, 06 Sep 2017 18:31:25 -0700 Jun Wu test-blackbox: make it compatible with chg
Thu, 13 Jul 2017 03:17:58 +0900 FUJIWARA Katsunori tests: take extra care for fsmonitor at enabling incompatible extension
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Tue, 06 Jun 2017 22:17:39 +0530 Pulkit Goyal update: show the commit to which we updated in case of multiple heads (BC)
Tue, 02 May 2017 18:56:07 +0200 Pierre-Yves David caches: stop warming the cache after 'localrepo.commitctx'
Sun, 02 Apr 2017 02:29:51 -0400 Matt Harbison test-blackbox: glob away quoting differences on Windows
Sun, 19 Mar 2017 14:23:30 -0400 Augie Fackler dispatch: replace mayberepr with shellquote
Tue, 23 Aug 2016 16:40:08 -0400 Augie Fackler blackbox: also log alias expansions
Tue, 15 Mar 2016 23:04:35 -0400 Matt Harbison test-blackbox: add missing glob for Windows
Tue, 08 Mar 2016 20:34:59 +0000 timeless blackbox: guard against recursion from dirty check
Tue, 08 Mar 2016 20:52:57 +0000 timeless tests: divorce blackbox test from test-dispatch.py
Wed, 02 Mar 2016 14:55:13 -0800 Danek Duvall tests: Solaris sed does not support "\n" meaning newline in the RHS of s///
Wed, 03 Feb 2016 04:54:40 +0000 timeless blackbox: properly replace ui class
Wed, 03 Feb 2016 17:05:04 +0000 timeless blackbox: store the blackbox ui object instead of the log file
Tue, 09 Feb 2016 15:44:13 +0000 timeless blackbox: log dirty state
Tue, 09 Feb 2016 19:16:06 +0000 timeless blackbox: log working directory version
Wed, 24 Feb 2016 20:04:32 +0000 timeless tests: mock getpid to reduce glob usage
Tue, 02 Feb 2016 14:49:02 +0000 Pierre-Yves David update: warn about other topological heads on bare update
Wed, 03 Feb 2016 04:37:04 +0000 timeless tests: mock getpid to reduce glob usage
Wed, 03 Feb 2016 15:18:29 +0000 timeless blackbox: flush output file descriptor
Wed, 03 Feb 2016 18:15:18 +0000 timeless tests: change blackbox test to work cross platform
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori merge: make in-memory changes visible to external update hooks
Mon, 07 Sep 2015 11:31:44 -0700 Durham Goode blackbox: add pid to output
Tue, 11 Aug 2015 16:26:12 -0700 Pierre-Yves David update: wlock the repo for the whole 'hg update' command stable