tests/test-commit.t
Wed, 01 Jun 2022 01:13:13 +0200 Pierre-Yves DAVID debugindex: rename the parent column to mention nodeid
Wed, 01 Jun 2022 00:59:51 +0200 Pierre-Yves David debugindex: align column name on the right
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Mon, 22 Nov 2021 17:21:55 -0800 Martin von Zweigbergk errors: use detailed error for invalid commit-extras argument
Fri, 19 Nov 2021 16:21:00 -0800 Martin von Zweigbergk errors: use detailed exit code in pathauditor
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Mon, 16 Nov 2020 16:00:50 -0800 Martin von Zweigbergk errors: use exit code 10 for parse errors
Thu, 22 Oct 2020 14:14:59 -0700 Martin von Zweigbergk errors: introduce CanceledError and use it in a few places
Thu, 12 Nov 2020 13:22:40 -0800 Martin von Zweigbergk errors: raise InputError when given non-existent paths etc
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Fri, 03 May 2019 14:11:16 +0800 Anton Shestakov commit: add ability to print file status after each successful invocation
Fri, 03 May 2019 14:07:14 +0800 Anton Shestakov tests: flatten repo structure in test-commit.t
Fri, 22 Feb 2019 03:52:10 +0530 Pulkit Goyal diff: make sure we output stat even when --git is not passed (issue4037) (BC)
Wed, 26 Sep 2018 10:38:37 -0700 Martin von Zweigbergk repo: don't look up context for tip node if it's not needed
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Mon, 02 Apr 2018 16:47:53 -0700 Gregory Szorc debugcommands: drop offset and length from debugindex by default
Mon, 02 Apr 2018 16:28:20 -0700 Gregory Szorc debugcommands: drop base revision from debugindex
Sat, 10 Mar 2018 12:33:19 +0530 Sushil khanchi forget: add --dry-run mode
Sun, 25 Feb 2018 22:29:28 -0500 Augie Fackler tests: add missing b prefixes in test-commit.t
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Tue, 22 Aug 2017 15:50:01 -0400 Augie Fackler tests: update test-commit to pass our import checker
Mon, 31 Jul 2017 14:54:57 -0700 Martin von Zweigbergk commit: don't let failed commit with --addremove update dirstate (issue5645) stable
Mon, 31 Jul 2017 14:54:08 -0700 Martin von Zweigbergk tests: demonstrate that failed "hg ci -A" updates dirstate (issue5645) stable
Sun, 30 Jul 2017 12:19:46 +0530 Pulkit Goyal commitextras: make sure keys are not empty stable
Fri, 28 Jul 2017 07:42:55 +0530 Pulkit Goyal commitextras: make sure keys contains ascii letters, numbers, '_' and '-' only stable
Tue, 18 Jul 2017 20:34:22 -0400 Matt Harbison test-commit: stabilize for filesystems without symlink support stable
Wed, 12 Jul 2017 16:10:10 +0530 Pulkit Goyal commitextras: check the format of the arguments and no internal key is used
Sun, 09 Jul 2017 16:13:30 -0400 Matt Harbison subrepo: make the output references to subrepositories consistent
Wed, 24 May 2017 17:50:17 +0200 Boris Feld util: raise ParseError when parsing dates (BC)
Mon, 22 May 2017 16:59:57 +0200 Pierre-Yves David devel: activate default-date in tests
Sat, 25 Feb 2017 19:32:39 +0900 Yuya Nishihara commit: optionally strip quotes from commit template (BC)
Fri, 06 Jan 2017 22:50:04 +0900 Yuya Nishihara commit: fix unmodified message detection for the "--- >8 ----" magic
Fri, 06 Jan 2017 22:44:39 +0900 Yuya Nishihara commit: update test to actually modify template text
Sat, 31 Dec 2016 15:36:36 -0600 Sean Farley cmdutil: add special string that ignores rest of text
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Tue, 12 Apr 2016 00:30:28 +0200 Florent Gallaire date: fix boundary check of negative integer
Fri, 08 Apr 2016 14:11:03 +0200 Florent Gallaire date: reallow negative timestamp, fix for Windows buggy gmtime() (issue2513)
Fri, 09 Oct 2015 21:44:54 -0700 Tony Tung commit: abort when a committemplate is not changed
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Mon, 01 Jun 2015 14:47:02 -0500 Matt Mackall merge with stable
Tue, 02 Jun 2015 02:28:33 +0900 FUJIWARA Katsunori templatekw: compare target context and its parent exactly (issue4690) stable 3.4.1
Mon, 11 May 2015 16:18:28 -0700 Durham Goode commit: add ui.allowemptycommit config option
Wed, 15 Apr 2015 08:19:36 -0700 Ryan McElroy templatekw: replace currentbookmark with activebookmark keyword
Fri, 18 Apr 2014 13:33:20 +0200 Mads Kiilerich localrepo: show headline notes in commitctx before showing filenames
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: override _dirstatestatus in workingcommitctx for correct matching
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: avoid breaking already fixed self._status at ctx.status()
Wed, 10 Dec 2014 22:09:46 -0500 Matt Harbison tests: add missing globs for Windows
Fri, 19 Dec 2014 00:11:56 +0900 FUJIWARA Katsunori memctx: remove redundant test for issue4470 from test-commit.t
Thu, 18 Dec 2014 16:41:59 -0600 Matt Mackall merge with stable
Thu, 18 Dec 2014 14:18:28 -0600 Matt Mackall pathauditor: check for Windows shortname aliases stable 3.2.3
Tue, 16 Dec 2014 13:08:17 -0500 Augie Fackler pathauditor: check for codepoints ignored on OS X stable
Mon, 15 Dec 2014 15:00:54 -0500 Augie Fackler memctx: fix manifest for removed files (issue4470)
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori commit: change "editform" to distinguish merge commits from others
Fri, 15 Aug 2014 23:05:53 +0900 FUJIWARA Katsunori ui: invoke editor for committing with HGEDITFORM environment variable
Sat, 02 Aug 2014 21:46:27 +0900 FUJIWARA Katsunori cmdutil: look commit template definition up by specified 'editform'
Tue, 15 Jul 2014 23:34:13 +0900 FUJIWARA Katsunori cmdutil: make commit message shown in text editor customizable by template
Sun, 08 Sep 2013 19:02:08 -0400 Bradley M. Kuhn commit: --edit/-e to force edit of otherwise-supplied commit message
Mon, 31 Mar 2014 10:12:07 -0500 Kevin Bullock merge with stable
Fri, 28 Mar 2014 14:33:27 -0500 Sean Farley tests: use TESTTMP instead of TESTDIR stable
Wed, 19 Mar 2014 00:18:30 +0100 Mads Kiilerich repo: rephrase the "missing requirement" error message
Tue, 18 Mar 2014 14:25:28 -0500 Matt Mackall merge with stable
Wed, 19 Mar 2014 01:07:41 +0900 FUJIWARA Katsunori localrepo: save manually edited commit message as soon as possible stable
Sat, 25 Jun 2011 02:46:23 +0200 Pierre-Yves David require: provide a link to a wiki page in addition of suggesting upgrade
Sat, 02 Feb 2013 15:37:17 -0200 Antonio Zanardo commit: show active bookmark in commit editor helper text
Wed, 11 Jul 2012 15:03:10 -0700 Bryan O'Sullivan tests: reduce spurious failures when run with generaldelta
Thu, 14 Jun 2012 15:13:16 -0500 Matt Mackall merge with stable
Sat, 09 Jun 2012 14:20:25 +0200 Adrian Buehlmann test-commit: remove extra cd .. stable
Mon, 11 Jun 2012 01:40:51 +0200 Mads Kiilerich tests: add missing trailing 'cd ..'
Sat, 09 Jun 2012 14:20:25 +0200 Adrian Buehlmann test-commit: remove extra cd ..
Mon, 04 Jun 2012 18:40:31 +0200 Adrian Buehlmann tests: roll test-commit-copy.t into test-commit.t
Fri, 01 Jun 2012 02:25:12 +0200 Mads Kiilerich tests: introduce c-style conditional sections in .t tests
Wed, 16 Nov 2011 03:45:14 +0100 Mads Kiilerich tests: hide 'No such file or directory' messages
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: make (glob) on windows accept \ instead of /
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich tests: use 'hghave symlink' for tests using symlinks
Sat, 25 Jun 2011 02:30:24 +0200 Pierre-Yves David requirements: show all missing features in the error message. stable
Tue, 31 May 2011 19:16:25 +0200 Adrian Buehlmann readrequires: provide easier to understand error message
Wed, 06 Apr 2011 16:21:12 +0200 Martin Geisler commit: note when files are missing
Fri, 18 Feb 2011 20:25:25 +0100 Adrian Buehlmann introduce new RequirementError (issue2649) stable
Wed, 24 Nov 2010 19:31:43 +0100 Adrian Buehlmann parsedate: abort on negative dates (issue2513) stable
Fri, 24 Sep 2010 10:13:49 +0200 Martin Geisler tests: added a short description to issue numbers
Fri, 17 Sep 2010 17:03:04 -0500 Matt Mackall tests: exit 0 no longer needed on unified tests
Thu, 16 Sep 2010 17:51:32 -0500 Matt Mackall tests: add exit codes to unified tests
Thu, 02 Sep 2010 23:22:51 +0200 Martin Geisler tests: remove unneeded -d flags
Mon, 30 Aug 2010 13:29:44 +0900 Nicolas Dumazet util: get rid of extra trailing whitespace in parsedate abort message
Thu, 12 Aug 2010 22:22:17 +0900 Nicolas Dumazet tests: unify test-commit
less more (0) tip