Fri, 13 Apr 2012 22:55:46 -0500 |
Matt Mackall |
changegroup: optimize gennodelist
|
Fri, 13 Apr 2012 22:55:46 -0500 |
Matt Mackall |
revlog: drop some unneeded rev.node calls in revdiff
|
Thu, 12 Apr 2012 20:26:33 -0700 |
Bryan O'Sullivan |
revlog: avoid an expensive string copy
|
Fri, 13 Apr 2012 22:55:46 -0500 |
Matt Mackall |
changegroupsubset: avoid setdefault in inner loop
|
Fri, 13 Apr 2012 22:55:40 -0500 |
Matt Mackall |
changegroupsubset: drop repeated len() calls
|
Fri, 13 Apr 2012 22:27:29 -0500 |
Matt Mackall |
changegroup: reduce progress overhead
|
Fri, 13 Apr 2012 22:23:45 -0500 |
Matt Mackall |
changegroupsubset: renest inner loop
|
Fri, 13 Apr 2012 21:35:48 -0500 |
Matt Mackall |
revlog: increase readahead size
|
Fri, 13 Apr 2012 15:32:49 -0500 |
Matt Mackall |
revset: avoid demandimport bug
|
Fri, 13 Apr 2012 15:07:13 +0200 |
Patrick Mezard |
mq: replace hasattr() with util.safehasattr(), update check-code.py
stable
|
Thu, 12 Apr 2012 20:52:39 -0500 |
Matt Mackall |
merge with stable
|
Thu, 12 Apr 2012 14:05:59 -0700 |
Bryan O'Sullivan |
parsers: use base-16 trie for faster node->rev mapping
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
check-code: avoid false-positive on ++
|
Wed, 11 Apr 2012 11:37:13 +0200 |
Patrick Mezard |
graphlog: cleanup before code move
|
Wed, 11 Apr 2012 11:32:00 +0200 |
Patrick Mezard |
graphlog: correctly handle calls in subdirectories
|
Wed, 11 Apr 2012 11:29:12 +0200 |
Patrick Mezard |
context: revert workingctx.ancestors() followfirst option
|
Wed, 11 Apr 2012 11:25:34 +0200 |
Patrick Mezard |
graphlog: fix --follow-first --rev combinations
|
Wed, 11 Apr 2012 11:22:40 +0200 |
Patrick Mezard |
graphlog: fix --follow --rev combinations
|
Wed, 11 Apr 2012 11:17:26 +0200 |
Patrick Mezard |
graphlog: support changeset identifiers in --branch
|
Wed, 11 Apr 2012 11:14:07 +0200 |
Patrick Mezard |
graphlog: pass changesets to revset.match() in changelog order
|
Wed, 11 Apr 2012 11:07:30 +0200 |
Patrick Mezard |
graphlog: refactor revset() to return revisions
|
Thu, 12 Apr 2012 15:21:54 -0700 |
Bryan O'Sullivan |
store: speed up read and write of large fncache files
|
Thu, 12 Apr 2012 15:21:52 -0700 |
Bryan O'Sullivan |
perf: time fncache read and write performance
|
Sun, 01 Apr 2012 14:12:14 +0200 |
Angel Ezquerra |
revset: add "matching" keyword
|
Tue, 10 Apr 2012 23:40:20 -0700 |
Steven Stallion |
plan9: add execute permissions to 9diff
|
Tue, 10 Apr 2012 23:24:12 -0700 |
Steven Stallion |
transplant: permit merge changesets via --parent
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
help: fix indentation on cacert (issue3350)
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
stream_in: avoid debug calls when debug is disabled
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
util: create bytecount array just once
|
Sun, 08 Apr 2012 11:14:56 +0200 |
Patrick Mezard |
revset: avoid set duplication in roots()
stable
|
Sun, 08 Apr 2012 11:13:06 +0200 |
Patrick Mezard |
revset: retrieve a bit less parents in roots()
stable
|
Sun, 08 Apr 2012 11:11:30 +0200 |
Patrick Mezard |
revset: do not ignore input revisions in roots()
stable
|
Tue, 10 Apr 2012 16:53:29 -0500 |
Matt Mackall |
util.h: more Python 2.4 fixes
|
Mon, 09 Apr 2012 13:48:45 -0700 |
Bryan O'Sullivan |
dispatch: add support for statprof as a profiler
|
Mon, 09 Apr 2012 14:36:16 -0700 |
Steven Stallion |
ui: optionally quiesce ssl verification warnings on python 2.5
|
Mon, 09 Apr 2012 22:16:26 -0700 |
Bryan O'Sullivan |
scmutil: speed up revrange
|
Tue, 10 Apr 2012 12:49:12 -0500 |
Matt Mackall |
graft: add --dry-run support (issue3362)
|
Fri, 06 Apr 2012 16:18:33 +0300 |
Idan Kamara |
repair: allow giving strip backup a different name
|
Tue, 10 Apr 2012 12:07:18 -0500 |
Matt Mackall |
encoding: add fast-path for ASCII lowercase
|
Tue, 10 Apr 2012 12:07:16 -0500 |
Matt Mackall |
perf: add case collision auditor perf
|
Tue, 10 Apr 2012 12:07:14 -0500 |
Matt Mackall |
util.h: unify some common platform tweaks
|
Tue, 10 Apr 2012 12:07:09 -0500 |
Matt Mackall |
util.h: move Py_ssize_t bits from mpatch.c
|
Sun, 08 Apr 2012 12:43:41 -0700 |
Steven Stallion |
plan9: initial support for plan 9 from bell labs
|
Sun, 08 Apr 2012 22:17:51 -0500 |
Matt Mackall |
util.h: add a typedef for Py_ssize_t with Python 2.4
|
Sun, 08 Apr 2012 12:38:26 -0500 |
Matt Mackall |
log: bypass file scan part of fastpath when no files
|
Sun, 08 Apr 2012 12:38:24 -0500 |
Matt Mackall |
cmdutil: use context instead of lookup
|
Sun, 08 Apr 2012 12:38:23 -0500 |
Matt Mackall |
scmutil: use context instead of lookup
|
Sun, 08 Apr 2012 12:38:10 -0500 |
Matt Mackall |
localrepo: lookup now goes through context
|
Sun, 08 Apr 2012 12:38:08 -0500 |
Matt Mackall |
context: use rev for changelog lookup
|
Sun, 08 Apr 2012 12:38:07 -0500 |
Matt Mackall |
context: internalize lookup logic
|
Sun, 08 Apr 2012 12:38:02 -0500 |
Matt Mackall |
revlog: allow retrieving contents by revision number
|
Sat, 07 Apr 2012 15:43:18 -0500 |
Matt Mackall |
revlog: add hasnode helper method
|
Fri, 06 Apr 2012 15:18:14 -0500 |
Matt Mackall |
merge with stable
|
Fri, 06 Apr 2012 15:17:50 -0500 |
Matt Mackall |
merge with crew
stable
|
Fri, 06 Apr 2012 15:16:30 -0500 |
Matt Mackall |
tags: defer tag validation until repo.tags() is called
|
Fri, 06 Apr 2012 00:28:36 -0700 |
Bryan O'Sullivan |
parsers: fix a memleak, and add a clearcaches method to the index
|
Wed, 04 Apr 2012 15:59:56 +0200 |
Patrick Mezard |
hghave: remove symlink test made useless by ac0da5caebec
stable
|
Wed, 04 Apr 2012 13:55:11 +0200 |
Julien Cristau |
tests: disable progress estimate in test-debugbuilddag.t
stable
|
Wed, 04 Apr 2012 12:46:54 -0500 |
Kevin Bullock |
ui: swallow EBADF on stderr
stable
|
Thu, 05 Apr 2012 23:52:55 +0900 |
FUJIWARA Katsunori |
mq: use list of already known target files instead of matching object for diff
|
Thu, 05 Apr 2012 23:52:06 +0900 |
FUJIWARA Katsunori |
mq: use exact matching in the second dirstate walking for efficiency of 'qnew'
|
Thu, 05 Apr 2012 12:31:21 +0100 |
Jim Hague |
tests: avoid test-hup hanging on AIX
stable
|
Thu, 05 Apr 2012 13:00:35 -0700 |
Bryan O'Sullivan |
parsers: incrementally parse the revlog index in C
|
Thu, 05 Apr 2012 15:39:07 +0200 |
Patrick Mezard |
mdiff: fix diff header generation for files with spaces (issue3357)
stable
|
Wed, 04 Apr 2012 00:00:47 +0200 |
Benoit Allard |
protocol: Add the stream-preferred capability
|
Wed, 28 Mar 2012 16:06:20 +0200 |
Matteo Capobianco |
templates/filters: extracting the user portion of an email address
|
Thu, 05 Apr 2012 19:15:23 +0200 |
Patrick Mezard |
context: make changectx.mutable() benefit from .phase() logic
stable
|
Thu, 05 Apr 2012 19:23:04 +0200 |
Patrick Mezard |
patch: remove useless variable assignment
|
Wed, 04 Apr 2012 12:31:31 +0200 |
Thomas Arendsen Hein |
export: catch exporting empty revsets (issue3353)
stable
|
Wed, 04 Apr 2012 11:19:09 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Wed, 04 Apr 2012 11:18:42 +0200 |
Thomas Arendsen Hein |
test-merge-types: allow different output with existing hgmerge (issue3346)
stable
|
Wed, 04 Apr 2012 10:57:48 +0200 |
Thomas Arendsen Hein |
inotify: catch SignalInterrupt during shutdown (issue3351)
stable
|
Tue, 03 Apr 2012 22:02:04 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Tue, 03 Apr 2012 22:01:28 +0200 |
Thomas Arendsen Hein |
clone: always close source repository (issue2491)
stable
|
Tue, 03 Apr 2012 21:02:00 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Tue, 03 Apr 2012 19:06:35 +0200 |
Thomas Arendsen Hein |
tests: make tests work if directory contains special characters
stable
|
Tue, 03 Apr 2012 16:36:25 +0200 |
Thomas Arendsen Hein |
test-gpg: replace 825565136235 by md5sum check
stable
|
Tue, 03 Apr 2012 11:35:04 -0500 |
Matt Mackall |
config: discard UTF-8 BOM if found
|
Mon, 02 Apr 2012 17:02:50 -0500 |
Matt Mackall |
merge with stable
|
Mon, 02 Apr 2012 17:02:03 -0500 |
Matt Mackall |
tests: shorten post-test sleeps
|
Mon, 02 Apr 2012 22:25:55 +0100 |
Javi Merino |
tests: don't run test-gpg if not in a working directory
stable
|
Mon, 02 Apr 2012 16:46:58 -0500 |
Matt Mackall |
tests: avoid zombie lockup with test-hup
stable
|
Mon, 02 Apr 2012 16:09:29 -0500 |
Matt Mackall |
merge with stable
|
Mon, 02 Apr 2012 16:04:07 -0500 |
Matt Mackall |
tests: make test-hup more race-proof
stable
|
Mon, 02 Apr 2012 15:06:36 -0500 |
Matt Mackall |
tests: re-silence test-bad-pull log messages
stable
|
Sun, 01 Apr 2012 15:57:04 -0500 |
Matt Mackall |
merge with stable
|
Sun, 01 Apr 2012 15:54:29 -0500 |
Matt Mackall |
tests: really add blacklist for vfat on Linux
stable
|
Sun, 01 Apr 2012 15:35:12 -0500 |
Matt Mackall |
tests: fix one more sed -i
|
Sun, 01 Apr 2012 15:34:22 -0500 |
Matt Mackall |
merge stable
|
Sun, 01 Apr 2012 15:31:07 -0500 |
Matt Mackall |
Added signature for changeset b9bd95e61b49
stable
|
Sun, 01 Apr 2012 15:31:04 -0500 |
Matt Mackall |
Added tag 2.1.2 for changeset b9bd95e61b49
stable
|
Sun, 01 Apr 2012 14:23:55 -0500 |
Matt Mackall |
tests: fix shutdown race in test-bad-pull
stable 2.1.2
|
Sun, 01 Apr 2012 14:01:10 -0500 |
Matt Mackall |
check-code: check for sed -i
|
Sun, 01 Apr 2012 13:59:11 -0500 |
Matt Mackall |
tests: remove sed -i from test-record
|
Sun, 01 Apr 2012 18:18:48 +0900 |
FUJIWARA Katsunori |
tests: fix portability of sed usage in test-mq
stable
|
Sat, 31 Mar 2012 15:39:44 -0500 |
Augie Fackler |
zsh completion: fix error in qfinish completions from 88a82069be4a
|
Sat, 31 Mar 2012 14:05:10 -0500 |
Matt Mackall |
merge with stable
|
Sat, 31 Mar 2012 14:04:39 -0500 |
Matt Mackall |
record: fix up test issues
|
Sat, 31 Mar 2012 13:46:46 -0500 |
Matt Mackall |
tests: fix portability of sed expression in test-mq
stable
|
Sat, 31 Mar 2012 11:19:09 -0500 |
Matt Mackall |
merge with stable
|
Thu, 29 Mar 2012 22:16:56 +0900 |
Takumi IINO |
tests: skip test-lfconvert.t if not support symblic link
stable
|
Fri, 30 Mar 2012 22:08:46 +0100 |
A. S. Budden |
record: allow splitting of hunks by manually editing patches
|
Sat, 31 Mar 2012 15:55:03 +0900 |
FUJIWARA Katsunori |
dirstate: fix some problems for recursive case normalization (issue3342)
stable
|
Sat, 31 Mar 2012 10:44:31 -0500 |
Matt Mackall |
tests: add a blacklist for VFAT on Linux
stable
|
Sat, 31 Mar 2012 10:44:31 -0500 |
Matt Mackall |
tests: make test-walkrepo use hg's symlink test
stable
|
Sat, 31 Mar 2012 10:44:31 -0500 |
Matt Mackall |
tests: make hghave handle exec bit on Linux with vfat
stable
|
Sat, 31 Mar 2012 10:44:31 -0500 |
Matt Mackall |
tests: teach hghave to actually test for symlink support
stable
|
Fri, 30 Mar 2012 14:35:06 -0500 |
Matt Mackall |
merge with stable
|
Fri, 30 Mar 2012 14:29:50 -0500 |
Matt Mackall |
merge with i18n
stable
|
Thu, 29 Mar 2012 22:42:03 +0200 |
Patrick Mezard |
graphlog: handle old-style --rev values
|
Thu, 29 Mar 2012 17:13:23 +0200 |
Patrick Mezard |
test-glog: pretty print revset expressions
|
Thu, 29 Mar 2012 16:55:08 +0200 |
Patrick Mezard |
graphlog: improve --only-branch handling
|
Sat, 31 Mar 2012 00:04:08 +0900 |
FUJIWARA Katsunori |
dirstate: avoid normalizing letter case on icasefs for exact match (issue3340)
stable
|
Fri, 30 Mar 2012 21:18:37 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with cb17c2f5b7b4
stable
|
Thu, 29 Mar 2012 18:14:20 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 795d591b6ef5
stable
|
Thu, 29 Mar 2012 22:16:56 +0900 |
Takumi IINO |
tests: skip test-lfconvert.t if not support symblic link
|
Fri, 30 Mar 2012 14:16:06 -0500 |
Matt Mackall |
perf: node lookup
|
Fri, 23 Mar 2012 01:31:31 +0100 |
Paul Boddie |
hgweb: add block numbers to diff regions and related links
|
Wed, 21 Mar 2012 06:45:07 +0100 |
Angel Ezquerra |
patchbomb: add --body flag to send patches as inline message body text
|
Wed, 28 Mar 2012 15:25:20 -0400 |
Greg Ward |
shrink-revlog: make check-code happier
|
Wed, 28 Mar 2012 15:15:15 -0400 |
Greg Ward |
shrink-revlog: make pyflakes happy
|
Wed, 28 Mar 2012 11:42:17 +0200 |
Angel Ezquerra |
revert: move bulk of revert command from commands to cmdutil
|
Thu, 29 Mar 2012 00:35:00 +0200 |
Mads Kiilerich |
mq: fix qpush --move with comments in series file between applied patches
stable
|
Wed, 28 Mar 2012 19:24:13 -0500 |
Matt Mackall |
dirstate: normalize case of directory components
stable
|
Wed, 28 Mar 2012 19:24:11 -0500 |
Matt Mackall |
tests: fix startup race in test-http-proxy
stable
|
Wed, 28 Mar 2012 19:23:25 -0500 |
Matt Mackall |
tests: fix startup/shutdown races in test-https
stable
|
Wed, 28 Mar 2012 12:02:38 -0500 |
Matt Mackall |
tests: remove sleep/startup/shutdown races from test-hup
stable
|
Wed, 28 Mar 2012 11:28:37 -0500 |
Matt Mackall |
tests: fix shutdown race in test-hgweb-raw
stable
|
Wed, 28 Mar 2012 10:29:39 -0500 |
Matt Mackall |
tests: eliminate shutdown race and sleeps in test-serve
stable
|
Wed, 28 Mar 2012 10:11:12 -0500 |
Matt Mackall |
tests: eliminate daemon race in test-bad-pull
stable
|
Tue, 27 Mar 2012 16:17:46 -0500 |
Matt Mackall |
merge with stable
|
Tue, 27 Mar 2012 16:13:59 -0500 |
Matt Mackall |
alias: abort on missing positional args (issue3331)
stable
|
Wed, 15 Feb 2012 17:30:21 -0500 |
Greg Ward |
phases: fix a non-standard debug message
stable
|
Sat, 24 Mar 2012 22:13:17 -0500 |
Augie Fackler |
convert/git: abort if git submodules are detected (issue2150)
stable
|
Tue, 27 Mar 2012 14:37:17 -0500 |
Matt Mackall |
merge with stable
|
Sat, 24 Mar 2012 12:06:49 +0100 |
Pierre-Yves David |
qfinish: comply with the phases.new-commit option in secret mode (issue3335)
stable
|
Wed, 21 Mar 2012 22:16:12 -0400 |
Greg Ward |
test-gpg: make sure gpg does not modify the trustdb.gpg file
stable
|
Tue, 27 Mar 2012 13:57:54 -0500 |
Matt Mackall |
tests: remove case-folding false positive
stable
|
Tue, 27 Mar 2012 14:35:58 -0500 |
Matt Mackall |
merge with i18n
stable
|
Tue, 27 Mar 2012 20:37:52 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 900eee0778d1
stable
|
Mon, 26 Mar 2012 16:42:53 -0500 |
Matt Mackall |
merge with stable
|
Mon, 26 Mar 2012 16:41:54 -0500 |
Matt Mackall |
merge: fix unknown file merge detection for case-folding systems
|
Fri, 23 Mar 2012 11:47:27 -0500 |
Matt Mackall |
rename: handle case-changing (issue1717)
stable
|
Thu, 22 Mar 2012 23:58:47 +0900 |
FUJIWARA Katsunori |
largefiles: use 'dirstate.dirs()' for 'directory pattern' relation check
stable
|
Thu, 22 Mar 2012 23:58:47 +0900 |
FUJIWARA Katsunori |
largefiles: suppress unexpected warning of 'hg status' for removed files
stable
|
Thu, 22 Mar 2012 17:47:00 -0500 |
Matt Mackall |
rebase: properly calculate descendant set when aborting (issue3332)
stable
|
Thu, 22 Mar 2012 17:08:05 -0500 |
Matt Mackall |
merge with stable
|
Thu, 22 Mar 2012 17:07:39 -0500 |
Matt Mackall |
strip: ignore -n (issue3326) (BC)
stable
|
Thu, 22 Mar 2012 17:07:39 -0500 |
Matt Mackall |
aliases: use empty string for missing position parameters (issue3331)
stable
|
Wed, 21 Mar 2012 16:39:38 -0500 |
Kevin Bullock |
bookmarks: clone non-divergent bookmarks with @ in them
stable
|
Wed, 21 Mar 2012 17:24:15 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 2338ab19b236
stable
|
Thu, 22 Mar 2012 16:54:46 -0500 |
Matt Mackall |
encoding: tune fast-path of tolocal a bit
|
Thu, 15 Mar 2012 16:57:19 +0100 |
Martin Geisler |
eol: remove left-over print statements
|
Thu, 15 Mar 2012 16:52:22 +0100 |
Martin Geisler |
eol: document why os.utime doesn't work here
|
Sun, 18 Mar 2012 18:21:58 -0500 |
Matt Mackall |
merge with stable
|
Sun, 18 Mar 2012 18:21:32 -0500 |
Matt Mackall |
merge with i18n
stable
|
Wed, 14 Mar 2012 16:26:14 -0300 |
Wagner Bruna |
i18n-pt_BR: fix format.dotencode help section
stable
|
Wed, 14 Mar 2012 12:52:50 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 3d26d69ef822
stable
|
Sun, 18 Mar 2012 18:19:16 -0500 |
Matt Mackall |
changelog: micro-optimizations to changelog.read()
|
Fri, 16 Mar 2012 19:58:47 -0500 |
Matt Mackall |
perf: add a changeset test
|
Fri, 16 Mar 2012 17:42:21 -0500 |
Matt Mackall |
convert: deal with empty splicemap path (issue3311)
stable
|
Thu, 15 Mar 2012 23:02:31 +0000 |
Javi Merino |
tests: ignore git's output in test-subrepo-git.t
stable
|
Thu, 15 Mar 2012 15:59:26 -0500 |
Matt Mackall |
profile: add undocumented config options for profiler output
|
Thu, 15 Mar 2012 15:58:55 -0500 |
Matt Mackall |
perf: add perfchangeset to time changeset parsing
|
Thu, 15 Mar 2012 13:11:42 -0500 |
Matt Mackall |
merge with stable
|
Thu, 15 Mar 2012 13:11:03 -0500 |
Matt Mackall |
perf: tweak tests for testing index performance improvements
|
Wed, 14 Mar 2012 01:13:45 +0100 |
Edouard Gomez |
convert: support non annotated tags in git backend
|
Thu, 15 Mar 2012 00:46:37 +0900 |
FUJIWARA Katsunori |
icasefs: use case preserved root for 'util.fspath()' invocation (issue3302)
stable
|
Wed, 14 Mar 2012 14:45:41 -0500 |
Matt Mackall |
merge: accept missing revisions in symlink flag merge (issue3316)
stable
|
Tue, 13 Mar 2012 16:29:13 -0500 |
Matt Mackall |
merge with stable
|
Tue, 13 Mar 2012 16:28:08 -0500 |
Matt Mackall |
merge: handle linear update to symlink correctly (issue3316)
stable
|
Tue, 13 Mar 2012 15:12:26 -0500 |
Matt Mackall |
filemerge: restore default prompt for binary/symlink lost in 83925d3a4559
stable
|
Mon, 12 Mar 2012 17:05:42 -0500 |
Matt Mackall |
merge with stable
|
Mon, 12 Mar 2012 17:02:45 -0300 |
Wagner Bruna |
strip: enhance repair.strip to receive a list of nodes (issue3299)
stable
|
Wed, 07 Mar 2012 01:02:12 +0100 |
Yann E. MORIN |
templates/filters: add doctest to the 'person' filter
|
Fri, 09 Mar 2012 22:54:17 +0100 |
Yann E. MORIN |
help: strip doctest from dochelp
|
Mon, 12 Mar 2012 13:37:39 -0500 |
Matt Mackall |
pvec: introduce pvecs
|
Fri, 09 Mar 2012 17:11:07 +0100 |
Na'Tosha Bard |
largefiles: fix check-code errors.
|
Fri, 09 Mar 2012 16:11:52 +0100 |
Na'Tosha Bard |
largefiles: remove use of underscores that breaks coding convention
|
Fri, 09 Mar 2012 15:26:13 +0100 |
Na'Tosha Bard |
largefiles: only update changed largefiles when transplanting
|
Fri, 09 Mar 2012 16:45:49 +0100 |
Na'Tosha Bard |
largefiles: move calculation of largefiles for updating to utility function
|
Mon, 12 Mar 2012 13:22:28 +0100 |
Johan Samyn |
help: add verb to sentence in phases.txt
stable
|
Fri, 09 Mar 2012 15:34:21 -0500 |
Michael Bacarella |
localrepo: fix unpushable repos when using bookmarks (issue3317)
stable
|
Mon, 12 Mar 2012 09:39:30 +0100 |
Thomas Arendsen Hein |
extdiff: escape filenames with vim/DirDiff and make quoting work with Windows
stable
|
Thu, 08 Mar 2012 15:59:47 -0600 |
Matt Mackall |
posix: disable cygwin's symlink emulation
|
Thu, 08 Mar 2012 20:17:36 +0000 |
A. S. Budden |
posix: ignore execution bit in cygwin (issue3301)
|
Sat, 18 Feb 2012 20:10:19 +0100 |
Paul Boddie |
hgweb: support multi-level repository indexes by enabling descend and collapse
|
Tue, 06 Mar 2012 18:43:05 +0200 |
Idan Kamara |
mq: no need to delete undo files after strip
|
Tue, 06 Mar 2012 18:43:05 +0200 |
Idan Kamara |
repair: remove undo files after strip
|
Tue, 06 Mar 2012 18:42:52 +0200 |
Idan Kamara |
localrepo: refactor retrieving of journal/undo files paths
|
Tue, 06 Mar 2012 23:23:30 +0100 |
Yann E. MORIN |
templates/filters: strip quotes from {author|person}
|
Thu, 08 Mar 2012 15:59:44 -0600 |
Matt Mackall |
check-code: check for % inside _()
|
Thu, 08 Mar 2012 15:59:41 -0600 |
Matt Mackall |
patchbomb: add (optional) note to 0 of 0 prompt
|
Thu, 08 Mar 2012 15:59:33 -0600 |
Matt Mackall |
merge with stable
|
Thu, 08 Mar 2012 13:35:27 -0600 |
Matt Mackall |
i18n: fix all remaining uses of % inside _()
stable
|
Wed, 07 Mar 2012 23:21:11 +0000 |
Javi Merino |
update: don't translate the abort message twice
stable
|
Sun, 04 Mar 2012 17:14:30 -0600 |
Matt Mackall |
merge with stable
|
Sun, 04 Mar 2012 17:12:12 -0600 |
Matt Mackall |
rebase: move bookmarks as needed with pull --rebase (issue3285)
stable
|
Sun, 04 Mar 2012 16:48:04 -0600 |
Matt Mackall |
merge with stable
|
Thu, 01 Mar 2012 14:42:23 +0000 |
Jim Hague |
bugzilla: correct comment typo
stable
|
Thu, 01 Mar 2012 23:29:52 +0000 |
Javi Merino |
tests: ignore the return code of chmod in test-inherit-mode
stable
|
Thu, 01 Mar 2012 14:50:31 +0000 |
Jim Hague |
bugzilla: add xmlrpcemail submission for Bugzilla 3.6 email interface
|
Thu, 01 Mar 2012 15:27:24 +0000 |
Jim Hague |
bugzilla: allow change comment to mark bugs fixed
|
Thu, 01 Mar 2012 15:25:37 +0000 |
Jim Hague |
bugzilla: extract optional hours from commit message and update bug time
|
Thu, 01 Mar 2012 14:51:40 +0000 |
Jim Hague |
bugzilla: modify access interface to include new bug states
|
Sat, 03 Mar 2012 23:14:31 -0600 |
Steve Borho |
wix: add phases help text and two more translations (issue 3288)
stable
|
Fri, 02 Mar 2012 11:46:18 -0300 |
Wagner Bruna |
debugbuilddag: fix starting a dag on a non-default branch
stable
|
Fri, 24 Feb 2012 11:02:21 +0100 |
Patrick Mezard |
debugrevspec: pretty print output
|
Fri, 02 Mar 2012 21:43:55 +0200 |
Ross Lagerwall |
readme: mention how to run in-place
|
Fri, 02 Mar 2012 14:12:06 -0600 |
Matt Mackall |
merge with stable
|
Fri, 02 Mar 2012 14:11:06 -0600 |
Matt Mackall |
merge with i18n
stable
|
Wed, 29 Feb 2012 13:17:41 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 6b52963ced73
stable
|
Wed, 29 Feb 2012 13:16:51 -0300 |
Wagner Bruna |
merge with i18n
stable
|
Wed, 29 Feb 2012 21:09:21 +0900 |
FUJIWARA Katsunori |
i18n-ja: synchronized with 87d37aceb5e3
stable
|
Fri, 24 Feb 2012 19:50:03 -0200 |
Wagner Bruna |
i18n-pt_BR: synchronized with 60101427d618
stable
|
Fri, 02 Mar 2012 10:43:06 -0800 |
Brendan Cully |
Merge with stable
|
Fri, 02 Mar 2012 10:42:12 -0800 |
Brendan Cully |
setup.py: don't call splitlines twice on the output of xcodebuild (issue3277)
stable
|
Fri, 02 Mar 2012 09:57:09 +0100 |
Thomas Arendsen Hein |
merge with stable
|
Fri, 02 Mar 2012 09:54:45 +0100 |
Thomas Arendsen Hein |
merge stable heads
stable
|
Thu, 01 Mar 2012 17:45:13 +0100 |
Thomas Arendsen Hein |
merge with stable
|
Thu, 01 Mar 2012 17:35:12 +0100 |
Thomas Arendsen Hein |
filemerge: remove temporary files when using internal:dump as merge-tool
stable
|
Thu, 01 Mar 2012 16:28:24 -0600 |
Matt Mackall |
Added signature for changeset 53e2cd303ecf
stable
|
Thu, 01 Mar 2012 16:27:59 -0600 |
Matt Mackall |
Added tag 2.1.1 for changeset 53e2cd303ecf
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, 01 Mar 2012 17:39:58 +0200 |
Idan Kamara |
scmutil: add join method to opener to construct path relative to base
stable
|
Thu, 01 Mar 2012 17:39:58 +0200 |
Idan Kamara |
filecache: refactor path join logic to a function
stable
|
Wed, 29 Feb 2012 17:27:24 -0600 |
Matt Mackall |
merge with stable
|
Wed, 29 Feb 2012 14:24:57 +0100 |
Friedrich Kastner-Masilko |
subrepo: fix for merge inconsistencies
stable
|
Wed, 29 Feb 2012 14:41:11 +0100 |
Pierre-Yves David |
bundlerepo: bundle repos should be non-publishing (issue3266)
stable
|
Wed, 29 Feb 2012 09:34:19 +0100 |
Gilles Moris |
bookmarks: restore python 2.4 compatibility
stable
|
Wed, 29 Feb 2012 17:43:03 +0000 |
Jim Hague |
bugzilla: stop XMLRPC requests from requesting gzipped responses
stable
|
Tue, 28 Feb 2012 21:17:53 -0600 |
Matt Mackall |
merge with stable
|
Tue, 28 Feb 2012 23:47:46 +0200 |
Idan Kamara |
update: delete bookmarks.current when explicitly updating to a rev (issue3276)
stable
|
Tue, 28 Feb 2012 10:06:35 +0100 |
Patrick Mezard |
convert: ignore blank lines in mapfiles (issue3286)
stable
|
Tue, 28 Feb 2012 01:07:55 +0200 |
Idan Kamara |
update: don't move the active bookmark if a rev is specified with -r
stable
|
Mon, 27 Feb 2012 18:23:18 +0100 |
Patrick Mezard |
mq: fix qapplied --last and qprev documentation (issue3282)
stable
|
Mon, 27 Feb 2012 08:54:26 -0500 |
Greg Ward |
setup: handle output from Apple's Xcode 4.3 better (issue3277)
stable
|
Sun, 26 Feb 2012 17:12:15 +0100 |
Patrick Mezard |
graphlog: apply file filters --patch/--stat output
|