log hgext/largefiles/overrides.py @ 29272:e82ca7d0967c stable

age author description
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