log

age author description
Sat, 15 Sep 2012 21:43:05 +0200 Adrian Buehlmann store: let _auxencode() return the list of path segments
Sat, 15 Sep 2012 21:42:58 +0200 Adrian Buehlmann store: eliminate unneded last assignment to n in _auxencode()
Sat, 15 Sep 2012 21:42:52 +0200 Adrian Buehlmann store: unindent most of the contents of the for loop in _auxencode()
Sat, 15 Sep 2012 21:42:43 +0200 Adrian Buehlmann store: optimize _auxencode() by assigning to the list elements of the path
Sat, 15 Sep 2012 21:41:09 +0200 Adrian Buehlmann store: optimze _auxencode() a bit by grouping the reserved names by length
Sat, 15 Sep 2012 21:41:53 +0200 Adrian Buehlmann store: explain "aux.foo" versus "foo.aux" in doc of _auxencode()
Sat, 15 Sep 2012 21:41:45 +0200 Adrian Buehlmann store: add 'com0' and 'lpt0' doctest cases for _auxencode()
Sat, 15 Sep 2012 08:38:02 +0200 Patrick Mezard wireproto: fix check-code.py breakage introduced by 6d97dd630d79
Sat, 15 Sep 2012 00:06:08 +0400 Nikolaj Sjujskij record: fix display of non-ASCII names in chunk selection
Fri, 14 Sep 2012 21:05:24 +0200 Patrick Mezard tests: enable even more Windows server tests
Fri, 14 Sep 2012 20:40:52 +0200 Patrick Mezard test-obsolete-checkheads: fix on windows
Fri, 14 Sep 2012 12:09:44 -0700 Bryan O'Sullivan sshserver: avoid a multi-dot attribute lookup in a hot loop
Fri, 14 Sep 2012 12:09:05 -0700 Bryan O'Sullivan store: reduce string concatenation when joining
Fri, 14 Sep 2012 12:08:55 -0700 Bryan O'Sullivan scmutil: use the new faster path split
Fri, 14 Sep 2012 12:08:17 -0700 Bryan O'Sullivan util: implement a faster os.path.split for posix systems
Fri, 14 Sep 2012 12:07:33 -0700 Bryan O'Sullivan scmutil: make join cheaper
Fri, 14 Sep 2012 12:06:40 -0700 Bryan O'Sullivan wireproto: don't format a debug string inside a hot loop
Fri, 14 Sep 2012 12:05:37 -0700 Bryan O'Sullivan wireproto: bypass filechunkiter for small files when streaming
Fri, 14 Sep 2012 12:05:12 -0700 Bryan O'Sullivan wireproto: don't audit local paths during stream_out
Fri, 14 Sep 2012 12:04:46 -0700 Bryan O'Sullivan scmutil: delegate mustaudit property to the real opener
Fri, 14 Sep 2012 12:04:35 -0700 Bryan O'Sullivan scmutil: turn opener._audit into a property, mustaudit
Fri, 14 Sep 2012 13:02:31 +0200 Adrian Buehlmann perf: add perffncacheencode
Thu, 13 Sep 2012 17:00:56 -0700 Bryan O'Sullivan Merge with mpm
Sun, 26 Aug 2012 01:28:22 +0200 Pierre-Yves David bookmark: take successors into account when updating (issue3561)
Sun, 26 Aug 2012 00:28:56 +0200 Pierre-Yves David bookmarks: extract valid destination logic in a dedicated function
Sun, 26 Aug 2012 00:27:44 +0200 Pierre-Yves David checkheads: don't warn about unsynced changes that we ill obsolete
Sun, 26 Aug 2012 00:25:33 +0200 Pierre-Yves David checkheads: check successors for new heads in both missing and common
Fri, 24 Aug 2012 16:52:45 +0200 Pierre-Yves David checkheads: attend to phases when computing new heads with obsolete
Wed, 01 Aug 2012 19:35:05 +0200 Pierre-Yves David test: add testing of checkheads behavior with obsolete
Thu, 13 Sep 2012 14:33:10 -0500 Matt Mackall merge with stable