Thu, 04 Dec 2014 05:43:15 -0800 |
Pierre-Yves David |
dirstate: use the 'nogc' decorator
|
Thu, 04 Dec 2014 05:43:40 -0800 |
Pierre-Yves David |
util: add a 'nogc' decorator to disable the garbage collection
|
Fri, 05 Dec 2014 22:58:02 -0500 |
Matt Harbison |
generate-working-copy-states: open() in binary mode when writing content
|
Fri, 05 Dec 2014 16:45:52 -0800 |
Martin von Zweigbergk |
largefiles: don't use 'r' action for standin that doesn't exist
|
Fri, 05 Dec 2014 16:51:37 -0800 |
Martin von Zweigbergk |
largefiles: don't use 'r' action for normal file that doesn't exist
|
Tue, 02 Dec 2014 12:23:12 -0800 |
Pierre-Yves David |
rebase: handle revtodo as a special value when storing/restoring state
|
Tue, 02 Dec 2014 09:46:20 -0800 |
Pierre-Yves David |
rebase: add a 'revtodo' constant
|
Thu, 04 Dec 2014 07:03:02 -0800 |
Pierre-Yves David |
rebase: use '>= 0' to know is a revision was rebased
|
Tue, 02 Dec 2014 17:35:21 -0800 |
Pierre-Yves David |
patchbomb: introduce a 'patchbomb.confirm' option
|
Tue, 02 Dec 2014 17:24:52 -0800 |
Pierre-Yves David |
patchbomb: add a 'patchbomb.intro' option
|
Tue, 02 Dec 2014 16:51:32 -0800 |
Pierre-Yves David |
patchbomb: extract 'getoutgoing' closure into its own function
|
Thu, 20 Nov 2014 16:27:55 -0800 |
Pierre-Yves David |
perf: add a perfloadmarkers command
|
Wed, 19 Nov 2014 03:38:51 +0100 |
Mads Kiilerich |
rebase: move base calculation from rebasenode() to defineparents()
|
Fri, 05 Dec 2014 10:53:25 -0800 |
Martin von Zweigbergk |
largefiles: remove redundant checks for false modify/delete conflicts
|
Wed, 03 Dec 2014 14:03:20 -0800 |
Martin von Zweigbergk |
merge: make 'keep' message more descriptive
|
Thu, 04 Dec 2014 23:08:27 -0500 |
Matt Harbison |
addremove: restore the relative path printing when files are named
|
Thu, 04 Dec 2014 23:04:55 -0500 |
Matt Harbison |
match: introduce uipath() to properly style a file path
|
Fri, 05 Dec 2014 12:10:56 -0600 |
Matt Mackall |
merge with stable
|
Sun, 16 Nov 2014 23:41:44 -0800 |
Martin von Zweigbergk |
update: don't overwrite untracked ignored files on update
stable
|
Tue, 02 Dec 2014 17:11:01 -0800 |
Martin von Zweigbergk |
update: add tests for untracked local file
stable
|
Wed, 03 Dec 2014 11:02:52 -0800 |
Martin von Zweigbergk |
merge: don't overwrite conflicting file in locally renamed directory
|
Wed, 03 Dec 2014 10:56:07 -0800 |
Martin von Zweigbergk |
merge: don't ignore conflicting file in remote renamed directory
|
Sun, 23 Nov 2014 15:08:50 -0800 |
Martin von Zweigbergk |
merge: duplicate 'if f in copied' into each branch
|
Sun, 23 Nov 2014 14:09:10 -0800 |
Martin von Zweigbergk |
merge: branch code into {n1 and n2, n1, n2} top-level cases
|