mercurial/dirstate.py
Thu, 17 Jan 2013 23:46:08 -0800 Siddharth Agarwal dirstate: move pure python dirstate packing to pure/parsers.py
Sun, 16 Dec 2012 20:33:00 +0200 Idan Kamara dirstate: refresh _branch cache entry after writing it
Sun, 16 Dec 2012 23:02:54 -0600 Kevin Bullock merge with crew-stable
Thu, 29 Nov 2012 08:44:54 -0500 Tim Henigan dirstate: remove obsolete comment from setbranch stable
Sat, 15 Dec 2012 20:19:07 +0200 Idan Kamara dirstate: don't rename branch file if writing it failed stable
Mon, 03 Dec 2012 14:21:45 -0800 Siddharth Agarwal dirstate: inline more properties and methods in status
Tue, 04 Dec 2012 10:29:18 -0800 Siddharth Agarwal dirstate: test normalize is truthy instead of using a no-op lambda
Fri, 30 Nov 2012 15:55:08 -0800 Bryan O'Sullivan dirstate: avoid use of zip on big lists
Fri, 30 Nov 2012 15:55:07 -0800 Bryan O'Sullivan dirstate: move file type filtering to its source
Thu, 29 Nov 2012 08:44:54 -0500 Tim Henigan dirstate: remove obsolete comment from setbranch
Tue, 27 Nov 2012 08:47:35 -0500 Tim Henigan update: allow update to existing branches with invalid names (issue3710) stable
Tue, 23 Oct 2012 21:25:22 -0700 Bryan O'Sullivan dirstate: handle dangling junctions on windows (issue2579) stable
Wed, 17 Oct 2012 21:42:06 -0500 Kevin Bullock scmutil: add bad character checking to checknewlabel
Wed, 17 Oct 2012 21:32:19 -0500 Kevin Bullock dirstate: use scmutil.checknewlabel to check new branch name
Mon, 08 Oct 2012 17:50:42 -0500 Matt Mackall dirstate: handle large dates and times with masking (issue2608)
Mon, 16 Jul 2012 16:19:53 -0500 Matt Mackall dirstate: drop assert
Wed, 04 Jul 2012 01:31:37 +0200 Adrian Buehlmann dirstate: eliminate redundant check parameter on _addpath()
Mon, 18 Jun 2012 08:06:42 -0700 Joshua Redstone dirstate: factor common update code into _addpath
Wed, 30 May 2012 12:55:33 -0700 Bryan O'Sullivan parsers: add a C function to pack the dirstate
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Sun, 29 Apr 2012 22:25:55 +0200 Patrick Mezard localrepo: add setparents() to adjust dirstate copies (issue3407) stable
Sat, 28 Apr 2012 20:29:21 +0200 Patrick Mezard dirstate: preserve path components case on renames (issue3402) stable
Sun, 22 Apr 2012 20:06:36 +0200 Patrick Mezard rebase: skip resolved but emptied revisions stable
Thu, 19 Apr 2012 18:11:42 +0300 Idan Kamara dirstate: write branch file atomically stable
Sat, 31 Mar 2012 15:55:03 +0900 FUJIWARA Katsunori dirstate: fix some problems for recursive case normalization (issue3342) stable
Sat, 31 Mar 2012 00:04:08 +0900 FUJIWARA Katsunori dirstate: avoid normalizing letter case on icasefs for exact match (issue3340) stable
Wed, 28 Mar 2012 19:24:13 -0500 Matt Mackall dirstate: normalize case of directory components stable
Thu, 15 Mar 2012 00:46:37 +0900 FUJIWARA Katsunori icasefs: use case preserved root for 'util.fspath()' invocation (issue3302) stable
Thu, 01 Mar 2012 17:49:59 +0200 Idan Kamara dirstate: filecacheify _ignore (issue3278) stable 2.1.1
Thu, 01 Mar 2012 17:42:49 +0200 Idan Kamara dirstate: filecacheify _branch stable
Thu, 01 Mar 2012 17:39:58 +0200 Idan Kamara dirstate: add filecache support stable
Thu, 23 Feb 2012 00:07:54 +0900 FUJIWARA Katsunori context: add 'dirs()' to changectx/workingctx for directory patterns stable
Mon, 09 Jan 2012 20:16:57 -0600 Matt Mackall merge with stable
Fri, 06 Jan 2012 07:37:59 +0100 Pierre-Yves David dirstate: propagate IOError other than ENOENT when reading branch stable
Sun, 08 Jan 2012 18:15:54 +0100 Martin Geisler Use explicit integer division
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori icasefs: avoid normcase()-ing in util.fspath() for efficiency stable
Fri, 16 Dec 2011 21:09:40 +0900 FUJIWARA Katsunori dirstate: prevent useless util.fspath() invocation for '.' stable
Tue, 22 Nov 2011 17:26:31 -0600 Matt Mackall dirstate: use util.normcase to build foldmap stable
Tue, 15 Nov 2011 14:25:11 -0600 Matt Mackall dirstate: fix case-folding identity for traditional Unix stable
Tue, 01 Nov 2011 15:19:37 -0500 Matt Mackall dirstate: don't fail when dropping a not-tracked file (issue3080) stable 2.0
Sat, 22 Oct 2011 16:12:33 -0500 Matt Mackall windows: recompute flags when committing a merge (issue1802) stable
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall dirstate: rename forget to drop
Sun, 08 May 2011 20:45:47 +0200 Adrian Buehlmann rename util.is_exec to isexec
Mon, 02 May 2011 10:11:18 +0200 Dan Villiom Podlaski Christiansen prevent transient leaks of file handle by using new helper functions
Thu, 21 Apr 2011 13:18:52 +0200 Adrian Buehlmann move checkfilename from util to scmutil
Fri, 15 Apr 2011 16:15:30 +0200 Adrian Buehlmann util: new function checkfilename
Mon, 04 Apr 2011 15:52:55 -0500 Matt Mackall dirstate: add p1/p2 convenience methods
Fri, 25 Mar 2011 15:03:53 +0100 Adrian Buehlmann dirstate: eliminate _lastnormal set
Thu, 24 Mar 2011 18:39:54 +0100 Adrian Buehlmann dirstate: check mtime when adding to _lastnormal
Wed, 23 Mar 2011 11:22:29 +0100 Adrian Buehlmann dirstate: reset _lastnormal and _lastnormaltime
Wed, 23 Mar 2011 09:34:22 -0500 Matt Mackall dirstate: flush _lastnormal when we see newer filesystem times
Wed, 23 Mar 2011 09:20:40 -0500 Matt Mackall merge with stable
Tue, 22 Mar 2011 11:59:43 -0500 Matt Mackall dirstate: introduce a public case normalizing method stable
Sun, 20 Mar 2011 17:41:09 -0400 Greg Ward dirstate: avoid a race with multiple commits in the same process
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Fri, 04 Feb 2011 09:17:07 +0100 Martin Geisler merge with stable
Fri, 04 Feb 2011 09:05:23 +0100 trbs subrepo: fix pruning of subrepo filenames in dirstate (issue2619) stable
Wed, 05 Jan 2011 15:56:03 +0100 Martin Geisler merge with stable
less more (0) -300 -100 -60 tip