log tests/test-subrepo-missing.t @ 46364:5b747aa1b2be stable

age author description
Fri, 10 Apr 2020 19:58:34 +0200 Joerg Sonnenberger tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems
Wed, 05 Sep 2018 01:19:48 +0300 Meirambek Omyrzak verify: make output less confusing (issue5924)
Thu, 12 Apr 2018 08:06:39 -0700 Pulkit Goyal py3: suppress the return value of write() in tests/test-subrepo-missing.t
Sun, 11 Feb 2018 17:02:14 +0530 Pulkit Goyal py3: replace file() with open() in test-subrepo-missing.t
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Thu, 28 Sep 2017 18:19:06 +0100 Boris Feld config: use 'experimental.evolution.create-markers'
Fri, 04 Aug 2017 18:41:16 +0200 Boris Feld test: update evolution config
Sun, 09 Jul 2017 16:13:30 -0400 Matt Harbison subrepo: make the output references to subrepositories consistent
Sat, 20 May 2017 16:19:59 +0200 Pierre-Yves David strip: strip obsmarkers exclusive to the stripped changeset
Sat, 20 May 2017 22:27:52 -0700 Martin von Zweigbergk cleanup: reuse existing wctx variables instead of calling repo[None]
Fri, 12 Aug 2016 05:56:40 -0700 Simon Farnsworth merge: always use other, not remote, in user prompts
Fri, 12 Aug 2016 06:01:42 -0700 Simon Farnsworth merge: use labels in prompts to the user
Wed, 27 Apr 2016 22:45:52 -0400 Matt Harbison verify: don't init subrepo when missing one is referenced (issue5128) (API) stable
Mon, 20 Jul 2015 22:48:42 -0400 Matt Harbison test-subrepo: fix globs for Windows stable
Fri, 10 Jul 2015 00:59:51 +0900 FUJIWARA Katsunori subrepo: use repo.pathto instead of util.pathto to simplify invocation