hgext/largefiles/lfcommands.py
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 19 Jul 2021 04:11:08 +0530 Pulkit Goyal largefiles: pass current transaction to `lfdirstate.write()`
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Wed, 29 Sep 2021 18:39:02 +0200 Pierre-Yves David dirstate-item: use item's property instead of `state` in largefile
Thu, 16 Sep 2021 15:20:28 +0200 Pierre-Yves David dirstate: use `reset_state` instead of `dropfile` in largefile
Wed, 15 Sep 2021 10:20:25 +0200 Pierre-Yves David dirstate: inline the last two `_drop` usage
Mon, 19 Jul 2021 05:46:16 +0200 Pierre-Yves David largefile: use `update_file` instead of `normallookup` in `updatelfiles`
Mon, 19 Jul 2021 02:39:01 +0200 Pierre-Yves David largefile: use `update_file` instead of `normal` in `updatelfiles`
Tue, 13 Jul 2021 14:54:09 +0530 Pulkit Goyal largefiles: replace use of synclfdirstate with drop
Thu, 08 Jul 2021 01:44:49 +0200 Pierre-Yves David largefile: consider `updatelfiles` as a `parentchange`
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sun, 13 Sep 2020 17:46:48 +0900 Yuya Nishihara largefiles: walk history in ascending order while downloading all lfiles
Sun, 13 Sep 2020 17:43:19 +0900 Yuya Nishihara largefiles: replace use of walkchangerevs() with simple revset query
Fri, 11 Sep 2020 10:47:17 +0900 Yuya Nishihara largefiles: remove unused 'rev' parameter from downloadlfiles()
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Mon, 13 Jan 2020 14:12:31 -0500 Augie Fackler hgext: replace references to hashlib.sha1 with hashutil.sha1
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
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, 27 Dec 2017 22:32:27 -0800 Martin von Zweigbergk largefiles: migrate to new method for getting copy info
Mon, 04 Feb 2019 21:00:58 -0800 Martin von Zweigbergk largefiles: migrate to scmutil.backuppath()
Sun, 03 Feb 2019 22:49:28 -0800 Martin von Zweigbergk largefiles: drop "rel" prefix from filename variables
Mon, 21 Jan 2019 23:08:31 -0800 Martin von Zweigbergk largefiles: avoid walking full manifest
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Sun, 23 Dec 2018 17:26:25 -0500 Matt Harbison largefiles: port commands to exthelper
Mon, 19 Nov 2018 21:12:13 +0300 Pulkit Goyal py3: use node.hex(m.digest()) instead of m.hexdigest()
Tue, 17 Jul 2018 17:16:22 -0700 Sean Farley filectx: fix return of renamed
Sat, 25 Aug 2018 13:09:24 -0400 Matt Harbison largefiles: use a context manager to control the progress bar lifetime
Mon, 18 Jun 2018 15:14:39 -0700 Martin von Zweigbergk largefiles: use progress helper
Fri, 13 Apr 2018 22:26:57 -0400 Augie Fackler lfcommands: use %d on known-int in format string
Sun, 18 Feb 2018 14:28:31 -0500 Augie Fackler largfiles: replace filter() with listcomp when result needs to be a list
Thu, 21 Dec 2017 13:53:26 +0100 Boris Feld largefiles: add a 'debuglfput' command to put largefile into the store
Mon, 11 Dec 2017 09:27:40 -0800 Martin von Zweigbergk memfilectx: make changectx argument mandatory in constructor (API)
Sun, 10 Dec 2017 02:52:48 +0530 Pulkit Goyal py3: handle keyword arguments correctly in hgext/largefiles/
Fri, 01 Dec 2017 15:21:05 -0600 Kevin Bullock merge with stable
Thu, 23 Nov 2017 01:21:10 -0500 Matt Harbison largefiles: explicitly set the source and sink types to 'hg' for lfconvert
Sun, 12 Nov 2017 23:45:14 -0500 Matt Harbison largefiles: pay attention to dropped standin files when updating largefiles stable
Fri, 13 Oct 2017 22:26:58 +0200 Boris Feld configitems: register the 'largefiles.patterns' config
Tue, 05 Sep 2017 15:06:45 -0700 Martin von Zweigbergk cleanup: rename "matchfn" to "match" where obviously a matcher
Sun, 14 May 2017 16:19:47 +0900 Yuya Nishihara commands: move templates of common command options to cmdutil (API)
Sat, 09 Jan 2016 23:07:20 +0900 Yuya Nishihara registrar: move cmdutil.command to registrar module (API)
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:35 +0900 FUJIWARA Katsunori largefiles: avoid redundant changectx looking up at each repetitions
Fri, 24 Mar 2017 22:29:22 +0900 FUJIWARA Katsunori largefiles: avoid redundant standin() invocations
Fri, 24 Mar 2017 22:24:58 +0900 FUJIWARA Katsunori largefiles: omit redundant isstandin() before splitstandin()
Fri, 24 Mar 2017 22:13:23 +0900 FUJIWARA Katsunori misc: update descriptions about removed file for filectxfn
Tue, 18 Oct 2016 16:45:39 +0200 Mads Kiilerich largefiles: clarify variable name holding file mode
Sat, 08 Oct 2016 00:59:40 +0200 Mads Kiilerich largefiles: when setting/clearing x bit on largefiles, don't change other bits
Tue, 14 Jun 2016 11:21:41 +0200 liscju largefiles: make storefactory._openstore public
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Thu, 12 May 2016 11:36:51 +0200 liscju largefiles: rename match_ to matchmod import in lfcommands
Sat, 07 May 2016 15:44:46 +0200 liscju py3: make largefiles/lfcommands.py use absolute_import
Sat, 04 Jun 2016 16:53:44 +0200 liscju largefiles: move basestore._openstore into new module to remove cycle
Sun, 13 Mar 2016 23:16:44 +0100 liscju largefiles: replace invocation of os.path module by vfs in lfcommands.py
Fri, 11 Mar 2016 22:26:06 +0800 Anton Shestakov largefiles: use revisions as a ui.progress unit
Fri, 11 Mar 2016 22:21:43 +0800 Anton Shestakov largefiles: specify unit for ui.progress when operating on files
Fri, 15 Jan 2016 13:14:46 -0800 Bryan O'Sullivan with: use context manager for wlock in updatelfiles
Tue, 12 Jan 2016 14:31:02 -0800 Bryan O'Sullivan largefiles: use util.readfile in lfconvert
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Tue, 10 Nov 2015 15:08:56 -0800 Christian Delahousse largefiles: specify where .orig files are kept
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 12 Jun 2015 16:11:42 -0400 Matt Harbison largefiles: restore the original converter class after lfconvert --to-normal
Sat, 06 Jun 2015 22:10:18 -0400 Matt Harbison largefiles: ignore hidden changesets with 'verify --large --lfa'
Thu, 28 May 2015 14:14:11 -0400 Matt Harbison largefiles: drop the unused lfcommands._addchangeset()
Thu, 28 May 2015 13:34:37 -0400 Matt Harbison largefiles: use the convert extension for 'lfconvert --to-normal'
Sat, 17 Jan 2015 03:34:57 +0100 Mads Kiilerich largefiles: always consider updatelfiles 'checked' parameter set
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Fri, 09 Jan 2015 19:10:09 +0100 Mads Kiilerich largefiles: don't rehash largefiles in updatelfiles if standin hash changed
Thu, 01 Jan 2015 16:47:14 -0600 Matt Mackall merge with stable
Wed, 31 Dec 2014 14:46:03 +0100 Mads Kiilerich largefiles: backout f72d73937853 - linear updates handle m -> a differently stable 3.2.4
Sat, 08 Nov 2014 00:48:41 +0900 FUJIWARA Katsunori largefiles: move "copyalltostore" invocation into "markcommitted"
Wed, 05 Nov 2014 23:24:47 +0900 FUJIWARA Katsunori largefiles: get function to write status messages via "getstatuswriter()"
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Fri, 15 Aug 2014 20:28:51 +0900 FUJIWARA Katsunori largefiles: update lfdirstate for unchanged largefiles during linear merging
Mon, 11 Aug 2014 22:29:43 +0900 FUJIWARA Katsunori largefiles: factor out synchronization of lfdirstate for future use
Wed, 23 Jul 2014 00:10:24 +0900 FUJIWARA Katsunori largefiles: use "normallookup" on "lfdirstate" while reverting stable
Wed, 23 Jul 2014 00:10:24 +0900 FUJIWARA Katsunori largefiles: invoke "normallookup" on "lfdirstate" for merged files stable
Tue, 22 Jul 2014 23:59:34 +0900 FUJIWARA Katsunori largefiles: use "normallookup", if "mtime" of standin is unset stable
Sun, 04 May 2014 22:23:45 -0700 Gregory Szorc largefiles: define inferrepo in command decorator
Sun, 04 May 2014 21:11:15 -0700 Gregory Szorc largefiles: define norepo in command decorator
Thu, 15 Aug 2013 16:49:27 -0500 Sean Farley memfilectx: call super.__init__ instead of duplicating code
Sun, 04 May 2014 21:09:06 -0700 Gregory Szorc largefiles: declare commands using decorator
Sat, 27 Apr 2013 23:19:52 +0200 Mads Kiilerich largefiles: full debugdirstate functionality for largefiles
Thu, 18 Apr 2013 18:56:18 +0200 Mads Kiilerich largefiles: update should only create a .orig backup of a largefile once
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Thu, 07 Nov 2013 01:56:40 +0100 Mads Kiilerich largefiles: update in two steps, handle interrupted updates better stable
Thu, 07 Nov 2013 01:49:48 +0100 Mads Kiilerich largefiles: inline _updatelfile, prepare for further refactorings stable
Thu, 07 Nov 2013 01:48:00 +0100 Mads Kiilerich largefiles: cache largefiles for update, also without printmessage stable
Thu, 07 Nov 2013 01:47:59 +0100 Mads Kiilerich largefiles: cleanup of printmessage handling - the printed flag was redundant stable
Tue, 07 May 2013 05:04:11 +0900 FUJIWARA Katsunori largefiles: check existence of the file with case awareness of the filesystem stable
Sat, 27 Apr 2013 00:41:42 +0200 Mads Kiilerich largefiles: use repo.wwrite for writing standins (issue3909) stable
Mon, 15 Apr 2013 01:53:37 +0200 Mads Kiilerich largefiles: introduce lfpull command for pulling missing largefiles
Mon, 15 Apr 2013 01:43:31 +0200 Mads Kiilerich largefiles: fix cat of non-largefiles from subdirectory
Mon, 15 Apr 2013 01:41:49 +0200 Mads Kiilerich largefiles: don't store whole file in memory for 'cat'
Thu, 28 Feb 2013 14:51:59 +0100 Mads Kiilerich merge with stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: updatelfiles should use working dir standins, not standins from p1 stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: simplify cachelfiles - don't spend a lot of time checking hashes stable
Thu, 28 Feb 2013 13:45:18 +0100 Mads Kiilerich largefiles: don't let update leave wrong largefiles in wd if fetch fails stable
Thu, 28 Feb 2013 13:44:24 +0100 Mads Kiilerich largefiles: fix download of largefiles from an empty list of changesets stable
Fri, 08 Feb 2013 13:08:25 +0100 Mads Kiilerich largefiles: docstrings for verify methods
Thu, 10 Jan 2013 09:43:28 -0500 Augie Fackler Merge with stable.
Thu, 10 Jan 2013 15:33:14 +0100 Mads Kiilerich largefiles: make update with backup files in .hglf slightly less broken stable
Fri, 28 Dec 2012 11:55:57 +0100 Mads Kiilerich largefiles: introduce basic debugstate --large functionality
Sun, 14 Oct 2012 14:44:08 -0400 Matt Harbison largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519)
Tue, 16 Oct 2012 11:43:15 -0700 Siddharth Agarwal commands: don't infer repo for commands like update (issue2748)
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:19 -0700 timeless spelling: update
Mon, 27 Aug 2012 23:17:21 +0200 Mads Kiilerich largefiles: minor code cleanup
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Tue, 31 Jul 2012 03:30:42 +0200 Mads Kiilerich check-code: indent 4 spaces in py files stable
Fri, 13 Jul 2012 14:49:16 +0200 Na'Tosha Bard largefiles: optimize status by synchronizing lfdirstate with the largefile on update
Sun, 24 Jun 2012 20:36:22 +0200 Na'Tosha Bard largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)
Tue, 15 May 2012 07:00:55 +0200 Matt Mackall merge with stable
Sun, 13 May 2012 17:34:55 +0200 Mads Kiilerich largefiles: use wlock for lfconvert (issue3444) stable
Sat, 12 May 2012 15:41:27 +0200 Na'Tosha Bard largefiles: optimize performance when updating (issue3440)
less more (0) -120 tip