tests/test-convert-git.t
Sun, 20 Feb 2022 15:35:09 -0700 Gregory Szorc py2: drop some more from __future__ statements
Tue, 19 Oct 2021 18:06:07 -0700 Kyle Lippincott tests: fix test-convert-git to work w/ "git pull" requiring strategy
Fri, 20 Nov 2020 14:43:21 -0800 Martin von Zweigbergk errors: raise ConfigError on failure to parse config file
Thu, 22 Oct 2020 13:56:01 -0700 Martin von Zweigbergk errors: set detailed exit code to 30 for config errors
Thu, 08 Oct 2020 13:19:18 -0700 Martin von Zweigbergk tests: set git config using `git config` for simplicity
Thu, 08 Oct 2020 13:10:16 -0700 Martin von Zweigbergk tests: use `git init` instead of unusual synonym `git init-db`
Thu, 08 Oct 2020 13:16:14 -0700 Martin von Zweigbergk tests: make test-convert-git.t work across changed default branch name stable
Wed, 16 Jan 2019 21:32:15 -0800 Martin von Zweigbergk tests: suppress "Checked out 1 paths of <hash>" from modern git
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Thu, 12 Apr 2018 15:03:15 +0530 Pulkit Goyal py3: use print as a function in test-convert-git.t
Wed, 04 Apr 2018 21:27:02 -0700 Gregory Szorc commands: don't violate storage abstractions in `manifest --all`
Wed, 04 Apr 2018 21:09:47 -0700 Gregory Szorc commands: document the layering violation in `manifest --all`
Sun, 11 Feb 2018 17:17:56 +0530 Pulkit Goyal py3: replace file() with open() in test-convert-git.t
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
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
Thu, 15 Jun 2017 17:14:53 -0700 Sean Farley tests: protect tests involving git ext::sh with git-ext-sh
Sun, 12 Feb 2017 21:44:55 -0800 Bryan O'Sullivan ui: rewrite configint in terms of configwith
Sat, 14 Jan 2017 10:11:19 -0800 Gregory Szorc convert: remove "replacecommitter" action
Fri, 13 Jan 2017 23:21:10 -0800 Gregory Szorc convert: config option to control Git committer actions
Sun, 08 Jan 2017 13:49:53 -0500 Matt Harbison tests: update globs for Windows
Thu, 22 Dec 2016 23:28:35 -0700 Gregory Szorc convert: add config option to control storing original revision
Thu, 22 Dec 2016 23:28:11 -0700 Gregory Szorc convert: add config option to copy extra keys from Git commits
Sat, 24 Dec 2016 10:40:08 -0700 Gregory Szorc tests: make test-convert-git.t reproducible
Sun, 18 Dec 2016 12:53:20 -0800 Gregory Szorc convert: config option for git rename limit
Wed, 06 Apr 2016 22:57:46 -0500 Blake Burkhart convert: pass absolute paths to git (SEC) stable 3.8.1
Fri, 15 Apr 2016 22:37:52 -0400 Matt Harbison test-convert-git: skip tests with invalid path characters on Windows
Tue, 22 Mar 2016 17:27:27 -0700 Mateusz Kwapich convert: test for shell injection in git calls (SEC) stable 3.7.3
Tue, 22 Mar 2016 17:05:11 -0700 Mateusz Kwapich convert: rewrite calls to Git to use the new shelling mechanism (SEC) stable
Tue, 17 Nov 2015 18:01:21 -0800 Christian Delahousse convert: changed test's progress output format to ignore estimate
Sun, 15 Nov 2015 22:11:23 -0500 Matt Harbison test-convert-git: drop a git warning that doesn't occur on Windows
Sun, 08 Nov 2015 18:34:36 -0500 Matt Harbison test-convert-git: silence commit output for stablity
Mon, 24 Aug 2015 22:16:01 -0700 Durham Goode convert: add convert.git.skipsubmodules option
Tue, 18 Aug 2015 18:38:56 -0500 Matt Mackall merge with stable
Mon, 17 Aug 2015 19:03:58 -0400 Augie Fackler test-convert-git: work around output format changes in git stable
Mon, 10 Aug 2015 15:30:28 -0500 Matt Mackall merge with stable
Thu, 06 Aug 2015 17:21:46 -0700 Durham Goode convert: fix git copy file content conversions stable
Wed, 29 Jul 2015 13:21:03 -0700 Durham Goode convert: fix git convert using servers branches
Mon, 13 Jul 2015 21:37:46 -0700 Durham Goode convert: allow customizing git remote prefix
Wed, 08 Jul 2015 10:29:11 -0700 Durham Goode convert: support multiple specifed revs in git source
Thu, 02 Jul 2015 00:04:08 -0400 Matt Harbison test-convert-git: use a relative gitmodule url
Wed, 01 Jul 2015 20:53:12 -0400 Matt Harbison test-convert-git: stablize for git 1.7.7.6
Mon, 29 Jun 2015 17:19:58 -0700 Durham Goode convert: improve support for unusual .gitmodules
Mon, 29 Jun 2015 17:19:18 -0700 Durham Goode convert: handle .gitmodules with non-tab whitespaces
Thu, 12 Mar 2015 21:41:50 -0400 Augie Fackler convert: adjust progress bar for octopus merges (issue4169)
Thu, 12 Mar 2015 21:31:52 -0400 Augie Fackler test-convert-git: show insane progress bar with octopus merge (issue4169)
Wed, 15 Oct 2014 15:35:59 -0400 Augie Fackler tests: use $PYTHON instead of hardcoding python
Wed, 24 Sep 2014 11:20:35 -0700 Siddharth Agarwal test-convert-git.t: make copy detection deterministic
Tue, 23 Sep 2014 14:40:32 -0700 Siddharth Agarwal convert: simplify git.similarity parsing
Fri, 12 Sep 2014 12:28:30 -0700 Siddharth Agarwal convert: add support to find git copies from all files in the working copy
Fri, 12 Sep 2014 11:23:26 -0700 Siddharth Agarwal convert: add support to detect git renames and copies
Wed, 10 Sep 2014 10:51:46 -0400 Augie Fackler convert: enable deterministic conversion progress bar for git
Wed, 10 Sep 2014 11:04:29 -0400 Augie Fackler test-convert-git.t: add a test of convert progress bars for git
Fri, 15 Aug 2014 10:47:03 -0500 Matt Mackall tests: fixup issue markers to make check-commit happy
Wed, 06 Aug 2014 11:43:59 -0500 Matt Mackall tests: replace exit 80 with #require
Mon, 14 Jul 2014 23:33:59 +0900 FUJIWARA Katsunori convert: detect removal of ".gitmodules" at git source revisions correctly stable
Fri, 22 Nov 2013 19:14:17 +0100 Martin Geisler tests: don't load unnecessary graphlog extension
Thu, 25 Apr 2013 16:02:58 -0700 Ben Goswami splicemap: improve error handling when source is git (issue2084)
Fri, 08 Feb 2013 07:57:32 -0600 Ross Lagerwall test-convert-git: stabilize corruption of test git repo
Thu, 31 Jan 2013 02:39:55 +0100 Mads Kiilerich tests: use `pwd` instead of ${PWD} in test-convert-git.t - because of Solaris stable
less more (0) -60 tip