tests/test-subrepo-git.t
Sun, 20 Feb 2022 15:31:33 -0700 Gregory Szorc tests: delete some no-py3 blocks
Wed, 04 Aug 2021 19:45:13 +0200 Pierre-Yves David test: disable test-subrepo-git.t in python2 + chg stable
Tue, 12 Jan 2021 17:32:08 -0800 Martin von Zweigbergk tests: make test-subrepo-git.t compatible with git's master->main rename
Tue, 24 Dec 2019 01:38:02 -0500 Matt Harbison subrepo: fix a crash when archiving an svn or git subrepo stable
Mon, 24 Jun 2019 16:01:01 -0700 Kyle Lippincott subrepos: make last line of prompts <40 english chars (issue6158)
Tue, 05 Feb 2019 09:43:34 -0800 Martin von Zweigbergk subrepo: migrate to scmutil.backuppath()
Wed, 06 Feb 2019 15:35:25 -0800 Martin von Zweigbergk subrepo: always show relative path to .orig backup
Mon, 22 Jan 2018 12:38:04 -0800 Gregory Szorc tests: update test to work with Git 2.16
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Wed, 29 Nov 2017 10:58:32 -0800 Martin von Zweigbergk tests: fix regex in test-subrepo-git.t to match entire string
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:51:42 +0900 Yuya Nishihara subrepo: disable git and svn subrepos by default (BC) (SEC) 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
Fri, 03 Nov 2017 20:12:50 +0900 Yuya Nishihara subrepo: disallow symlink traversal across subrepo mount point (SEC) stable
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Mon, 11 Sep 2017 17:49:49 +0000 Mark Thomas scmutil: don't append .orig to backups in origbackuppath (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 14:55:11 -0700 Sean Farley subrepo: add tests for git 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 14:55:11 -0700 Sean Farley subrepo: add tests for git rogue ssh urls (SEC) stable
Sun, 09 Jul 2017 16:13:30 -0400 Matt Harbison subrepo: make the output references to subrepositories consistent
Thu, 15 Jun 2017 17:14:53 -0700 Sean Farley tests: protect tests involving git ext::sh with git-ext-sh
Mon, 22 May 2017 19:28:47 +0200 Boris Feld test: prepare tests for removing date aliases
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
Thu, 09 Jun 2016 13:47:42 -0500 Matt Mackall merge with stable
Thu, 02 Jun 2016 16:18:44 -0700 Danek Duvall tests-subrepo-git: use "f" to dump pwned.txt, for portability stable
Fri, 27 May 2016 15:20:03 -0700 Danek Duvall tests-subrepo-git: emit a different "pwned" message based on the test stable 3.8.3
Fri, 27 May 2016 15:10:38 -0700 Danek Duvall tests-subrepo-git: make the "pwned" message output in a stable order stable
Fri, 06 May 2016 08:41:24 -0500 Kevin Bullock subrepo: use unset instead of env -u to fix test on BSDs (issue5229)
Fri, 15 Apr 2016 22:23:34 -0400 Matt Harbison test-subrepo-git: add globs for Windows
Tue, 29 Mar 2016 12:29:00 -0500 Matt Mackall merge with stable
Sun, 20 Mar 2016 21:52:21 -0700 Mateusz Kwapich subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC) stable
Mon, 08 Feb 2016 18:29:17 +0900 FUJIWARA Katsunori tests: make chunk header of external diff glob-ed for portability
Sun, 15 Nov 2015 21:12:13 -0500 Matt Harbison tests: fix globs for Windows
Tue, 10 Nov 2015 14:29:13 -0800 Christian Delahousse git-subrepos: revert respects specified location to save .orig files
Thu, 07 May 2015 16:43:58 -0700 Pierre-Yves David test-subrepo-git: ignore pax_global_header when listing archive
Tue, 05 May 2015 20:52:38 -0400 Matt Harbison archive: drop the leading '.' path component from the prefix (issue4634)
Wed, 06 May 2015 17:15:38 +0200 Mathias De Maré subrepo: correctly handle git subdirectory status change
Mon, 04 May 2015 22:33:29 -0400 Matt Harbison archive: always use portable path component separators with subrepos stable
Sun, 03 May 2015 12:49:15 -0700 Siddharth Agarwal util.checkcase: don't abort on broken symlinks stable
Tue, 14 Apr 2015 20:09:56 +0200 Mathias De Maré subrepo: add include/exclude support for diffing git subrepos
Thu, 02 Apr 2015 08:18:33 +0200 Mathias De Maré tests: handle deleted .hg directory (git 2.2.0 and higher) (issue4585)
Mon, 09 Mar 2015 22:14:09 +0100 Mathias De Maré subrepo: add status support for ignored and clean files in git subrepos
Fri, 27 Feb 2015 23:30:42 -0500 Matt Harbison subrepo: warn when adding already tracked files in gitsubrepo
Thu, 26 Feb 2015 15:53:54 -0500 Matt Harbison subrepo: don't exclude files in .hgignore when adding to git
Tue, 24 Feb 2015 08:49:22 +0100 Mathias De Maré subrepos: support adding files in git subrepos
Sun, 01 Feb 2015 14:09:31 +0100 Mathias De Maré subrepo: add 'cat' support for git subrepos
Tue, 27 Jan 2015 20:57:43 -0500 Matt Harbison subrepo: don't abort in add when non-hg subrepos are present (issue4513) stable
Wed, 21 Jan 2015 21:47:27 +0100 Mathias De Maré subrepo: correctly add newline for git subrepo diffs stable
Thu, 22 Jan 2015 00:10:26 +0900 FUJIWARA Katsunori tests: discard useless "(glob)" in "reverting subrepo" lines stable
Tue, 30 Dec 2014 15:51:14 -0600 Matt Mackall test-subrepo-git: ignore global git config
Sun, 28 Dec 2014 10:42:25 +0100 Mathias De Maré subrepo: add full revert support for git subrepos
Sun, 14 Dec 2014 21:00:58 +0100 Mathias De Maré tests: avoid git diffstat singular/plural output difference
Sun, 14 Dec 2014 11:34:51 +0100 Mathias De Maré subrepo: add revert support without backup for git subrepos
Sat, 13 Dec 2014 09:45:00 +0100 Mathias De Maré tests: allow more flexibility in git diffstat output
Wed, 10 Dec 2014 10:32:51 +0100 Mathias De Maré subrepo: add partial diff support for git subrepos
Fri, 28 Nov 2014 20:16:15 +0100 Mathias De Maré subrepo: add status support for ignored files in git subrepos
Wed, 01 Oct 2014 01:08:17 +0200 Mads Kiilerich subrepo: remove superfluous newline from subrepo prompt
Wed, 06 Aug 2014 11:43:59 -0500 Matt Mackall tests: replace exit 80 with #require
Fri, 13 Jun 2014 17:42:04 -0500 Matt Mackall merge with stable
Mon, 09 Jun 2014 10:34:21 -0700 Danek Duvall tests: cat error messages are different on Solaris stable
Tue, 27 May 2014 17:41:20 -0700 Matt Mackall merge with stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: make "_sanitize()" take absolute path to the root of subrepo stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: invoke "_sanitize()" also after "git merge --ff" stable
Thu, 08 May 2014 19:03:00 +0900 FUJIWARA Katsunori subrepo: make "_sanitize()" work stable
Wed, 07 May 2014 00:13:22 +0200 Angel Ezquerra subrepo: use subrepo shortid method to generate subrepo diverged promptchoice
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Sat, 16 Nov 2013 19:55:38 -0500 Mads Kiilerich tests: deal with new gits sending status messages to stderr stable
Fri, 06 Sep 2013 00:38:28 +0200 Angel Ezquerra merge: let the user choose to merge, keep local or keep remote subrepo revisions
Thu, 21 Feb 2013 21:05:06 +0000 Kevin Bullock subrepo: fix test breakage introduced in 2b34d004e644
Tue, 16 Apr 2013 22:00:41 -0500 Kevin Bullock subrepo: add regression test for issue3870
Thu, 13 Dec 2012 23:37:53 +0100 Angel Ezquerra subrepo: append subrepo path to subrepo error messages
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
Thu, 05 Jul 2012 02:25:49 +0200 Mads Kiilerich tests: ignore pax_global_header in test-subrepo-git.t
Sat, 16 Jun 2012 22:34:06 -0400 Matt Harbison subrepo: propagate matcher to subrepos when archiving
Wed, 20 Jun 2012 02:09:49 +0300 Eduard-Cristian Stefan test-subrepo-git.t: adapt for Windows
Mon, 11 Jun 2012 01:40:51 +0200 Mads Kiilerich tests: add missing trailing 'cd ..'
Fri, 27 Apr 2012 11:02:16 +0200 Patrick Mezard subrepo: fix default implementation of forget() (issue3404) stable
Sun, 18 Mar 2012 18:21:58 -0500 Matt Mackall merge with stable
Thu, 15 Mar 2012 23:02:31 +0000 Javi Merino tests: ignore git's output in test-subrepo-git.t stable
Mon, 06 Feb 2012 15:10:01 -0600 Matt Mackall subrepo: rewrite handling of subrepo state at commit (issue2403)
Fri, 11 Nov 2011 11:11:11 +1111 Eric Roshan Eisner subrepo: fix git status false positive (issue3109) stable
Fri, 21 Oct 2011 00:33:08 +0200 Martin Geisler subrepos: abort commit by default if a subrepo is dirty (BC) stable
Tue, 31 May 2011 15:28:23 -0500 Matt Mackall merge with stable
Sat, 28 May 2011 11:03:48 -0400 Eric Eisner subrepo: don't crash when git .hgsubstate is empty (issue2716) stable
Tue, 08 Mar 2011 15:36:56 -0500 Eric Eisner subrepo: show the source that git pulls
Mon, 07 Mar 2011 23:19:17 +0100 Patrick Mezard merge with stable
Mon, 07 Mar 2011 15:46:46 -0600 Matt Mackall merge with stable
Mon, 07 Mar 2011 12:03:54 -0500 Eric Eisner subrepo: don't crash when git repo is missing stable
Wed, 02 Mar 2011 12:19:18 -0500 Eric Eisner subrepo: show the source that git clones
Tue, 22 Feb 2011 15:11:10 -0500 Eric Eisner subrepo: expand relative sources for git subrepos stable
Wed, 16 Feb 2011 11:53:48 -0600 Kevin Bullock subrepos: print short git changeset ids stable
Wed, 09 Feb 2011 10:53:09 +0100 Erik Zielke subrepos: prompt on conflicts on update with dirty subrepos
Mon, 31 Jan 2011 19:19:56 -0500 Eric Eisner test-subrepo-git.t: make compatible with old git
Mon, 31 Jan 2011 13:40:05 +0100 Erik Zielke subrepo: make update -C clean the working directory for git subrepos
Tue, 25 Jan 2011 16:33:46 -0800 Lee Cantey Ignore pax_global_header that some tar versions write as a file.
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: basic support for status of git subrepos
Mon, 20 Dec 2010 13:59:33 -0500 Eric Eisner subrepo: fix subrelpath for git subrepos
Thu, 09 Dec 2010 16:52:14 -0500 Eric Eisner subrepo: silence git output when ui.quiet is set
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner test-subrepo-git.t: make gitroot pushable earlier
Mon, 06 Dec 2010 21:17:27 -0500 Eric Eisner test-subrepo-git.t: silence git output
Sun, 28 Nov 2010 17:19:23 -0500 Eric Eisner subrepo: lazily update git's local tracking branches
Sun, 21 Nov 2010 22:00:51 -0500 Eric Eisner subrepo: lazier git push logic
Thu, 18 Nov 2010 19:20:21 -0500 Eric Eisner subrepo: archive git subrepos
Tue, 16 Nov 2010 13:29:35 +0100 Dan Villiom Podlaski Christiansen test-subrepo-git.t: portability fix.
Sun, 14 Nov 2010 18:31:40 -0500 Eric Eisner subrepo: removing (and restoring) git subrepo state
Sun, 14 Nov 2010 18:31:29 -0500 Eric Eisner subrepo: update and merge works with any git branch
Sun, 14 Nov 2010 18:22:33 -0500 Eric Eisner subrepo: allow git subrepos to push and merge
Sun, 14 Nov 2010 18:20:13 -0500 Eric Eisner subrepo: cloning and updating of git subrepos
Sun, 14 Nov 2010 18:15:26 -0500 Eric Eisner subrepo: support for adding a git subrepo
less more (0) tip