hgext/largefiles/lfcommands.py
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)
Sat, 12 May 2012 09:59:01 +0200 Na'Tosha Bard largefiles: refactor downloading of all largefiles to generic function
Sat, 12 May 2012 16:00:58 +0200 Brodie Rao cleanup: "raise SomeException()" -> "raise SomeException"
Sun, 29 Apr 2012 22:25:55 +0200 Patrick Mezard localrepo: add setparents() to adjust dirstate copies (issue3407) stable
Mon, 16 Apr 2012 17:03:39 +0200 Na'Tosha Bard largefiles: fix cat for largefiles (issue3352)
Fri, 09 Mar 2012 16:11:52 +0100 Na'Tosha Bard largefiles: remove use of underscores that breaks coding convention
Thu, 08 Mar 2012 13:35:27 -0600 Matt Mackall i18n: fix all remaining uses of % inside _() stable
Wed, 18 Jan 2012 15:07:15 -0600 Matt Mackall merge with stable
Mon, 16 Jan 2012 19:45:35 +0100 Na'Tosha Bard largefiles: correctly handle newly added largefile on other side of merge
Tue, 17 Jan 2012 11:29:32 +0100 Patrick Mezard largefiles: remove empty directories upon update (issue3202) stable
Wed, 11 Jan 2012 16:53:51 +0100 Na'Tosha Bard largefiles: correctly download new largefiles when merging
Sun, 08 Jan 2012 17:46:27 +0100 Levi Bard largefiles: remove pasted code
Sun, 08 Jan 2012 17:06:34 +0100 Levi Bard largefiles: add error checking to tags conversion (issue3092)
Sun, 08 Jan 2012 17:03:39 +0100 Levi Bard largefiles: don't reference uninitialized variable (issue3092)
Sat, 07 Jan 2012 18:43:34 +0100 Na'Tosha Bard largefiles: correctly handle dirstate status when rebasing
Fri, 09 Dec 2011 17:35:00 +0100 Martin Geisler largefiles: handle merges between normal files and largefiles (issue3084) stable
Thu, 24 Nov 2011 17:54:50 +0900 FUJIWARA Katsunori largefiles: use "ui.configlist()" to get largefiles.patterns configuration stable
Fri, 11 Nov 2011 02:33:01 +0900 FUJIWARA Katsunori largefiles: treat status of cache missed largefiles as "missing" correctly stable
Fri, 28 Oct 2011 15:00:21 +0200 Martin Geisler largefiles: fix uppercase in abort message stable
Tue, 25 Oct 2011 11:45:28 -0400 Hao Lian largefiles: remove lfutil.createdir, replace calls with util.makedirs stable
Sat, 22 Oct 2011 14:20:17 -0400 Greg Ward largefiles: rearrange how lfconvert detects non-local repos stable
Sat, 22 Oct 2011 14:17:19 -0400 Greg Ward largefiles: test lfconvert error handling; remove redundant code stable
Thu, 20 Oct 2011 21:56:30 -0400 Greg Ward largefiles: rename lfconvert --tonormal option to --to-normal stable
Thu, 20 Oct 2011 13:24:11 -0400 Benjamin Pollack largefiles: make the store primary, and the user cache secondary stable
Tue, 18 Oct 2011 17:28:26 -0500 Eli Carter largefiles: fix newline for lfconverted repos stable
Tue, 18 Oct 2011 16:40:59 -0500 Eli Carter largefiles: include 'largefiles' in converted repository requirements stable
Thu, 13 Oct 2011 21:42:54 -0400 Greg Ward largefiles: cosmetics, whitespace, code style
Thu, 13 Oct 2011 20:45:49 -0400 Greg Ward largefiles: more work on cleaning up comments
Thu, 13 Oct 2011 20:24:29 -0400 Greg Ward largefiles: improve error reporting
Wed, 12 Oct 2011 20:59:27 -0400 Greg Ward largefiles: improve comments, internal docstrings
Tue, 11 Oct 2011 21:10:03 -0400 Greg Ward largefiles: improve help
Tue, 11 Oct 2011 21:07:08 -0400 Greg Ward largefiles: allow minimum size to be a float
Tue, 11 Oct 2011 21:11:01 -0400 Greg Ward largefiles: factor out lfutil.getminsize()
Tue, 11 Oct 2011 10:42:56 +0200 Na'Tosha Bard largefiles: remove pre-1.9 code from extension first bundled with 1.9
Thu, 29 Sep 2011 17:16:42 -0500 Matt Mackall largefiles: mark a string for translation
less more (0) -60 tip