Sat, 14 Sep 2013 11:22:34 +0800 |
Wei, Elson |
util.h: getbe32() and putbe32() use intrinsic function to improve performance
|
Fri, 06 Sep 2013 13:30:58 +0400 |
Alexander Plavin |
hgweb: add appendFormatHTML javascript function
|
Fri, 06 Sep 2013 13:30:58 +0400 |
Alexander Plavin |
hgweb: add removeByClassName javascript function
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: add docFromHTML javascript function
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: add makeRequest javascript function
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: add format javascript function
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: add nextentry variable for easy pagination in changelog
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: always compute all entries and latestentry in changelog
|
Tue, 17 Sep 2013 17:42:13 +0200 |
David Soria Parra |
templatefilters: add short format for age formatting
|
Fri, 06 Sep 2013 13:30:57 +0400 |
Alexander Plavin |
hgweb: remove unused argument of changelist function in changelog
|
Tue, 17 Sep 2013 23:34:57 -0500 |
Sean Farley |
context: move evolution functions from changectx to basectx
|
Tue, 17 Sep 2013 18:34:45 -0500 |
Sean Farley |
context: use correct spelling of committable
|
Tue, 17 Sep 2013 18:19:04 -0500 |
Matt Mackall |
check-code: check C patterns against .h files
|
Tue, 17 Sep 2013 18:13:54 -0500 |
Matt Mackall |
check-code: make casting style check more precise
|
Tue, 10 Sep 2013 19:49:34 -0700 |
Durham Goode |
log: make file log slow path usable on large repos
|
Fri, 13 Sep 2013 15:40:04 -0500 |
Jeff Sickel |
plan9: update util.py for cpython 2.7 build
|
Fri, 06 Sep 2013 23:47:59 -0700 |
Siddharth Agarwal |
parse_manifest: rewrite to use memchr
|
Mon, 16 Sep 2013 12:17:55 -0700 |
Bryan O'Sullivan |
parsers: correctly handle a failed allocation
|
Mon, 16 Sep 2013 12:12:37 -0700 |
Bryan O'Sullivan |
parsers: use Py_INCREF safely
|
Mon, 16 Sep 2013 12:10:28 -0700 |
Bryan O'Sullivan |
parsers: state is a char, not an int
|
Fri, 13 Sep 2013 10:00:57 +0800 |
Wei, Elson |
setup: check if mercurial/util.h has been modified
|
Fri, 13 Sep 2013 09:54:43 +0800 |
Wei, Elson |
util.h: add stdint basic type definitions
|
Fri, 06 Sep 2013 13:30:56 +0400 |
Alexander Plavin |
hgweb: add revset syntax support to search
|
Fri, 06 Sep 2013 13:30:56 +0400 |
Alexander Plavin |
revset: add a whitelist of DoS-safe symbols
|
Wed, 07 Aug 2013 01:21:31 +0400 |
Alexander Plavin |
revset: add helper function to get functions used in a revset parse tree
|
Fri, 09 Aug 2013 22:52:58 +0400 |
Alexander Plavin |
revset: add helper function to get revset parse tree depth
|
Sat, 07 Sep 2013 00:59:24 -0700 |
Siddharth Agarwal |
parsers: use a lookup table to convert hex to binary
|
Fri, 06 Sep 2013 23:05:33 -0700 |
Siddharth Agarwal |
revlog: remove _chunkbase since it is no longer used
|
Fri, 06 Sep 2013 23:05:11 -0700 |
Siddharth Agarwal |
revlog: move chunk cache preload from revision to _chunks
|
Fri, 06 Sep 2013 22:57:51 -0700 |
Siddharth Agarwal |
revlog._chunks: inline getchunk
|
Sat, 07 Sep 2013 12:42:46 -0700 |
Siddharth Agarwal |
revlog.revision: fix cache preload for inline revlogs
|
Fri, 06 Sep 2013 16:31:35 -0700 |
Siddharth Agarwal |
revlog: add a fast method for getting a list of chunks
|
Fri, 06 Sep 2013 13:35:29 -0700 |
Siddharth Agarwal |
perfmanifest: allow and require passing in a rev
|
Fri, 06 Sep 2013 13:20:07 -0700 |
Siddharth Agarwal |
perfmanifest: fix cache invalidation
|
Fri, 06 Sep 2013 13:16:21 -0700 |
Siddharth Agarwal |
lrucachedict: implement clear()
|
Sat, 07 Sep 2013 16:08:11 -0500 |
Kevin Bullock |
merge with stable
|
Sat, 07 Sep 2013 21:20:00 +0200 |
Antoine Pitrou |
bundle: fix performance regression when bundling file changes (issue4031)
stable
|
Sat, 07 Sep 2013 00:08:36 -0500 |
Kevin Bullock |
merge with stable
|
Tue, 06 Aug 2013 00:52:06 +0400 |
Alexander Plavin |
revset: fix wrong keyword() behaviour for strings with spaces
stable
|
Thu, 15 Aug 2013 13:42:56 -0500 |
Sean Farley |
commitablefilectx: move children from workingfilectx
|
Thu, 15 Aug 2013 13:42:33 -0500 |
Sean Farley |
commitablefilectx: move parents from workingfilectx
|
Thu, 15 Aug 2013 13:23:06 -0500 |
Sean Farley |
commitablefilectx: move __nonzero__ from workingfilectx
|
Thu, 15 Aug 2013 13:12:50 -0500 |
Sean Farley |
commitablefilectx: move __init__ from workingfilectx
|
Thu, 15 Aug 2013 13:11:51 -0500 |
Sean Farley |
commitablefilectx: add a class that will be used for mutable file contexts
|
Wed, 14 Aug 2013 16:40:34 -0500 |
Sean Farley |
commitablectx: move dirs from workingctx
|
Wed, 14 Aug 2013 16:40:27 -0500 |
Sean Farley |
commitablectx: move markcommitted from workingctx
|
Wed, 14 Aug 2013 16:37:59 -0500 |
Sean Farley |
commitablectx: move ancestors from workingctx
|
Wed, 14 Aug 2013 16:37:11 -0500 |
Sean Farley |
commitablectx: move walk from workingctx
|
Wed, 14 Aug 2013 16:37:01 -0500 |
Sean Farley |
commitablectx: move ancestor from workingctx
|
Wed, 14 Aug 2013 16:25:43 -0500 |
Sean Farley |
commitablectx: move flags from workingctx
|
Wed, 14 Aug 2013 16:25:26 -0500 |
Sean Farley |
commitablectx: move children from workingctx
|
Wed, 14 Aug 2013 16:25:17 -0500 |
Sean Farley |
commitablectx: move hidden from workingctx
|
Wed, 14 Aug 2013 16:24:59 -0500 |
Sean Farley |
commitablectx: move phase from workingctx
|
Wed, 14 Aug 2013 16:24:33 -0500 |
Sean Farley |
commitablectx: move bookmarks from workingctx
|
Wed, 14 Aug 2013 16:24:16 -0500 |
Sean Farley |
commitablectx: move tags from workingctx
|
Wed, 14 Aug 2013 16:23:28 -0500 |
Sean Farley |
commitablectx: move extra from workingctx
|
Wed, 14 Aug 2013 16:23:16 -0500 |
Sean Farley |
commitablectx: move closesbranch from workingctx
|
Wed, 14 Aug 2013 16:23:02 -0500 |
Sean Farley |
commitablectx: move branch from workingctx
|
Wed, 14 Aug 2013 16:22:42 -0500 |
Sean Farley |
commitablectx: move clean from workingctx
|
Wed, 14 Aug 2013 16:22:32 -0500 |
Sean Farley |
commitablectx: move ignored from workingctx
|
Wed, 14 Aug 2013 16:22:20 -0500 |
Sean Farley |
commitablectx: move unknown from workingctx
|
Wed, 14 Aug 2013 16:21:55 -0500 |
Sean Farley |
commitablectx: move deleted from workingctx
|
Wed, 14 Aug 2013 16:15:29 -0500 |
Sean Farley |
commitablectx: move removed from workingctx
|
Wed, 14 Aug 2013 16:15:18 -0500 |
Sean Farley |
commitablectx: move added from workingctx
|