hgext/largefiles/overrides.py
Sun, 09 Sep 2012 20:18:08 -0400 Matt Harbison largefiles: exit from remove with 1 on warnings stable
Wed, 05 Sep 2012 21:26:08 -0400 Matt Harbison largefiles: preserve exit code from outgoing command (issue3611) stable
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: directly
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
Sat, 28 Jul 2012 22:55:01 +0200 Simon Heimberg largefiles: use hg.peer instead of hg.remoteui stable
Fri, 20 Jul 2012 19:08:26 -0400 Matt Harbison largefiles: support revsets for outgoing --large stable
Fri, 20 Jul 2012 19:14:41 -0400 Matt Harbison largefiles: support revsets for cat stable
Fri, 20 Jul 2012 18:13:19 -0400 Matt Harbison largefiles: support revsets for revert stable
Fri, 27 Jul 2012 12:33:48 -0500 Matt Mackall largefiles: fix exception hack for i18n (issue3197) stable
Sun, 22 Jul 2012 23:37:53 -0400 Matt Harbison largefiles: fix path handling for cp/mv (issue3516) stable
Thu, 19 Jul 2012 23:35:13 -0400 Matt Harbison largefiles: ensure addlargefiles() doesn't add a standin as a largefile stable
Thu, 19 Jul 2012 11:12:05 -0400 Matt Harbison largefiles: fix a traceback when addremove follows a remove (issue3507) stable
Thu, 19 Jul 2012 06:30:59 -0400 Matt Harbison largefiles: fix addremove with -R option stable
Fri, 13 Jul 2012 21:46:53 +0200 Sune Foldager peer: introduce peer methods to prepare for peer classes
Sat, 16 Jun 2012 22:34:06 -0400 Matt Harbison subrepo: propagate matcher to subrepos when archiving
Mon, 18 Jun 2012 22:45:21 -0400 Matt Harbison largefiles: remove a standin check that could never be true
Mon, 18 Jun 2012 23:02:51 -0400 Matt Harbison largefiles: fix the directory structure when archiving a subrepo in a subrepo
Sun, 17 Jun 2012 21:57:48 -0400 Matt Harbison largefiles: fix a traceback when archiving a subrepo in a subrepo
Sun, 13 May 2012 12:11:50 +0200 Na'Tosha Bard largefiles: fix addremove when largefile is missing (issue3227)
Wed, 16 May 2012 11:40:33 -0500 Matt Mackall largefiles: fix default clone destination regression
Sun, 13 May 2012 22:59:22 +0200 Levi Bard largefiles: don't attempt to clone all largefiles to non-local destinations
Sat, 12 May 2012 11:45:22 +0200 Na'Tosha Bard largefiles: add --all-largefiles flag to pull
Sat, 12 May 2012 09:59:01 +0200 Na'Tosha Bard largefiles: refactor downloading of all largefiles to generic function
Fri, 11 May 2012 23:11:43 +0200 Na'Tosha Bard largefiles: add --all-largefiles flag to clone (issue3188)
Sat, 12 May 2012 00:06:11 +0200 Matt Mackall merge with stable
Fri, 11 May 2012 15:32:22 +0200 Na'Tosha Bard largefiles: fix deletion of multiple missing largefiles (issue3329) stable
Fri, 11 May 2012 14:42:26 +0200 Na'Tosha Bard largefiles: follow normal codepath for addremove if non-largefiles repo (issue3249) stable
Thu, 03 May 2012 21:32:57 -0400 Matt Harbison largefiles: make archive -S store largefiles instead of standins
Sun, 22 Apr 2012 13:19:22 -0400 Matt Harbison largefiles: notice dirty large files in a subrepo stable
Sun, 22 Apr 2012 03:47:34 -0400 Matt Harbison largefiles: fix status -S reporting of subrepos (issue3231) stable
Sun, 15 Apr 2012 16:05:57 +0200 Martin Geisler largefiles: hide .hglf/ prefix for largefiles in hgweb
Mon, 16 Apr 2012 17:03:39 +0200 Na'Tosha Bard largefiles: fix cat for largefiles (issue3352)
Fri, 09 Mar 2012 17:11:07 +0100 Na'Tosha Bard largefiles: fix check-code errors.
Fri, 09 Mar 2012 16:11:52 +0100 Na'Tosha Bard largefiles: remove use of underscores that breaks coding convention
Fri, 09 Mar 2012 15:26:13 +0100 Na'Tosha Bard largefiles: only update changed largefiles when transplanting
Fri, 09 Mar 2012 16:45:49 +0100 Na'Tosha Bard largefiles: move calculation of largefiles for updating to utility function
Thu, 08 Mar 2012 15:59:33 -0600 Matt Mackall merge with stable
Thu, 08 Mar 2012 13:35:27 -0600 Matt Mackall i18n: fix all remaining uses of % inside _() stable
Mon, 13 Feb 2012 18:37:07 +0100 Na'Tosha Bard largefiles: optimize update speed by only updating changed largefiles
Fri, 10 Feb 2012 17:09:23 -0600 Matt Mackall merge with stable
Fri, 10 Feb 2012 14:46:09 +0100 Na'Tosha Bard largefiles: only cache largefiles in new heads stable
Thu, 09 Feb 2012 17:04:17 -0600 Matt Mackall merge: don't use unknown()
Thu, 09 Feb 2012 16:50:19 -0600 Matt Mackall merge: refactor unknown file conflict checking
Mon, 06 Feb 2012 12:16:29 +0900 FUJIWARA Katsunori largefiles: reduce redundant splitstandin/standin combination
Mon, 06 Feb 2012 12:16:29 +0900 FUJIWARA Katsunori largefiles: reduce OR-ing of same conditions
Wed, 25 Jan 2012 16:52:16 +0100 Na'Tosha Bard largefiles: fix revert on missing largefile (issue3217) stable
Wed, 25 Jan 2012 14:10:01 +0100 Na'Tosha Bard largefiles: fix transplant for all cases (issue3192) stable
Mon, 23 Jan 2012 13:24:32 +0100 Na'Tosha Bard largefiles: fix addremove when no largefiles are specified stable
Fri, 02 Dec 2011 18:20:32 +0100 Na'Tosha Bard largefiles: add --normal option to hg add (issue3061) stable
Thu, 19 Jan 2012 10:07:13 +0100 Patrick Mezard largefiles: test and simplify empty directory removal in remove
Wed, 18 Jan 2012 11:33:14 +0100 Na'Tosha Bard largefiles: cache new largefiles for new heads when pulling
Wed, 18 Jan 2012 14:19:43 +0100 Na'Tosha Bard largefiles: check if largefile could be found when archiving (issue3193)
Wed, 11 Jan 2012 16:53:51 +0100 Na'Tosha Bard largefiles: correctly download new largefiles when merging
Sat, 07 Jan 2012 19:05:59 +0100 Levi Bard largefiles: fix inappropriate locking (issue3182)
Sat, 07 Jan 2012 12:42:54 +0100 Na'Tosha Bard largefiles: implement addremove (issue3064)
Sun, 08 Jan 2012 14:50:20 +0100 Martin Geisler merge with stable
Sun, 08 Jan 2012 12:35:47 +0100 Na'Tosha Bard largefiles: fix output of hg summary (issue3060) stable
Sun, 08 Jan 2012 11:19:51 +0100 Na'Tosha Bard largefiles: fix confusion upon removal of added largefile (issue3176) stable
less more (0) -60 tip