tests/test-largefiles-misc.t
Mon, 07 Feb 2022 22:54:38 -0800 Martin von Zweigbergk filemerge: move check for identical sides out of filemerge()
Fri, 07 Jan 2022 17:32:25 +0100 Pierre-Yves David tests: use debugrequires instead of grepping the file directly
Mon, 29 Nov 2021 13:09:04 +0100 Pierre-Yves David extensions: highlight the name of the faulty extensions in the error message
Sun, 11 Apr 2021 20:00:46 +0200 Pierre-Yves David outgoing: merge the code handling --graph with the main one
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Mon, 12 Oct 2020 12:44:18 -0700 Martin von Zweigbergk errors: introduce StateError and use it from commands and cmdutil
Fri, 06 Dec 2019 15:30:06 +0100 Paul Sonnenschein tests: remove hardcoded errno values
Mon, 24 Jun 2019 16:00:39 -0700 Kyle Lippincott largefiles: make last line of prompts <40 english chars (issue6158)
Wed, 06 Feb 2019 14:57:08 -0800 Martin von Zweigbergk revert: always show relative path to .orig backup
Thu, 20 Sep 2018 15:30:00 -0700 Gregory Szorc largefiles: automatically load largefiles extension when required (BC)
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Thu, 30 Aug 2018 01:53:21 +0200 Boris Feld phase: report number of non-public changeset alongside the new range
Fri, 31 Aug 2018 23:28:09 +0530 Sushil khanchi revert: fix the inconsistency of status msgs in --interactive mode
Thu, 05 Apr 2018 11:16:54 -0700 Gregory Szorc tests: run some largefiles and lfs tests with simple store
Tue, 03 Apr 2018 14:24:14 -0700 Gregory Szorc tests: skip largefiles and lfs tests when using simple store
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Tue, 05 Dec 2017 16:58:00 -0500 Augie Fackler tests: remove shell function helper from test-largefiles-misc
Tue, 05 Dec 2017 16:55:41 -0500 Augie Fackler tests: write and use a custom helper script to avoid find's -printf stable
Sun, 12 Nov 2017 23:45:14 -0500 Matt Harbison largefiles: pay attention to dropped standin files when updating largefiles stable
Sun, 12 Nov 2017 00:24:38 -0500 Matt Harbison test-largefiles: demonstrate problems with renaming and reverting a directory 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)
Sun, 09 Jul 2017 16:13:30 -0400 Matt Harbison subrepo: make the output references to subrepositories consistent
Tue, 20 Jun 2017 16:33:46 -0400 Augie Fackler merge with stable
Tue, 13 Jun 2017 22:24:41 -0400 Matt Harbison largefiles: avoid a crash when archiving a subrepo with largefiles disabled stable
Thu, 04 May 2017 00:23:09 +0530 Pulkit Goyal py3: explicitly convert a list to bytes to pass in ui.debug
Tue, 11 Apr 2017 20:54:50 -0400 Matt Harbison largefiles: set the extension as enabled locally after a share requiring it
Wed, 23 Mar 2016 13:34:47 -0700 Martijn Pieters graphmod: set default edge styles for ascii graphs (BC)
Fri, 11 Mar 2016 22:26:06 +0800 Anton Shestakov largefiles: use revisions as a ui.progress unit
Sun, 14 Feb 2016 13:25:59 +0000 Pierre-Yves David rebase: choose default destination the same way as 'hg merge' (BC)
Sun, 15 Nov 2015 21:12:13 -0500 Matt Harbison tests: fix globs for Windows
Tue, 10 Nov 2015 15:08:56 -0800 Christian Delahousse largefiles: specify where .orig files are kept
Wed, 30 Sep 2015 15:43:49 -0500 Matt Mackall urls: bulk-change primary website URLs
Wed, 08 Jul 2015 17:01:09 +0900 FUJIWARA Katsunori context: write dirstate out explicitly after marking files as clean
Mon, 08 Jun 2015 14:55:40 -0500 Matt Mackall tests: drop DAEMON_PIDS from killdaemons calls
Mon, 08 Jun 2015 14:44:30 -0500 Matt Mackall tests: drop explicit $TESTDIR from executables
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
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
Thu, 07 May 2015 12:07:11 +0900 FUJIWARA Katsunori rebase: use dirstateguard instead of dirstate.invalidate
Sat, 18 Apr 2015 13:08:41 -0400 Matt Harbison largefiles: don't mangle filesets when fixing up the log matcher stable
Wed, 15 Apr 2015 15:22:16 -0400 Mads Kiilerich largefiles: for update -C, only update largefiles when necessary
Wed, 08 Apr 2015 22:42:37 +0900 Yuya Nishihara largefiles: use common function to build content of .hg_archival.txt
Wed, 08 Apr 2015 22:38:46 +0900 Yuya Nishihara test-largefiles: verify content of .hg_archival.txt
Wed, 25 Mar 2015 13:55:32 +0900 FUJIWARA Katsunori subrepo: add dirtyreason to centralize composing dirty reason message
Sun, 01 Mar 2015 18:35:29 -0500 Matt Harbison largefiles: handle logging from outside the repo
Sun, 01 Mar 2015 14:21:54 -0500 Matt Harbison largefiles: don't prefix standin patterns with '.hglf' when logging
Sat, 28 Feb 2015 23:42:38 -0500 Matt Harbison largefiles: teach log to handle patterns
Mon, 02 Mar 2015 01:20:14 -0600 Matt Mackall merge with stable
Thu, 26 Feb 2015 06:03:39 +0900 FUJIWARA Katsunori largefiles: access to specific fields only if largefiles enabled (issue4547) stable
Sat, 07 Feb 2015 19:40:02 -0500 Matt Harbison largefiles: don't warn when reverting a forgotten largefile
Fri, 16 Jan 2015 19:51:25 +0100 Mads Kiilerich largefiles: show progress when checking standin hashes in outgoing changesets
Mon, 12 Jan 2015 21:44:43 -0500 Matt Harbison largefiles: enable subrepo support for add
Tue, 30 Dec 2014 21:12:52 -0500 Matt Harbison largefiles: enable subrepo support for remove
Wed, 31 Dec 2014 18:39:41 -0500 Matt Harbison largefiles: don't print files as both large and normal in addremove dryruns
Fri, 28 Nov 2014 21:44:41 -0500 Matt Harbison largefiles: align the output messages for an added file with core methods
Fri, 28 Nov 2014 21:03:44 -0500 Matt Harbison largefiles: align the output messages for a removed file with core methods
Fri, 28 Nov 2014 19:50:52 -0500 Matt Harbison largefiles: pass a matcher instead of a raw file list to removelargefiles()
Mon, 05 Jan 2015 15:46:14 -0600 Matt Mackall merge with stable
Sun, 04 Jan 2015 15:26:26 -0500 Matt Harbison largefiles: properly sync lfdirstate after removing largefiles stable
less more (0) -60 tip