Wed, 11 Apr 2012 11:07:30 +0200 |
Patrick Mezard |
graphlog: refactor revset() to return revisions
|
changeset |
files
|
Thu, 12 Apr 2012 15:21:54 -0700 |
Bryan O'Sullivan |
store: speed up read and write of large fncache files
|
changeset |
files
|
Thu, 12 Apr 2012 15:21:52 -0700 |
Bryan O'Sullivan |
perf: time fncache read and write performance
|
changeset |
files
|
Sun, 01 Apr 2012 14:12:14 +0200 |
Angel Ezquerra |
revset: add "matching" keyword
|
changeset |
files
|
Tue, 10 Apr 2012 23:40:20 -0700 |
Steven Stallion |
plan9: add execute permissions to 9diff
|
changeset |
files
|
Tue, 10 Apr 2012 23:24:12 -0700 |
Steven Stallion |
transplant: permit merge changesets via --parent
|
changeset |
files
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
help: fix indentation on cacert (issue3350)
|
changeset |
files
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
stream_in: avoid debug calls when debug is disabled
|
changeset |
files
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
util: create bytecount array just once
|
changeset |
files
|
Sun, 08 Apr 2012 11:14:56 +0200 |
Patrick Mezard |
revset: avoid set duplication in roots()
stable
|
changeset |
files
|
Sun, 08 Apr 2012 11:13:06 +0200 |
Patrick Mezard |
revset: retrieve a bit less parents in roots()
stable
|
changeset |
files
|
Sun, 08 Apr 2012 11:11:30 +0200 |
Patrick Mezard |
revset: do not ignore input revisions in roots()
stable
|
changeset |
files
|
Tue, 10 Apr 2012 16:53:29 -0500 |
Matt Mackall |
util.h: more Python 2.4 fixes
|
changeset |
files
|
Mon, 09 Apr 2012 13:48:45 -0700 |
Bryan O'Sullivan |
dispatch: add support for statprof as a profiler
|
changeset |
files
|
Mon, 09 Apr 2012 14:36:16 -0700 |
Steven Stallion |
ui: optionally quiesce ssl verification warnings on python 2.5
|
changeset |
files
|
Mon, 09 Apr 2012 22:16:26 -0700 |
Bryan O'Sullivan |
scmutil: speed up revrange
|
changeset |
files
|
Tue, 10 Apr 2012 12:49:12 -0500 |
Matt Mackall |
graft: add --dry-run support (issue3362)
|
changeset |
files
|
Fri, 06 Apr 2012 16:18:33 +0300 |
Idan Kamara |
repair: allow giving strip backup a different name
|
changeset |
files
|
Tue, 10 Apr 2012 12:07:18 -0500 |
Matt Mackall |
encoding: add fast-path for ASCII lowercase
|
changeset |
files
|
Tue, 10 Apr 2012 12:07:16 -0500 |
Matt Mackall |
perf: add case collision auditor perf
|
changeset |
files
|
Tue, 10 Apr 2012 12:07:14 -0500 |
Matt Mackall |
util.h: unify some common platform tweaks
|
changeset |
files
|
Tue, 10 Apr 2012 12:07:09 -0500 |
Matt Mackall |
util.h: move Py_ssize_t bits from mpatch.c
|
changeset |
files
|
Sun, 08 Apr 2012 12:43:41 -0700 |
Steven Stallion |
plan9: initial support for plan 9 from bell labs
|
changeset |
files
|
Sun, 08 Apr 2012 22:17:51 -0500 |
Matt Mackall |
util.h: add a typedef for Py_ssize_t with Python 2.4
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:26 -0500 |
Matt Mackall |
log: bypass file scan part of fastpath when no files
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:24 -0500 |
Matt Mackall |
cmdutil: use context instead of lookup
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:23 -0500 |
Matt Mackall |
scmutil: use context instead of lookup
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:10 -0500 |
Matt Mackall |
localrepo: lookup now goes through context
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:08 -0500 |
Matt Mackall |
context: use rev for changelog lookup
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:07 -0500 |
Matt Mackall |
context: internalize lookup logic
|
changeset |
files
|
Sun, 08 Apr 2012 12:38:02 -0500 |
Matt Mackall |
revlog: allow retrieving contents by revision number
|
changeset |
files
|
Sat, 07 Apr 2012 15:43:18 -0500 |
Matt Mackall |
revlog: add hasnode helper method
|
changeset |
files
|
Fri, 06 Apr 2012 15:18:14 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Fri, 06 Apr 2012 15:17:50 -0500 |
Matt Mackall |
merge with crew
stable
|
changeset |
files
|
Fri, 06 Apr 2012 15:16:30 -0500 |
Matt Mackall |
tags: defer tag validation until repo.tags() is called
|
changeset |
files
|
Fri, 06 Apr 2012 00:28:36 -0700 |
Bryan O'Sullivan |
parsers: fix a memleak, and add a clearcaches method to the index
|
changeset |
files
|
Wed, 04 Apr 2012 15:59:56 +0200 |
Patrick Mezard |
hghave: remove symlink test made useless by ac0da5caebec
stable
|
changeset |
files
|
Wed, 04 Apr 2012 13:55:11 +0200 |
Julien Cristau |
tests: disable progress estimate in test-debugbuilddag.t
stable
|
changeset |
files
|
Wed, 04 Apr 2012 12:46:54 -0500 |
Kevin Bullock |
ui: swallow EBADF on stderr
stable
|
changeset |
files
|
Thu, 05 Apr 2012 23:52:55 +0900 |
FUJIWARA Katsunori |
mq: use list of already known target files instead of matching object for diff
|
changeset |
files
|
Thu, 05 Apr 2012 23:52:06 +0900 |
FUJIWARA Katsunori |
mq: use exact matching in the second dirstate walking for efficiency of 'qnew'
|
changeset |
files
|
Thu, 05 Apr 2012 12:31:21 +0100 |
Jim Hague |
tests: avoid test-hup hanging on AIX
stable
|
changeset |
files
|
Thu, 05 Apr 2012 13:00:35 -0700 |
Bryan O'Sullivan |
parsers: incrementally parse the revlog index in C
|
changeset |
files
|
Thu, 05 Apr 2012 15:39:07 +0200 |
Patrick Mezard |
mdiff: fix diff header generation for files with spaces (issue3357)
stable
|
changeset |
files
|
Wed, 04 Apr 2012 00:00:47 +0200 |
Benoit Allard |
protocol: Add the stream-preferred capability
|
changeset |
files
|
Wed, 28 Mar 2012 16:06:20 +0200 |
Matteo Capobianco |
templates/filters: extracting the user portion of an email address
|
changeset |
files
|
Thu, 05 Apr 2012 19:15:23 +0200 |
Patrick Mezard |
context: make changectx.mutable() benefit from .phase() logic
stable
|
changeset |
files
|
Thu, 05 Apr 2012 19:23:04 +0200 |
Patrick Mezard |
patch: remove useless variable assignment
|
changeset |
files
|
Wed, 04 Apr 2012 12:31:31 +0200 |
Thomas Arendsen Hein |
export: catch exporting empty revsets (issue3353)
stable
|
changeset |
files
|
Wed, 04 Apr 2012 11:19:09 +0200 |
Thomas Arendsen Hein |
merge with stable
|
changeset |
files
|
Wed, 04 Apr 2012 11:18:42 +0200 |
Thomas Arendsen Hein |
test-merge-types: allow different output with existing hgmerge (issue3346)
stable
|
changeset |
files
|
Wed, 04 Apr 2012 10:57:48 +0200 |
Thomas Arendsen Hein |
inotify: catch SignalInterrupt during shutdown (issue3351)
stable
|
changeset |
files
|
Tue, 03 Apr 2012 22:02:04 +0200 |
Thomas Arendsen Hein |
merge with stable
|
changeset |
files
|
Tue, 03 Apr 2012 22:01:28 +0200 |
Thomas Arendsen Hein |
clone: always close source repository (issue2491)
stable
|
changeset |
files
|
Tue, 03 Apr 2012 21:02:00 +0200 |
Thomas Arendsen Hein |
merge with stable
|
changeset |
files
|
Tue, 03 Apr 2012 19:06:35 +0200 |
Thomas Arendsen Hein |
tests: make tests work if directory contains special characters
stable
|
changeset |
files
|
Tue, 03 Apr 2012 16:36:25 +0200 |
Thomas Arendsen Hein |
test-gpg: replace 825565136235 by md5sum check
stable
|
changeset |
files
|
Tue, 03 Apr 2012 11:35:04 -0500 |
Matt Mackall |
config: discard UTF-8 BOM if found
|
changeset |
files
|
Mon, 02 Apr 2012 17:02:50 -0500 |
Matt Mackall |
merge with stable
|
changeset |
files
|
Mon, 02 Apr 2012 17:02:03 -0500 |
Matt Mackall |
tests: shorten post-test sleeps
|
changeset |
files
|