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
|
Tue, 04 Jan 2011 03:53:11 -0800 |
Oleg Stepanov |
subrepo: do not report known files inside repositories as unknown
stable
|
Thu, 02 Dec 2010 03:43:06 +0100 |
David Soria Parra |
avoid .split() in for loops and use tuples instead
|
Wed, 24 Nov 2010 15:56:32 -0600 |
Matt Mackall |
branch: operate on branch names in local string space where possible
|