Mon, 02 Jan 2017 11:50:17 -0800 |
Gregory Szorc |
revlog: make compressed size comparisons consistent
|
Mon, 10 Oct 2016 12:06:58 +0200 |
Denis Laxalde |
cmdutil: add support for evolution "troubles" display in changeset_printer
|
Sat, 19 Nov 2016 15:41:37 -0800 |
Kostia Balytskyi |
conflicts: make spacing consistent in conflict markers
|
Tue, 15 Nov 2016 21:56:49 +0100 |
Mads Kiilerich |
bdiff: give slight preference to appending lines
|
Tue, 08 Nov 2016 18:37:33 +0100 |
Mads Kiilerich |
bdiff: give slight preference to longest matches in the middle of the B side
|
Sun, 30 Oct 2016 06:15:09 +0900 |
FUJIWARA Katsunori |
tests: test preserving execbit changes at amending only on execbit platform
stable
|
Fri, 14 Oct 2016 01:31:11 +0200 |
Pierre-Yves David |
changegroup: skip delta when the underlying revlog do not use them
|
Fri, 07 Oct 2016 08:51:50 -0700 |
Simon Farnsworth |
merge: add conflict labels to merge command
|
Fri, 12 Aug 2016 05:56:40 -0700 |
Simon Farnsworth |
merge: always use other, not remote, in user prompts
|
Thu, 19 May 2016 14:35:22 -0700 |
Mateusz Kwapich |
localrepo: prevent executable-bit only changes from being lost on amend
stable
|
Wed, 23 Mar 2016 13:34:47 -0700 |
Martijn Pieters |
graphmod: set default edge styles for ascii graphs (BC)
|
Wed, 23 Dec 2015 12:41:20 -0800 |
Siddharth Agarwal |
tests: explicitly request changed version in c/d conflict in test-commit-amend.t
|
Mon, 30 Nov 2015 13:43:55 -0800 |
Siddharth Agarwal |
filemerge: add a 'leave unresolved' option to change/delete prompts
|
Tue, 20 Oct 2015 12:09:18 +0200 |
Pierre-Yves David |
test: use general delta for 'test-commit-amend.t'
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
cmdutil: make in-memory changes visible to external editor (issue4378)
|
Fri, 09 Oct 2015 13:54:52 -0700 |
Siddharth Agarwal |
simplemerge: move conflict warning message to filemerge
|
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
|
Fri, 29 May 2015 22:23:58 +0200 |
Gilles Moris |
summary: move the parents phase marker to commit line (issue4688)
|
Fri, 22 May 2015 17:08:59 -0500 |
Matt Mackall |
branch: don't warn about branches if repository has multiple branches already
|
Thu, 14 May 2015 17:38:38 +0200 |
Gilles Moris |
summary: add a phase line (draft, secret) to the output
|
Sun, 08 Mar 2015 00:04:03 -0500 |
Matt Harbison |
test-commit-amend: add globs for Windows
|
Mon, 02 Mar 2015 19:01:00 +0000 |
Pierre-Yves David |
amend: check for directory renames for both merge parents (issue4516)
stable
|
Fri, 09 Jan 2015 10:52:14 -0800 |
Durham Goode |
bundles: do not overwrite existing backup bundles (BC)
|
Fri, 18 Apr 2014 13:33:20 +0200 |
Mads Kiilerich |
localrepo: show headline notes in commitctx before showing filenames
|
Fri, 15 Aug 2014 19:43:32 +0200 |
Mads Kiilerich |
bundle: when verbose, show what takes up the space in the generated bundle
|
Wed, 17 Dec 2014 15:09:43 +0900 |
FUJIWARA Katsunori |
memctx: calculate manifest correctly with newly-removed files (issue4470)
|
Wed, 17 Dec 2014 15:09:43 +0900 |
FUJIWARA Katsunori |
memctx: calculate manifest including newly added files correctly
|
Wed, 17 Dec 2014 15:09:38 +0900 |
FUJIWARA Katsunori |
memctx: calculate exact status being committed from specified files
|
Tue, 09 Dec 2014 03:38:23 +0100 |
Mads Kiilerich |
graft: show more useful status information while grafting
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 16 Oct 2014 06:35:06 -0700 |
Ryan McElroy |
amend: fix amending rename commit with diverged topologies (issue4405)
stable
|
Tue, 14 Oct 2014 13:34:57 -0700 |
Durham Goode |
obsolete: update test-commit-amend to use obsolete option
|
Sat, 16 Aug 2014 10:43:59 +0900 |
FUJIWARA Katsunori |
commit: change "editform" to distinguish merge commits from other (--amend)
|
Sat, 26 Jul 2014 03:32:49 +0200 |
Pierre-Yves David |
resolve: add parenthesis around "no more unresolved files" message
stable
|
Mon, 26 May 2014 11:44:58 -0700 |
Pierre-Yves David |
merge: drop the quotes around commit description
|
Thu, 08 May 2014 16:50:22 -0700 |
Durham Goode |
merge: add conflict marker formatter (BC)
|
Fri, 09 May 2014 14:46:50 -0500 |
Matt Mackall |
resolve: simplify "finished" message
|
Fri, 18 Apr 2014 22:19:25 -0700 |
Gregory Szorc |
resolve: print message when no unresolved files remain (issue4214)
|
Wed, 16 Apr 2014 02:38:11 +0900 |
FUJIWARA Katsunori |
amend: invoke editor forcibly when "--edit" option is specified
|
Wed, 19 Mar 2014 01:07:41 +0900 |
FUJIWARA Katsunori |
amend: save commit message into ".hg/last-message.txt"
stable
|
Thu, 13 Mar 2014 19:48:41 +0900 |
FUJIWARA Katsunori |
commit: create new amend changeset as secret correctly for "--secret" option
stable
|
Tue, 05 Nov 2013 10:55:45 +0100 |
Pierre-Yves David |
test: do not add .pyc and .orig in test-commit-amend.t (issue4085)
stable
|
Thu, 02 May 2013 19:36:47 +0300 |
Iulian Stana |
commit: amending with --close-branch (issue3445)
stable
|
Fri, 12 Apr 2013 17:00:42 -0400 |
Augie Fackler |
test-commit-amend.t: fix check-code violation from 3a72c89a83ec
|
Fri, 08 Feb 2013 21:08:34 +0000 |
Brodie Rao |
amend: support amending merge changesets (issue3778)
|
Tue, 15 Jan 2013 22:08:47 -0600 |
Kevin Bullock |
tests: more comment cleanup related to obsolescence
|
Wed, 16 Jan 2013 00:46:29 +0100 |
Pierre-Yves David |
test: fix in-test comments related to obsolescence
|
Tue, 08 Jan 2013 20:37:37 +0100 |
Pierre-Yves David |
clfilter: enforce hidden changeset globally
|
Wed, 02 Jan 2013 00:24:28 -0600 |
Matt Mackall |
merge with stable
|
Sun, 30 Dec 2012 03:49:15 +0100 |
Pierre-Yves David |
amend: prevent loss of bookmark on failed amend
stable
|
Sat, 29 Dec 2012 18:00:18 +0100 |
Pierre-Yves David |
amend: invalidate dirstate in case of failure (issue3670)
stable
|
Mon, 31 Dec 2012 17:44:18 -0600 |
Pierre-Yves David |
amend: allow amend of non-head when obsolete is enabled
|
Tue, 13 Nov 2012 08:41:56 -0800 |
Pierre-Yves David |
amend: force editor only if old message is reused (issue3698)
stable
|
Wed, 24 Oct 2012 15:37:32 +0200 |
Pierre-Yves David |
amend: fix incompatibity between logfile and message option (issue3675)
stable
|
Thu, 18 Oct 2012 22:12:15 +0200 |
Pierre-Yves David |
amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
|
Tue, 11 Sep 2012 00:12:07 +0200 |
Pierre-Yves David |
amend: add obsolete support
|
Sat, 25 Aug 2012 16:20:41 +0200 |
Pierre-Yves David |
amend: use an explicit commit message for temporary amending commit
|
Mon, 03 Sep 2012 17:25:50 +0100 |
Jim Hague |
tests: correct quoting of double quotes in here documents used to write hooks
stable
|
Thu, 30 Aug 2012 16:47:08 +0200 |
Pierre-Yves David |
amend: preserve phase of amended revision (issue3602)
stable
|