Mon, 10 Aug 2020 21:46:47 -0700 |
Martin von Zweigbergk |
revert: remove dangerous `parents` argument from `cmdutil.revert()`
|
Thu, 06 Aug 2020 13:27:38 +0530 |
Pulkit Goyal |
merge: remove emptyactions() and use collections.defaultdict(list) instead
|
Wed, 05 Aug 2020 15:41:23 +0530 |
Pulkit Goyal |
mergeresult: add `files()` and use it
|
Wed, 05 Aug 2020 15:37:26 +0530 |
Pulkit Goyal |
mergeresult: introduce getfile() and use it where required
|
Sat, 25 Jul 2020 14:44:29 +0530 |
Pulkit Goyal |
largefiles: introduce a constant for 'lfmr' action
|
Sat, 25 Jul 2020 14:41:20 +0530 |
Pulkit Goyal |
largefiles: override merge.emptyactions() to include `lfmr`
|
Fri, 24 Jul 2020 16:18:39 +0530 |
Pulkit Goyal |
merge: introduce mergeresult.addfile() and use it
|
Thu, 23 Jul 2020 18:03:14 +0530 |
Pulkit Goyal |
merge: return a mergeresult obj from manifestmerge(), calculateupdates() (API)
|
Mon, 18 May 2020 14:59:59 -0400 |
Augie Fackler |
mergestate: split out merge state handling code from main merge module
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Tue, 21 Jan 2020 13:14:51 -0500 |
Augie Fackler |
merge to stable for 5.3 release freeze
stable 5.3rc0
|
Tue, 24 Dec 2019 01:38:02 -0500 |
Matt Harbison |
subrepo: fix a crash when archiving an svn or git subrepo
stable
|
Fri, 18 Oct 2019 17:46:37 -0700 |
Martin von Zweigbergk |
largefiles: move lfstatus context manager to lfutil
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Fri, 18 Oct 2019 15:16:57 -0700 |
Martin von Zweigbergk |
largefiles: use context manager for setting "lfstatus" on subrepos too
|
Fri, 18 Oct 2019 15:14:51 -0700 |
Martin von Zweigbergk |
largefiles: reset "lfstatus" attribute to previous value in "finally"
|
Fri, 18 Oct 2019 14:40:50 -0700 |
Martin von Zweigbergk |
largefiles: add context manager for setting/clearing "lfstatus" attribute
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Wed, 10 Jul 2019 09:57:28 +0200 |
Raphaël Gomès |
rust-dirstate: call rust dirstatemap from Python
|
Mon, 24 Jun 2019 16:00:39 -0700 |
Kyle Lippincott |
largefiles: make last line of prompts <40 english chars (issue6158)
|
Mon, 27 May 2019 16:55:46 -0400 |
Valentin Gatien-Baron |
merge: fix race that could cause wrong size in dirstate
|
Wed, 20 Feb 2019 18:02:28 -0500 |
Augie Fackler |
cleanup: prefer nested context managers to \-continuations
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
Sat, 09 Feb 2019 16:43:20 -0800 |
Martin von Zweigbergk |
largefiles: get cwd and relative paths from repo instead of matcher
|
Thu, 07 Feb 2019 23:29:14 -0800 |
Martin von Zweigbergk |
largefiles: use uipathfn instead of match.{rel,uipath}() (API)
|
Fri, 08 Feb 2019 13:08:01 -0800 |
Martin von Zweigbergk |
forget: pass around uipathfn and use instead of m.rel() (API)
|
Thu, 07 Feb 2019 23:25:39 -0800 |
Martin von Zweigbergk |
addremove: pass around uipathfn and use instead of m.uipath() (API)
|
Thu, 07 Feb 2019 23:19:33 -0800 |
Martin von Zweigbergk |
remove: pass around uipathfn and use instead of m.rel() (API)
|
Thu, 07 Feb 2019 11:15:30 -0800 |
Martin von Zweigbergk |
add: pass around uipathfn and use instead of m.rel() (API)
|
Thu, 07 Feb 2019 10:20:57 -0800 |
Martin von Zweigbergk |
subrepo: adjust subrepo prefix before calling subrepo.archive() (API)
|
Tue, 05 Feb 2019 11:17:11 -0800 |
Martin von Zweigbergk |
largefiles: use wrappedfunction() in overriderevert()
|
Tue, 05 Feb 2019 14:25:11 -0800 |
Martin von Zweigbergk |
largefiles: use wrappedfunction() for "normal files match" in overridecopy()
|
Tue, 05 Feb 2019 14:42:13 -0800 |
Martin von Zweigbergk |
largefiles: use wrappedfunction() for match() override in overridecopy()
|
Tue, 05 Feb 2019 14:29:37 -0800 |
Martin von Zweigbergk |
largefiles: use wrappedfunction() for util.copyfile() override
|
Tue, 05 Feb 2019 14:15:34 -0800 |
Martin von Zweigbergk |
largefiles: use wrappedfunction() for matchandpats() override in overridelog()
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Thu, 27 Dec 2018 21:27:43 -0500 |
Matt Harbison |
largefiles: port revset registration to exthelper
|
Sun, 23 Dec 2018 22:57:03 -0500 |
Matt Harbison |
largefiles: port wrapped functions to exthelper
|
Sun, 23 Dec 2018 17:26:25 -0500 |
Matt Harbison |
largefiles: port commands to exthelper
|
Tue, 05 Sep 2017 15:21:21 -0700 |
Martin von Zweigbergk |
archive: change "matcnfn" argument to a real matcher
|
Thu, 20 Sep 2018 15:30:00 -0700 |
Gregory Szorc |
largefiles: automatically load largefiles extension when required (BC)
|
Wed, 19 Sep 2018 17:27:37 -0700 |
Gregory Szorc |
localrepo: support writing shared file (API)
|
Wed, 18 Apr 2018 19:25:35 +0530 |
Sushil khanchi |
forget: rename --confirm to --interactive
|
Thu, 22 Mar 2018 16:11:42 +0530 |
Sushil khanchi |
forget: add --confirm option
|
Fri, 13 Apr 2018 23:12:07 -0400 |
Augie Fackler |
largefiles: opts appears to already be bytes in this instance
|
Sat, 31 Mar 2018 23:49:58 +0530 |
Sushil khanchi |
addremove: remove dry_run, similarity from scmutil.addremove (API)
|
Wed, 21 Mar 2018 23:36:11 +0530 |
Sushil khanchi |
remove: add dry-run functionality
|
Thu, 08 Mar 2018 11:44:03 -0800 |
Kyle Lippincott |
copyfile: preserve stat info (mtime, etc.) when doing copies/renames
|
Sat, 10 Mar 2018 12:33:19 +0530 |
Sushil khanchi |
forget: add --dry-run mode
|
Sat, 10 Mar 2018 20:51:46 -0800 |
Gregory Szorc |
hgweb: stop passing req and tmpl into @webcommand functions (API)
|
Sun, 04 Mar 2018 16:48:01 -0500 |
Augie Fackler |
largefiles: use %d instead of %s to process ints
|
Fri, 02 Mar 2018 07:13:33 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() to convert error messages to bytes
|
Sat, 24 Feb 2018 16:18:40 +0530 |
Pulkit Goyal |
py3: fix handling of keyword arguments at more places
|
Sun, 18 Feb 2018 14:53:31 -0500 |
Augie Fackler |
largefiles: give some **opts some strkwargs love
|
Sun, 18 Feb 2018 14:28:31 -0500 |
Augie Fackler |
largfiles: replace filter() with listcomp when result needs to be a list
|
Thu, 02 Apr 2015 23:28:16 +0900 |
Yuya Nishihara |
cmdutil: pass ctx to makefileobj() in place of repo/node pair (API)
|
Sun, 21 Jan 2018 13:40:31 +0900 |
Yuya Nishihara |
log: pass ctx to makefilematcher() and makehunksfilter() functions
|
Sun, 21 Jan 2018 12:48:39 +0900 |
Yuya Nishihara |
logcmdutil: drop redundant "log" from function names (API)
|
Sun, 21 Jan 2018 12:26:42 +0900 |
Yuya Nishihara |
cmdutil: split functions of log-like commands to new module (API)
|
Sat, 13 Jan 2018 13:33:55 +0900 |
Yuya Nishihara |
largefiles: convert EOL of hgrc before appending to bytes IO
|
Thu, 21 Dec 2017 13:57:57 +0100 |
Boris Feld |
largefiles: add support for 'largefiles://' url scheme
|
Sun, 10 Dec 2017 02:52:48 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in hgext/largefiles/
|
Thu, 07 Dec 2017 01:53:14 +0100 |
Boris Feld |
largefiles: allow to run 'debugupgraderepo' on repo with largefiles
|
Fri, 13 Oct 2017 22:26:58 +0200 |
Boris Feld |
configitems: register the 'largefiles.patterns' config
|
Fri, 29 Sep 2017 14:49:05 -0700 |
Martin von Zweigbergk |
dirstate: use keyword arguments to clarify status()'s callers
|
Thu, 14 Sep 2017 13:14:32 -0700 |
Phil Cohen |
largefiles: force an on-disk merge
|
Mon, 11 Sep 2017 13:03:27 -0700 |
Phil Cohen |
merge: pass wctx to premerge, filemerge
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
Sun, 09 Jul 2017 02:55:46 -0400 |
Matt Harbison |
subrepo: consider the parent repo dirty when a file is missing
|
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, 18 May 2017 22:47:42 -0700 |
Martin von Zweigbergk |
largefiles: replace always() method, not _always field
|
Sat, 20 May 2017 22:27:52 -0700 |
Martin von Zweigbergk |
cleanup: reuse existing wctx variables instead of calling repo[None]
|
Thu, 18 May 2017 18:00:38 -0400 |
Augie Fackler |
largefiles: use repo[None].walk instead of repo.walk
|
Thu, 18 May 2017 09:04:37 -0700 |
Martin von Zweigbergk |
match: make _fileroots a @propertycache and rename it to _fileset
|
Thu, 04 May 2017 00:23:09 +0530 |
Pulkit Goyal |
py3: explicitly convert a list to bytes to pass in ui.debug
|
Tue, 16 May 2017 17:47:27 -0700 |
Martin von Zweigbergk |
largefiles: move identical statement to after if/else
|
Wed, 03 May 2017 15:41:28 +0530 |
Pulkit Goyal |
py3: abuse r'' to access keys in keyword arguments
|
Tue, 11 Apr 2017 20:54:50 -0400 |
Matt Harbison |
largefiles: set the extension as enabled locally after a share requiring it
|
Sat, 01 Apr 2017 02:32:49 +0900 |
FUJIWARA Katsunori |
largefiles: use readasstandin() to read hex hash directly from filectx
|
Sat, 01 Apr 2017 02:32:47 +0900 |
FUJIWARA Katsunori |
largefiles: replace readstandin() by readasstandin()
|
Mon, 27 Mar 2017 09:44:36 +0900 |
FUJIWARA Katsunori |
largefiles: add lfile argument to updatestandin() for efficiency (API)
|
Mon, 27 Mar 2017 09:44:35 +0900 |
FUJIWARA Katsunori |
largefiles: avoid redundant loop to eliminate None from list
|
Mon, 27 Mar 2017 09:44:35 +0900 |
FUJIWARA Katsunori |
largefiles: avoid meaningless changectx looking up
|
Mon, 27 Mar 2017 09:44:35 +0900 |
FUJIWARA Katsunori |
largefiles: avoid redundant changectx looking up at each repetitions
|
Mon, 27 Mar 2017 09:44:34 +0900 |
FUJIWARA Katsunori |
largefiles: omit updating newly added standin at linear merging
|
Fri, 24 Mar 2017 22:29:22 +0900 |
FUJIWARA Katsunori |
largefiles: avoid redundant standin() invocations
|
Fri, 24 Mar 2017 22:29:22 +0900 |
FUJIWARA Katsunori |
largefiles: replace hashrepofile by hashfile (API)
|
Fri, 24 Mar 2017 22:26:34 +0900 |
FUJIWARA Katsunori |
largefiles: call readstandin() with changectx itself instead of rev or node
|
Fri, 24 Mar 2017 22:24:59 +0900 |
FUJIWARA Katsunori |
largefiles: replace splitstandin() by isstandin() to omit str creation
|
Fri, 24 Mar 2017 22:24:58 +0900 |
FUJIWARA Katsunori |
largefiles: omit redundant isstandin() before splitstandin()
|
Wed, 14 Jan 2015 01:15:26 +0100 |
Mads Kiilerich |
vfs: use repo.wvfs.unlinkpath
|
Sat, 25 Feb 2017 21:13:59 -0500 |
Matt Harbison |
subrepo: run the repo decoders when archiving
|
Sun, 19 Feb 2017 18:16:09 +0900 |
Yuya Nishihara |
revset: import set classes directly from smartset module
|
Tue, 18 Oct 2016 14:15:15 -0500 |
Kevin Bullock |
merge default into stable for 4.0 code freeze
stable 4.0-rc
|
Sun, 16 Oct 2016 02:29:45 +0200 |
Mads Kiilerich |
largefiles: more safe handling of interruptions while updating modifications
stable
|
Fri, 14 Oct 2016 01:53:15 +0200 |
Mads Kiilerich |
util: increase filechunkiter size to 128k
|
Sat, 08 Oct 2016 00:59:41 +0200 |
Mads Kiilerich |
largefiles: use context for file closing
|
Mon, 27 Jun 2016 10:33:33 +0200 |
liscju |
largefiles: remove additional blank lines
|
Tue, 14 Jun 2016 11:21:41 +0200 |
liscju |
largefiles: make storefactory._openstore public
|
Thu, 12 May 2016 11:48:39 +0200 |
liscju |
largefiles: rename match_ to matchmod import in overrides
|
Tue, 10 May 2016 14:26:36 +0200 |
liscju |
py3: make largefiles/overrides.py use absolute_import
|
Sat, 04 Jun 2016 16:53:44 +0200 |
liscju |
largefiles: move basestore._openstore into new module to remove cycle
|
Sun, 27 Mar 2016 13:00:28 -0700 |
Mads Kiilerich |
largefiles: introduce push --lfrev to control which revisions are pushed
|
Sat, 19 Mar 2016 14:50:40 +0100 |
liscju |
largefiles: replace invocation of os.path module by vfs in overrides.py
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace extpredicate by revsetpredicate of registrar
|
Mon, 22 Feb 2016 23:18:19 -0800 |
Tony Tung |
largefiles: don't explicitly list optional parameters that are not used
|
Mon, 01 Feb 2016 20:28:32 -0800 |
Siddharth Agarwal |
merge: tell _checkunknownfiles about whether this was merge --force
|
Fri, 05 Feb 2016 21:09:32 -0800 |
Martin von Zweigbergk |
match: rename "narrowmatcher" to "subdirmatcher" (API)
|
Sat, 23 Jan 2016 23:32:49 -0500 |
Matt Harbison |
largefiles: report the missing file count after a commit that does nothing
stable
|
Sun, 17 Jan 2016 19:29:27 +0100 |
Mads Kiilerich |
largefiles: actions will now always have a file - drop check
|
Sun, 17 Jan 2016 19:29:27 +0100 |
Mads Kiilerich |
largefiles: make prompt order deterministic
|
Fri, 15 Jan 2016 13:14:47 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in mergeupdate
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in overridepurge
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in cmdutilforget
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in overriderevert
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in removelargefiles
|
Fri, 15 Jan 2016 13:14:46 -0800 |
Bryan O'Sullivan |
with: use context manager for wlock in addlargefiles
|
Tue, 12 Jan 2016 14:29:34 -0800 |
Bryan O'Sullivan |
largefiles: use util.readfile in overrides
|
Sat, 02 Jan 2016 03:02:57 -0800 |
Siddharth Agarwal |
merge: add a new 'backup' argument to get actions
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
Mon, 14 Dec 2015 20:37:41 -0500 |
Augie Fackler |
merge: restate calculateupdates in terms of a matcher
|
Mon, 14 Dec 2015 18:54:03 -0500 |
Augie Fackler |
merge: have merge.update use a matcher instead of partial fn
|
Wed, 18 Nov 2015 17:40:13 -0800 |
Siddharth Agarwal |
largefiles: fall back to the original for change/delete conflicts
|
Wed, 18 Nov 2015 14:22:52 -0800 |
Siddharth Agarwal |
filemerge: return whether the file was deleted
|
Fri, 13 Nov 2015 22:43:09 -0800 |
Siddharth Agarwal |
merge: make 'cd' and 'dc' actions store the same arguments as 'm'
|
Sat, 17 Oct 2015 00:58:46 +0200 |
Mads Kiilerich |
spelling: trivial spell checking
|
Sun, 11 Oct 2015 20:47:04 -0700 |
Siddharth Agarwal |
filemerge: introduce a premerge flag and function
|
Sun, 11 Oct 2015 12:56:21 -0700 |
Siddharth Agarwal |
filemerge: also return whether the merge is complete
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Thu, 01 Oct 2015 12:17:46 -0500 |
Matt Mackall |
merge with stable
|
Tue, 29 Sep 2015 23:29:44 -0400 |
Matt Harbison |
largefiles: restore archiving largefiles with hgweb (issue4859)
stable 3.5.2
|
Thu, 24 Sep 2015 00:49:02 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:48:24 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:48:02 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:46:37 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:46:12 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:44:59 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:44:32 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:41:43 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Thu, 24 Sep 2015 00:40:53 -0700 |
Pierre-Yves David |
largefiles: remove a mutable default argument
|
Sat, 11 Jul 2015 23:26:33 -0400 |
Matt Harbison |
largefiles: allow the archiving of largefiles to be disabled
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
Tue, 16 Jun 2015 23:06:57 -0400 |
Matt Harbison |
archive: support 'wdir()'
|
Fri, 05 Jun 2015 19:24:32 -0400 |
Matt Harbison |
scmutil: add an optional parameter to matcher factories for a bad() override
|
Thu, 04 Jun 2015 22:11:18 -0400 |
Matt Harbison |
largefiles: replace match.bad() monkey patching with match.badmatch()
|
Fri, 08 May 2015 12:30:51 -0700 |
Drew Gottlieb |
match: rename _fmap to _fileroots for clarity
|
Fri, 15 May 2015 09:55:15 -0500 |
Matt Mackall |
largefiles: use try/except/finally
|
Mon, 04 May 2015 23:04:12 -0400 |
Matt Harbison |
largefiles: drop os.path.join() in subrepo archive override
|
Sat, 18 Apr 2015 13:08:41 -0400 |
Matt Harbison |
largefiles: don't mangle filesets when fixing up the log matcher
stable
|
Sat, 18 Apr 2015 00:34:38 -0400 |
Matt Harbison |
largefiles: don't crash when cloning to a remote repo
stable
|
Sat, 17 Jan 2015 03:34:57 +0100 |
Mads Kiilerich |
largefiles: always consider updatelfiles 'checked' parameter set
|
Wed, 15 Apr 2015 15:22:16 -0400 |
Mads Kiilerich |
largefiles: for update -C, only update largefiles when necessary
|
Thu, 16 Apr 2015 11:29:30 -0700 |
Durham Goode |
copies: add matcher parameter to copy logic
|
Wed, 08 Apr 2015 22:42:37 +0900 |
Yuya Nishihara |
largefiles: use common function to build content of .hg_archival.txt
|
Tue, 07 Apr 2015 15:18:52 -0700 |
Drew Gottlieb |
treemanifest: optimize treemanifest._walk() to skip directories
|
Wed, 18 Mar 2015 21:44:25 -0700 |
Martin von Zweigbergk |
log: prefer 'wctx' over 'pctx' for working context
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
largefiles: remove useless overrideupdate
|
Wed, 25 Mar 2015 13:55:35 +0900 |
FUJIWARA Katsunori |
cmdutil: allow bailifchanged to ignore merging in progress
|
Mon, 23 Mar 2015 23:04:51 -0700 |
Martin von Zweigbergk |
revert: evaluate filesets against working directory (issue4497)
|
Tue, 24 Mar 2015 10:27:56 -0700 |
Martin von Zweigbergk |
largefiles: extract and reuse 'standin' variable in overriderevert()
|
Fri, 20 Mar 2015 10:05:31 -0700 |
Martin von Zweigbergk |
largefiles: override cmdutil.revert() instead of comands.revert()
|
Thu, 12 Mar 2015 23:08:16 -0400 |
Matt Harbison |
largefiles: replace 'ctx._repo' with 'ctx.repo()'
|
Sun, 25 Jan 2015 02:45:49 -0500 |
Matt Harbison |
largefiles: report the source of copied/moved largefiles in status -C
|
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
|
Sun, 15 Feb 2015 17:21:48 -0500 |
Matt Harbison |
archive: change the default prefix to '' from None
|
Mon, 02 Mar 2015 23:37:55 +0900 |
FUJIWARA Katsunori |
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert
|
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
|
Mon, 02 Feb 2015 19:58:41 -0500 |
Matt Harbison |
largefiles: set the extension as enabled locally after a clone requiring it
|
Sat, 31 Jan 2015 00:13:29 -0500 |
Matt Harbison |
largefiles: use the core file copy logic to validate the destination path
|
Fri, 30 Jan 2015 20:44:11 -0500 |
Matt Harbison |
largefiles: don't interfere with logging normal files
stable
|
Fri, 09 Jan 2015 19:10:09 +0100 |
Mads Kiilerich |
largefiles: don't rehash largefiles in updatelfiles if standin hash changed
|
Mon, 12 Jan 2015 22:30:12 -0500 |
Matt Harbison |
largefiles: cleanup overrideadd()
|
Mon, 12 Jan 2015 21:44:43 -0500 |
Matt Harbison |
largefiles: enable subrepo support for add
|
Wed, 31 Dec 2014 18:24:32 -0500 |
Matt Harbison |
largefiles: don't pop largefile-specific arguments to the add command
|
Fri, 09 Jan 2015 18:38:02 +0100 |
Mads Kiilerich |
largefiles: make linear update set unsure largefiles normal if unchanged
|
Sun, 11 Jan 2015 23:20:51 -0500 |
Matt Harbison |
largefiles: enable subrepo support for forget
|
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
|
Wed, 31 Dec 2014 18:31:18 -0500 |
Matt Harbison |
largefiles: return the list of added files from addlargefiles()
|
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()
|
Wed, 31 Dec 2014 18:18:56 -0500 |
Matt Harbison |
largefiles: convert addlargefiles() to vfs
|
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
|
Wed, 26 Nov 2014 19:28:11 -0500 |
Matt Harbison |
largefiles: drop a redundant check for patterns when removing without --after
|
Thu, 01 Jan 2015 16:47:14 -0600 |
Matt Mackall |
merge with stable
|
Wed, 31 Dec 2014 14:46:02 +0100 |
Mads Kiilerich |
largefiles: mark lfile as added in lfdirstate when the standin is added
stable
|
Thu, 25 Dec 2014 21:43:45 -0500 |
Matt Harbison |
forget: use vfs instead of os.path + match.rel() for filesystem checks
|
Fri, 28 Nov 2014 14:21:02 -0500 |
Matt Harbison |
largefiles: eliminate a duplicate message when removing files in verbose mode
|
Fri, 12 Dec 2014 23:18:36 -0800 |
Martin von Zweigbergk |
merge: don't overwrite untracked file at directory rename target
|
Mon, 22 Dec 2014 17:26:21 -0600 |
Matt Mackall |
merge with stable
|
Thu, 11 Dec 2014 22:51:29 -0800 |
Martin von Zweigbergk |
largefiles: don't duplicate 'actions' into 'actionbyfile'
|
Thu, 11 Dec 2014 22:07:41 -0800 |
Martin von Zweigbergk |
merge: make calculateupdates() return file->action dict
|
Wed, 17 Dec 2014 12:19:33 -0800 |
Pierre-Yves David |
largefile: explain why no monkey patching on a repoview
|
Wed, 17 Dec 2014 12:10:16 -0800 |
Pierre-Yves David |
largefile: backout ca54fb3d71ce
|
Sun, 21 Dec 2014 15:06:54 -0500 |
Matt Harbison |
largefiles: fix a spurious missing file warning with forget (issue4053)
stable
|
Sun, 21 Dec 2014 15:04:13 -0500 |
Matt Harbison |
largefiles: fix a spurious missing file warning with 'remove -A' (issue4053)
stable
|
Sun, 21 Dec 2014 14:42:46 -0500 |
Matt Harbison |
largefiles: introduce the 'composelargefilematcher()' method
stable
|
Thu, 18 Dec 2014 16:41:59 -0600 |
Matt Mackall |
merge with stable
|
Sat, 13 Dec 2014 13:33:48 -0500 |
Matt Harbison |
largefiles: don't actually remove largefiles in an addremove dry run
stable
|
Sat, 13 Dec 2014 14:53:46 -0500 |
Matt Harbison |
subrepo: drop the 'ui' parameter to archive()
|
Thu, 17 Apr 2014 22:47:38 +0200 |
Mads Kiilerich |
spelling: fixes from proofreading of spell checker issues
|
Thu, 11 Dec 2014 21:21:21 -0800 |
Martin von Zweigbergk |
merge: move cd/dc prompts after largefiles prompts
|
Mon, 24 Nov 2014 22:27:49 -0500 |
Matt Harbison |
commit: propagate --addremove to subrepos if -S is specified (issue3759)
|
Sun, 09 Nov 2014 19:57:02 -0500 |
Matt Harbison |
scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
|
Tue, 09 Dec 2014 22:10:51 -0800 |
Martin von Zweigbergk |
largefiles: start by finding files of interest
|
Tue, 09 Dec 2014 22:03:53 -0800 |
Martin von Zweigbergk |
largefiles: rewrite merge code using dictionary with entry per file
|
Tue, 09 Dec 2014 09:53:26 -0800 |
Martin von Zweigbergk |
largefiles: put same 'action' object back in 'newglist'
|
Mon, 08 Dec 2014 15:20:42 -0800 |
Martin von Zweigbergk |
largefiles: don't unnecessarily sort merge action lists
|
Tue, 09 Dec 2014 16:49:55 -0800 |
Martin von Zweigbergk |
merge: don't treat 'diverge' and 'renamedelete' like actions
|
Sun, 07 Dec 2014 10:54:29 -0500 |
Matt Harbison |
largefiles: drop the unfiltered repo usage in overridepurge()
|
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
|
Fri, 05 Dec 2014 10:53:25 -0800 |
Martin von Zweigbergk |
largefiles: remove redundant checks for false modify/delete conflicts
|
Fri, 21 Nov 2014 13:02:45 -0800 |
Martin von Zweigbergk |
largefiles: use clearer debug messages in actions
|
Fri, 21 Nov 2014 11:44:57 -0800 |
Martin von Zweigbergk |
largefiles: don't clobber merge action message with user message
|
Sun, 30 Nov 2014 23:30:31 -0500 |
Matt Harbison |
largefiles: drop the override for 'fetch'
|
Fri, 21 Nov 2014 22:24:45 -0500 |
Matt Harbison |
largefiles: split the creation of a normal matcher out of its install method
|
Mon, 01 Dec 2014 19:34:11 -0600 |
Matt Mackall |
merge with stable
|
Mon, 01 Dec 2014 02:11:29 +0100 |
Mads Kiilerich |
largefiles: don't show largefile/normal prompts if one side is unchanged
stable
|
Thu, 13 Nov 2014 23:12:15 -0800 |
Martin von Zweigbergk |
merge: drop underscore prefix from _checkunknown()
|
Fri, 14 Nov 2014 05:58:59 -0800 |
Martin von Zweigbergk |
largefiles: update comments to refer to the right overridden method
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: move "copyalltostore" invocation into "markcommitted"
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: avoid printing messages while transplanting by "_lfstatuswriters"
|
Sat, 08 Nov 2014 00:48:41 +0900 |
FUJIWARA Katsunori |
largefiles: update standins only at the 1st commit of "transplant --continue"
|
Sat, 08 Nov 2014 00:48:38 +0900 |
FUJIWARA Katsunori |
largefiles: avoid redundant "updatelfiles" invocation in "overridetransplant"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: avoid printing messages while rebasing by "_lfstatuswriters"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: get function to write status messages via "getstatuswriter()"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: update standins only at the 1st commit of "hg rebase --continue"
|
Wed, 05 Nov 2014 23:24:47 +0900 |
FUJIWARA Katsunori |
largefiles: remove meaningless code path for "hg pull --rebase"
|