hgext/fix.py
Fri, 09 Oct 2020 00:33:50 -0400 Matt Harbison fix: update commit hash references in the new commits
Fri, 24 Jul 2020 08:38:19 -0700 Martin von Zweigbergk fix: update documentation to reflect preference for --source over --rev
Thu, 09 Jul 2020 20:46:52 -0700 Rodrigo Damazio Bovendorp fix: prefetch file contents
Thu, 09 Jul 2020 20:45:35 -0700 Rodrigo Damazio Bovendorp fix: obtain base paths before starting workers
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Fri, 13 Mar 2020 12:16:20 -0700 Martin von Zweigbergk fix: mark -r as advanced
Fri, 13 Mar 2020 12:16:00 -0700 Martin von Zweigbergk fix: add a -s option to format a revision and its descendants
Thu, 12 Dec 2019 16:32:01 -0800 Martin von Zweigbergk fix: move handling of --all into getrevstofix() for consistency
Thu, 12 Dec 2019 16:24:43 -0800 Martin von Zweigbergk fix: refactor getrevstofix() to define revisions first, then validate them
Fri, 13 Dec 2019 15:14:57 -0800 Martin von Zweigbergk fix: disallow `hg fix --all --working-dir`
Wed, 15 Jan 2020 14:47:38 -0800 Martin von Zweigbergk merge: introduce a revert_to() for that use-case
Tue, 21 Jan 2020 13:14:51 -0500 Augie Fackler merge to stable for 5.3 release freeze stable 5.3rc0
Fri, 27 Dec 2019 13:47:59 -0800 Martin von Zweigbergk graftcopies: remove `skip` and `repo` arguments
Mon, 06 Jan 2020 15:24:36 -0800 Martin von Zweigbergk copies: replace duplicatecopies() by function that takes contexts
Thu, 09 Jan 2020 14:19:20 -0500 timeless fix: fix grammar/typos in hg help -e fix stable
Wed, 18 Dec 2019 14:07:58 -0800 Kyle Lippincott fix: fix handling of merge commits by using overlayworkingctx
Tue, 17 Dec 2019 10:55:50 -0800 Martin von Zweigbergk fix: use rewriteutil.precheck() instead of reimplementing it
Thu, 12 Dec 2019 15:51:09 -0800 Martin von Zweigbergk fix: use cmdutil.check_at_most_one_arg()
Thu, 07 Nov 2019 03:46:48 -0800 Martin von Zweigbergk fix: replace str() by b'%d' for formatting integer
Sat, 02 Nov 2019 12:09:35 -0700 Gregory Szorc py3: define and use json.loads polyfill stable
Sat, 12 Oct 2019 11:30:25 -0700 Martin von Zweigbergk fix: match patterns relative to root
Sat, 12 Oct 2019 15:12:54 -0700 Martin von Zweigbergk fix: remove a never-true check for unset pattern in Fixer.affects()
Fri, 26 Jul 2019 08:43:57 -0700 Martin von Zweigbergk fix: warn when a fixer doesn't have a configured command
Sat, 12 Oct 2019 11:00:20 -0700 Martin von Zweigbergk fix: make Fixer initialization more explicit for clarity
Sat, 12 Oct 2019 11:16:19 -0700 Martin von Zweigbergk fix: don't pass in default value when looking up config
Sat, 12 Oct 2019 11:13:55 -0700 Martin von Zweigbergk fix: fix registration of config item defaults
Sat, 12 Oct 2019 22:22:17 -0400 Matt Harbison py3: convert cwd to native string when running `fix`
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 19:25:18 -0400 Gregory Szorc py3: define and use pycompat.iteritems() for hgext/
Sun, 06 Oct 2019 14:58:42 -0400 Gregory Szorc py3: manually import pycompat.setattr where it is needed
less more (0) -50 -30 tip