tests/test-subrepo.t
Fri, 03 Dec 2021 21:41:43 -0800 Martin von Zweigbergk filemerge: make `_filemerge()` do both premerge and merge
Thu, 02 Dec 2021 22:59:36 -0800 Martin von Zweigbergk mergestate: merge `preresolve()` into `resolve()`
Fri, 19 Nov 2021 03:04:42 +0100 Pierre-Yves David dirstate: remove need_delay logic
Thu, 28 Oct 2021 17:26:03 +0200 Pierre-Yves David dirstate: use a single closure for get_flags
Mon, 07 Dec 2020 20:32:05 -0500 Matt Harbison tests: correct the output order about starting a background thread for Windows
Mon, 23 Nov 2020 12:42:57 -0800 Martin von Zweigbergk errors: remove trailing "!" in messages about creating new heads on push
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Fri, 10 Apr 2020 19:58:34 +0200 Joerg Sonnenberger tests: deal with "ls" vs "ls -A" difference on 2BSD derived systems
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Fri, 12 Jul 2019 19:38:18 -0400 Matt Harbison tests: properly position conditional output on Windows in test-subrepo.t
Mon, 24 Jun 2019 16:01:01 -0700 Kyle Lippincott subrepos: make last line of prompts <40 english chars (issue6158)
Thu, 11 Apr 2019 23:28:38 -0700 Martin von Zweigbergk copies: delete debug message about search limit
Thu, 21 Mar 2019 21:40:22 -0400 Matt Harbison diff: support diffing explicit files in subrepos
Thu, 14 Mar 2019 00:40:11 +0000 Pierre-Yves David manifestcache: use `wcache` directory for manifest cache
Sun, 17 Feb 2019 09:12:30 -0800 Martin von Zweigbergk subrepo: use root-repo-relative path from `hg files` with ui.relative-paths=no
Sun, 17 Feb 2019 09:05:28 -0800 Martin von Zweigbergk subrepo: demonstrate broken `hg files` with ui.relative-paths=no
Tue, 04 Dec 2018 00:16:12 -0500 Matt Harbison tests: stabilize for recent wcache changes
Thu, 15 Nov 2018 02:46:31 +0100 Boris Feld cache: create `wcache` directory at init time
Thu, 15 Nov 2018 17:08:23 +0100 Boris Feld check-exec: write file in 'wcache' instead of 'cache'
Fri, 16 Nov 2018 18:37:26 -0500 Matt Harbison subrepo: print the status line before creating the peer for better diagnostics stable
Sun, 05 Aug 2018 16:44:16 +0900 Yuya Nishihara formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC)
Tue, 19 Jun 2018 22:45:52 +0900 Yuya Nishihara merge: do not fill manifest of committed revision with pseudo node (issue5526) stable
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
Sat, 25 Nov 2017 15:29:34 +0900 Yuya Nishihara cat: record the current behavior of wildcard matches in subrepos stable
Mon, 06 Nov 2017 22:32:41 -0800 Gregory Szorc subrepo: use per-type config options to enable subrepos stable
Sun, 05 Nov 2017 21:48:58 +0900 Yuya Nishihara subrepo: extend config option to disable subrepos by type (SEC) stable
Sun, 05 Nov 2017 21:22:07 +0900 Yuya Nishihara subrepo: add config option to reject any subrepo operations (SEC) stable
Sun, 15 Oct 2017 22:48:02 -0400 Matt Harbison subrepo: share instead of clone if the parent repo is shared (issue5675) (BC)
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Mon, 07 Aug 2017 22:22:28 +0900 Yuya Nishihara ssh: unban the use of pipe character in user@host:port string stable 4.3.1
Mon, 31 Jul 2017 16:04:44 -0700 Sean Farley subrepo: add tests for hg rogue ssh urls (SEC) stable
Mon, 07 Aug 2017 22:22:28 +0900 Yuya Nishihara ssh: unban the use of pipe character in user@host:port string stable 4.2.3
Mon, 31 Jul 2017 16:04:44 -0700 Sean Farley subrepo: add tests for hg rogue ssh urls (SEC) stable
Sun, 09 Jul 2017 16:13:30 -0400 Matt Harbison subrepo: make the output references to subrepositories consistent
Tue, 06 Jun 2017 22:17:39 +0530 Pulkit Goyal update: show the commit to which we updated in case of multiple heads (BC)
Sun, 04 Jun 2017 20:11:59 -0400 Matt Harbison tests: adjust recent output changes for Windows
Thu, 25 May 2017 21:53:44 +0900 Yuya Nishihara cat: add formatter support
Sun, 02 Apr 2017 02:24:09 -0400 Matt Harbison test-subrepo: update output for Windows
Mon, 20 Mar 2017 04:36:55 -0700 Simon Farnsworth subrepo: move prompts out of the if (issue5505) stable
Sun, 08 Jan 2017 13:49:53 -0500 Matt Harbison tests: update globs for Windows
Wed, 30 Nov 2016 19:25:18 +0000 Jun Wu tests: replace "cp -r" with "cp -R"
Sat, 19 Nov 2016 15:41:37 -0800 Kostia Balytskyi conflicts: make spacing consistent in conflict markers
Fri, 07 Oct 2016 08:51:50 -0700 Simon Farnsworth merge: add conflict labels to merge command
Sat, 08 Oct 2016 01:25:28 -0700 Simon Farnsworth merge: use labels in subrepo merge
Tue, 20 Sep 2016 23:47:30 +0000 timeless discovery: use single quotes in use warning
Wed, 03 Aug 2016 15:52:11 +0200 Pierre-Yves David tests: remove all remaining usage of experimental.bundle2-exp
Wed, 03 Aug 2016 15:39:55 +0200 Pierre-Yves David tests: use 'legacy.exchange' option in various mixed tests
Wed, 27 Jul 2016 08:38:54 +0000 Hannes Oldenburg cmdutil: warnings not issued in cat if subrepopath overlaps stable
Fri, 22 Jul 2016 11:29:42 +0000 Hannes Oldenburg cmdutil: warnings not issued in remove if subrepopath overlaps stable
Mon, 29 Feb 2016 01:01:20 -0500 Matt Harbison tests: flag Windows specific lines about background closing as optional
Tue, 02 Feb 2016 14:49:02 +0000 Pierre-Yves David update: warn about other topological heads on bare update
Fri, 15 Jan 2016 13:46:33 -0800 Ruslan Sayfutdinov backout: commit changeset by default (BC)
Wed, 25 Nov 2015 14:25:26 -0800 Siddharth Agarwal filemerge: add debug output for whether this is a change/delete conflict
Sun, 11 Oct 2015 21:56:39 -0700 Siddharth Agarwal merge.mergestate: perform all premerges before any merges (BC)
Fri, 09 Oct 2015 13:54:52 -0700 Siddharth Agarwal simplemerge: move conflict warning message to filemerge
Sun, 11 Oct 2015 20:47:14 -0700 Siddharth Agarwal filemerge: break overall filemerge into separate premerge and merge steps
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Wed, 07 Oct 2015 00:01:16 -0700 Siddharth Agarwal filemerge: normalize 'internal:foo' names to ':foo'
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly after marking files as clean
Wed, 03 Jun 2015 14:21:15 -0400 Matt Harbison scmutil: consistently return subrepos relative to ctx1 from itersubrepos()
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
Wed, 27 May 2015 06:08:14 -0700 Pierre-Yves David subrepo: detect issue3781 case earlier so it apply to bundle2
Sat, 09 May 2015 23:40:40 -0700 Pierre-Yves David progress: get the extremely verbose output out of default debug
Thu, 14 May 2015 17:38:38 +0200 Gilles Moris summary: add a phase line (draft, secret) to the output
Mon, 27 Apr 2015 21:34:23 -0400 Matt Harbison subrepo: don't pass the outer repo's --rev or --branch to subrepo incoming() stable
Mon, 27 Apr 2015 21:15:25 -0400 Matt Harbison subrepo: don't pass the outer repo's --rev or --branch to subrepo outgoing() stable
Fri, 24 Apr 2015 23:23:55 -0400 Matt Harbison subrepo: don't write .hgsubstate lines with empty subrepo state (issue4622) stable
Wed, 25 Mar 2015 13:55:35 +0900 FUJIWARA Katsunori subrepo: add bailifchanged to centralize raising Abort if subrepo is dirty
Wed, 25 Mar 2015 13:55:32 +0900 FUJIWARA Katsunori subrepo: add dirtyreason to centralize composing dirty reason message
Wed, 18 Mar 2015 23:03:41 -0400 Matt Harbison subrepo: add basic support to hgsubrepo for the files command
Fri, 27 Feb 2015 17:46:03 -0600 Matt Mackall merge with stable
Sat, 07 Feb 2015 21:47:28 -0500 Matt Harbison revert: display full subrepo output with --dry-run
Tue, 17 Feb 2015 23:20:55 -0800 Martin von Zweigbergk subrepo: add tests for change/remove conflicts stable
Fri, 30 Jan 2015 04:59:05 +0900 FUJIWARA Katsunori merge: mark .hgsubstate as possibly dirty before submerge for consistency stable
Sun, 16 Nov 2014 16:26:15 -0500 Matt Harbison tests: fix globs for Windows
Wed, 01 Oct 2014 01:08:17 +0200 Mads Kiilerich subrepo: remove superfluous newline from subrepo prompt
Tue, 15 Jul 2014 23:34:13 +0900 FUJIWARA Katsunori templatekw: add 'subrepos' keyword to show updated subrepositories
Fri, 20 Jun 2014 00:41:31 +0900 FUJIWARA Katsunori subrepo: add test whether "[paths]" is configured correctly at subrepo creation
Mon, 26 May 2014 11:44:58 -0700 Pierre-Yves David merge: drop the quotes around commit description
Thu, 08 May 2014 16:50:22 -0700 Durham Goode merge: add conflict marker formatter (BC)
Tue, 22 Apr 2014 02:10:25 +0200 Mads Kiilerich merge: change debug logging - test output changes but no real changes
Fri, 14 Mar 2014 21:32:05 -0400 Matt Harbison cat: support cat with explicit paths in subrepos
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sat, 22 Mar 2014 23:39:51 +0900 FUJIWARA Katsunori localrepo: omit ".hgsubstate" also from "added" files
Mon, 17 Mar 2014 14:57:13 -0400 Jordi GutiƩrrez Hermoso commit: propagate --secret option to subrepos (issue4182) stable
Wed, 08 Jan 2014 17:23:26 -0800 Pierre-Yves David backout: add a message after backout that need manual commit
Wed, 08 Jan 2014 14:53:46 -0800 Pierre-Yves David backout: avoid update on simple case.
Wed, 13 Nov 2013 15:55:30 +0900 FUJIWARA Katsunori subrepo: check phase of state in each subrepositories before committing
Thu, 03 Oct 2013 23:16:06 +0900 FUJIWARA Katsunori push: hide description about "-f" in the hint to prevent from using it easily
Fri, 06 Sep 2013 00:38:28 +0200 Angel Ezquerra merge: let the user choose to merge, keep local or keep remote subrepo revisions
Tue, 21 May 2013 15:32:15 -0500 Matt Mackall merge with stable
Tue, 21 May 2013 15:29:53 -0500 Matt Mackall tests: backport some glob fixups stable
Thu, 09 May 2013 15:22:21 -0500 Matt Mackall merge with stable
Thu, 09 May 2013 15:09:36 -0500 Matt Mackall tests: fix another Windows path issue stable
Thu, 02 May 2013 15:21:47 -0500 Matt Mackall check-code: add more path sep glob checks
Thu, 02 May 2013 11:26:43 -0700 Brendan Cully tests: sprinkle globs over largefiles/subrepo tests for Windows stable
Sat, 09 Feb 2013 14:15:34 -0500 Matt Harbison ui: add support for fully printing chained exception stacks in ui.traceback()
Mon, 15 Apr 2013 23:52:57 +0900 Yuya Nishihara subrepo: fix exception on revert when "all" option is omitted
Fri, 08 Mar 2013 21:50:27 +0100 Angel Ezquerra test-subrepo: add tests for subrepo "storeclean" checks
Sat, 23 Feb 2013 22:54:57 +0100 Simon Heimberg tests: remove glob lines which unnecessary match / for \ on windows
Sat, 09 Feb 2013 15:22:04 -0800 Bryan O'Sullivan tests: update test output (will be folded into parent)
Sat, 09 Feb 2013 21:24:36 +0000 Bryan O'Sullivan merge: don't call copies.mergecopies unless we need to
Fri, 08 Feb 2013 15:23:23 +0000 Siddharth Agarwal manifestmerge: pass in branchmerge and force separately
Mon, 04 Feb 2013 23:53:37 +0100 Mads Kiilerich merge with stable
Mon, 04 Feb 2013 23:41:11 +0100 Mads Kiilerich tests: fix windows test failure in test-subrepo.t stable
Thu, 24 Jan 2013 23:57:44 +0100 Mads Kiilerich merge: delay debug messages for merge actions
Thu, 31 Jan 2013 01:44:29 +0100 Pierre-Yves David subrepo: allows to drop courtesy phase sync (issue3781) stable
Tue, 27 Nov 2012 21:31:59 -0500 Matt Harbison share: backout fd903f89e42b, except the test stable
Tue, 27 Nov 2012 20:56:27 -0500 Matt Harbison subrepo: use sharepath if available when locating the source repo stable
Thu, 13 Dec 2012 23:37:53 +0100 Angel Ezquerra subrepo: append subrepo path to subrepo error messages
Sat, 27 Oct 2012 12:38:59 +0200 simon share: always set default path to work with subrepos (issue3518)
Fri, 02 Nov 2012 20:47:03 +0100 Adrian Buehlmann test-subrepo: adapt for Windows after 17c030014ddf stable
Wed, 24 Oct 2012 18:45:22 +0200 Simon Heimberg subrepo: only do clean update when overwrite is set (issue3276) stable
Wed, 08 Aug 2012 18:10:16 +0200 Mads Kiilerich check-code: fix check for trailing whitespace on sh command lines
Fri, 27 Jul 2012 13:56:19 +0200 Patrick Mezard identity: show trailing '+' for dirty subrepos (issue2839) stable
Mon, 11 Jun 2012 01:38:32 +0200 Mads Kiilerich tests: cleanup of tests that got lost in their own nested directories
Sat, 28 Apr 2012 01:55:39 +0200 Mads Kiilerich tests: add missing accept of native pathname separator stable
Tue, 17 Apr 2012 07:22:44 +0200 Angel Ezquerra tests: add test for fileset 'subrepo' keyword
Wed, 28 Mar 2012 11:42:17 +0200 Angel Ezquerra revert: add support for reverting subrepos without --no-backup and/or --all
less more (0) -120 tip