Mon, 14 Dec 2015 20:37:41 -0500 |
Augie Fackler |
merge: restate calculateupdates in terms of a matcher
|
file |
diff |
annotate
|
Mon, 14 Dec 2015 18:54:03 -0500 |
Augie Fackler |
merge: have merge.update use a matcher instead of partial fn
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 17:40:13 -0800 |
Siddharth Agarwal |
largefiles: fall back to the original for change/delete conflicts
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 14:22:52 -0800 |
Siddharth Agarwal |
filemerge: return whether the file was deleted
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 22:43:09 -0800 |
Siddharth Agarwal |
merge: make 'cd' and 'dc' actions store the same arguments as 'm'
|
file |
diff |
annotate
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 20:47:04 -0700 |
Siddharth Agarwal |
filemerge: introduce a premerge flag and function
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 12:56:21 -0700 |
Siddharth Agarwal |
filemerge: also return whether the merge is complete
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Thu, 01 Oct 2015 12:17:46 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 29 Sep 2015 23:29:44 -0400 |
Matt Harbison |
largefiles: restore archiving largefiles with hgweb (issue4859)
stable 3.5.2
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:49:02 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:48:24 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:48:02 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:46:37 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:46:12 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:44:59 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:44:32 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:41:43 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Thu, 24 Sep 2015 00:40:53 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
file |
diff |
annotate
|
Sat, 11 Jul 2015 23:26:33 -0400 |
Matt Harbison |
largefiles: allow the archiving of largefiles to be disabled
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
file |
diff |
annotate
|
Tue, 16 Jun 2015 23:06:57 -0400 |
Matt Harbison |
archive: support 'wdir()'
|
file |
diff |
annotate
|
Fri, 05 Jun 2015 19:24:32 -0400 |
Matt Harbison |
scmutil: add an optional parameter to matcher factories for a bad() override
|
file |
diff |
annotate
|
Thu, 04 Jun 2015 22:11:18 -0400 |
Matt Harbison |
largefiles: replace match.bad() monkey patching with match.badmatch()
|
file |
diff |
annotate
|
Fri, 08 May 2015 12:30:51 -0700 |
Drew Gottlieb |
match: rename _fmap to _fileroots for clarity
|
file |
diff |
annotate
|
Fri, 15 May 2015 09:55:15 -0500 |
Matt Mackall |
largefiles: use try/except/finally
|
file |
diff |
annotate
|
Mon, 04 May 2015 23:04:12 -0400 |
Matt Harbison |
largefiles: drop os.path.join() in subrepo archive override
|
file |
diff |
annotate
|
Sat, 18 Apr 2015 13:08:41 -0400 |
Matt Harbison |
largefiles: don't mangle filesets when fixing up the log matcher
stable
|
file |
diff |
annotate
|
Sat, 18 Apr 2015 00:34:38 -0400 |
Matt Harbison |
largefiles: don't crash when cloning to a remote repo
stable
|
file |
diff |
annotate
|
Sat, 17 Jan 2015 03:34:57 +0100 |
Mads Kiilerich |
largefiles: always consider updatelfiles 'checked' parameter set
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 15:22:16 -0400 |
Mads Kiilerich |
largefiles: for update -C, only update largefiles when necessary
|
file |
diff |
annotate
|
Thu, 16 Apr 2015 11:29:30 -0700 |
Durham Goode |
copies: add matcher parameter to copy logic
|
file |
diff |
annotate
|
Wed, 08 Apr 2015 22:42:37 +0900 |
Yuya Nishihara |
largefiles: use common function to build content of .hg_archival.txt
|
file |
diff |
annotate
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
treemanifest: optimize treemanifest._walk() to skip directories
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 21:44:25 -0700 |
Martin von Zweigbergk |
log: prefer 'wctx' over 'pctx' for working context
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
largefiles: remove useless overrideupdate
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
cmdutil: allow bailifchanged to ignore merging in progress
|
file |
diff |
annotate
|
Mon, 23 Mar 2015 23:04:51 -0700 |
Martin von Zweigbergk |
revert: evaluate filesets against working directory (issue4497)
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 10:27:56 -0700 |
Martin von Zweigbergk |
largefiles: extract and reuse 'standin' variable in overriderevert()
|
file |
diff |
annotate
|
Fri, 20 Mar 2015 10:05:31 -0700 |
Martin von Zweigbergk |
largefiles: override cmdutil.revert() instead of comands.revert()
|
file |
diff |
annotate
|
Thu, 12 Mar 2015 23:08:16 -0400 |
Matt Harbison |
largefiles: replace 'ctx._repo' with 'ctx.repo()'
|
file |
diff |
annotate
|
Sun, 25 Jan 2015 02:45:49 -0500 |
Matt Harbison |
largefiles: report the source of copied/moved largefiles in status -C
|
file |
diff |
annotate
|
Sun, 01 Mar 2015 18:35:29 -0500 |
Matt Harbison |
largefiles: handle logging from outside the repo
|
file |
diff |
annotate
|
Sun, 01 Mar 2015 14:21:54 -0500 |
Matt Harbison |
largefiles: don't prefix standin patterns with '.hglf' when logging
|
file |
diff |
annotate
|
Sat, 28 Feb 2015 23:42:38 -0500 |
Matt Harbison |
largefiles: teach log to handle patterns
|
file |
diff |
annotate
|
Sun, 15 Feb 2015 17:21:48 -0500 |
Matt Harbison |
archive: change the default prefix to '' from None
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 23:37:55 +0900 |
FUJIWARA Katsunori |
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 01:20:14 -0600 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Thu, 26 Feb 2015 06:03:39 +0900 |
FUJIWARA Katsunori |
largefiles: access to specific fields only if largefiles enabled (issue4547)
stable
|
file |
diff |
annotate
|
Sat, 07 Feb 2015 19:40:02 -0500 |
Matt Harbison |
largefiles: don't warn when reverting a forgotten largefile
|
file |
diff |
annotate
|
Mon, 02 Feb 2015 19:58:41 -0500 |
Matt Harbison |
largefiles: set the extension as enabled locally after a clone requiring it
|
file |
diff |
annotate
|
Sat, 31 Jan 2015 00:13:29 -0500 |
Matt Harbison |
largefiles: use the core file copy logic to validate the destination path
|
file |
diff |
annotate
|
Fri, 30 Jan 2015 20:44:11 -0500 |
Matt Harbison |
largefiles: don't interfere with logging normal files
stable
|
file |
diff |
annotate
|
Fri, 09 Jan 2015 19:10:09 +0100 |
Mads Kiilerich |
largefiles: don't rehash largefiles in updatelfiles if standin hash changed
|
file |
diff |
annotate
|
Mon, 12 Jan 2015 22:30:12 -0500 |
Matt Harbison |
largefiles: cleanup overrideadd()
|
file |
diff |
annotate
|
Mon, 12 Jan 2015 21:44:43 -0500 |
Matt Harbison |
largefiles: enable subrepo support for add
|
file |
diff |
annotate
|
Wed, 31 Dec 2014 18:24:32 -0500 |
Matt Harbison |
largefiles: don't pop largefile-specific arguments to the add command
|
file |
diff |
annotate
|
Fri, 09 Jan 2015 18:38:02 +0100 |
Mads Kiilerich |
largefiles: make linear update set unsure largefiles normal if unchanged
|
file |
diff |
annotate
|