Mercurial > hg
graph
-
largefiles: optimize performance when updating (issue3440)Sat, 12 May 2012 15:41:27 +0200, by Na'Tosha Bard
-
merge with stableSun, 13 May 2012 12:52:24 +0200, by Matt Mackall
-
tests: make test-convert-darcs.t happier with darcs 2.8.0Sun, 13 May 2012 11:47:55 +0200, by Bryan O'Sullivan
-
bookmarks: pull new bookmarks from remote by default (BC)Sat, 12 May 2012 17:00:01 +0200, by Levi Bard
-
rebase: allow collapsing branches in place (issue3111)Thu, 03 May 2012 15:14:58 +0200, by Patrick Mezard
-
diffhelpers: use Py_ssize_t in testhunk()Sat, 12 May 2012 14:00:51 +0200, by Adrian Buehlmann
-
diffhelpers: use Py_ssize_t in addlines()Sat, 12 May 2012 13:21:08 +0200, by Adrian Buehlmann
-
diffhelpers: use Py_ssize_t in _fix_newline()Sat, 12 May 2012 12:07:18 +0200, by Adrian Buehlmann
-
largefiles: add --all-largefiles flag to pullSat, 12 May 2012 11:45:22 +0200, by Na'Tosha Bard
-
largefiles: refactor downloading of all largefiles to generic functionSat, 12 May 2012 09:59:01 +0200, by Na'Tosha Bard
-
unbundle: move bookmark update outside the lockSat, 12 May 2012 20:06:04 +0200, by Mads Kiilerich
-
cleanup: replace naked excepts with except Exception: ...Sat, 12 May 2012 16:02:46 +0200, by Brodie Rao
-
cleanup: replace naked excepts with more specific onesSat, 12 May 2012 16:02:45 +0200, by Brodie Rao
-
cleanup: "raise SomeException()" -> "raise SomeException"Sat, 12 May 2012 16:00:58 +0200, by Brodie Rao
-
cleanup: "not x in y" -> "x not in y"Sat, 12 May 2012 16:00:57 +0200, by Brodie Rao
-
cleanup: replace hasattr() usage with getattr() in hghaveSat, 12 May 2012 16:00:53 +0200, by Brodie Rao
-
cleanup: "x != None" -> "x is not None"Sat, 12 May 2012 15:56:23 +0200, by Brodie Rao
-
cleanup: eradicate long linesSat, 12 May 2012 15:54:54 +0200, by Brodie Rao
-
mq: qimport need wlock for --push - do that after releasing lock stableMon, 30 Jan 2012 17:37:45 +0100, by Pierre-Yves David
-
tag: run commit hook when lock is released (issue3344) stableSat, 12 May 2012 20:06:02 +0200, by Mads Kiilerich
-
parsers: strictly check for 20-byte hashes where they're required stableSat, 12 May 2012 20:25:33 +0200, by Bryan O'Sullivan
-
templater: handle SyntaxError when parsing ui.logtemplate stableSat, 12 May 2012 22:12:54 +0200, by Martin Geisler
-
progress: fix indentationFri, 11 May 2012 18:41:04 +0200, by Martin Geisler
-
test-progress: fix whitespace typoFri, 11 May 2012 15:13:13 +0200, by Martin Geisler
-
merge with stableSat, 12 May 2012 13:20:26 +0200, by Matt Mackall
-
tests: unify the last sh testsWed, 25 Apr 2012 01:35:39 +0200, by Mads Kiilerich
-
tests: run most check-code sh checks on continued lines tooWed, 25 Apr 2012 01:35:39 +0200, by Mads Kiilerich
-
merge with mainFri, 11 May 2012 15:09:06 +0200, by Martin Geisler
-
children: use hg reST role for exampleFri, 11 May 2012 13:42:37 +0200, by Martin Geisler
-
fetch: mark extension as deprecatedFri, 11 May 2012 04:42:29 -0500, by Augie Fackler
-
children: mark extension as deprecatedFri, 11 May 2012 06:15:46 -0500, by Augie Fackler
-
extensions: don't suggest commands from deprecated extensionsFri, 11 May 2012 14:00:51 +0200, by Martin Geisler
-
extensions: fix documentation of disabledcmd return valueFri, 11 May 2012 04:33:33 -0500, by Augie Fackler
-
revlog: speed up prefix matching against nodesSat, 12 May 2012 10:55:08 +0200, by Bryan O'Sullivan
-
parsers: ensure that nullid is always present in the radix treeSat, 12 May 2012 10:55:08 +0200, by Bryan O'Sullivan
-
parsers: allow hex keysSat, 12 May 2012 10:55:07 +0200, by Bryan O'Sullivan
-
merge with stableSat, 12 May 2012 12:23:49 +0200, by Matt Mackall
-
revset: add function for matching extra data (issue2767)Sat, 12 May 2012 10:20:57 +0200, by Henrik Stuart
-
graft: implement --log (issue3438)Fri, 11 May 2012 18:51:35 +0200, by Levi Bard
-
phase: make if abort on nullid for the good reasonSat, 12 May 2012 00:24:07 +0200, by Patrick Mezard
-
phases: make advance/retractboundary() atomicSat, 12 May 2012 00:24:07 +0200, by Patrick Mezard
-
phases: introduce phasecacheSat, 12 May 2012 00:24:07 +0200, by Patrick Mezard
-
mq: introduce mq.check settingSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
mq: introduce qgoto --checkSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
mq: introduce qpush --checkSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
mq: introduce qpop --checkSat, 12 May 2012 00:19:30 +0200, by Patrick Mezard
-
patch: fix segfault against unified diffs which start line is zero stableSat, 12 May 2012 16:10:01 +0900, by Yuya Nishihara
-
bugzilla: fix transport initialization on python 2.4 stableFri, 11 May 2012 22:48:19 -0700, by Steven Stallion
-
bisect: set HG_NODE when runing a commandTue, 08 May 2012 15:31:00 -0700, by Bryan O'Sullivan
-
bisect: track the current changeset (issue3382)Tue, 08 May 2012 15:29:09 -0700, by Bryan O'Sullivan
-
localrepo: optimize internode status calls using withflagsFri, 04 May 2012 15:56:45 -0400, by Jesse Glick
-
localrepo: optimize internode status calls using match.alwaysFri, 04 May 2012 15:54:55 -0400, by Jesse Glick
-
largefiles: add --all-largefiles flag to clone (issue3188)Fri, 11 May 2012 23:11:43 +0200, by Na'Tosha Bard
-
httpclient: update to revision 892730fe7f46 of httpplusFri, 04 May 2012 16:00:33 -0500, by Augie Fackler
-
merge with stableSat, 12 May 2012 00:06:11 +0200, by Matt Mackall
-
parsers: use the correct maximum radix tree depth stableTue, 08 May 2012 14:46:04 -0700, by Bryan O'Sullivan
-
revset: make matching() preserve input revision order stableWed, 09 May 2012 18:45:14 +0200, by Patrick Mezard
-
largefiles: fix deletion of multiple missing largefiles (issue3329) stableFri, 11 May 2012 15:32:22 +0200, by Na'Tosha Bard
-
addremove: document default similarity behavior (issue3429) stableFri, 11 May 2012 15:15:50 +0200, by Levi Bard
-
largefiles: follow normal codepath for addremove if non-largefiles repo (issue3249) stableFri, 11 May 2012 14:42:26 +0200, by Na'Tosha Bard
-
mq: backup local changes in qpop --force (issue3433) stableFri, 11 May 2012 16:17:02 +0200, by Patrick Mezard
-
pager: preserve Hg's exit code (and fix Windows support) (issue3225) stableFri, 11 May 2012 15:45:37 +0200, by Brodie Rao
-
parser: use PyInt_FromSsize_t in index_statsWed, 09 May 2012 09:58:50 +0200, by Adrian Buehlmann
-
localrepo: cleanup var names and commentsFri, 11 May 2012 10:53:12 -0700, by redstone
-
transplant: manually transplant pullable changesets with --logFri, 11 May 2012 17:26:58 +0200, by Levi Bard
-
phases: stop modifying localrepo in writeroots()Thu, 10 May 2012 18:52:07 +0200, by Patrick Mezard
-
phases: stop modifying localrepo in readroots()Thu, 10 May 2012 18:52:04 +0200, by Patrick Mezard
-
phases: call filterunknown() in readroots()Thu, 10 May 2012 18:21:15 +0200, by Patrick Mezard
-
repair: no need to call filterunknown() in strip()Thu, 10 May 2012 18:21:15 +0200, by Patrick Mezard
-
test-phases: test changing null revision phaseThu, 10 May 2012 18:21:15 +0200, by Patrick Mezard
-
merge with stableFri, 11 May 2012 14:48:24 +0200, by Matt Mackall
-
tests: fix test-parseindex2.py when run with --pure stableFri, 11 May 2012 02:32:26 -0700, by Bryan O'Sullivan
-
changelog: ensure that nodecache is valid (issue3428) stableFri, 11 May 2012 01:55:33 -0700, by Bryan O'Sullivan
-
parsers: change the type of nt_levelTue, 08 May 2012 14:48:50 -0700, by Bryan O'Sullivan
-
parsers: change the type signature of hexdigitTue, 08 May 2012 14:48:48 -0700, by Bryan O'Sullivan
-
parsers: allow nt_find to signal an ambiguous matchTue, 08 May 2012 14:48:44 -0700, by Bryan O'Sullivan
-
parsers: factor out radix tree initializationTue, 08 May 2012 14:48:39 -0700, by Bryan O'Sullivan
-
parsers: update ntrev when we stop scanningTue, 08 May 2012 14:46:06 -0700, by Bryan O'Sullivan
-
tests: set a standard terminal typeTue, 08 May 2012 15:46:51 -0500, by Matt Mackall
-
branches: quiet option observes other parametersSun, 06 May 2012 17:12:22 -0700, by Travis Herrick
-
build: fix hgrc manpage building with docutils 0.9 stableTue, 08 May 2012 23:59:39 +0400, by Nikolaj Sjujskij
-
context: fix call to util.safehasattrWed, 09 May 2012 02:46:58 +0300, by Idan Kamara
-
alias: inherit command optionalrepo flag (issue3298) stableSat, 05 May 2012 12:21:22 +0200, by Patrick Mezard
-
tests: improve test of hg-ssh and make the test pass on windows stableMon, 07 May 2012 00:52:11 +0200, by Mads Kiilerich
-
hg-ssh: exit with 255 instead of -1 on error stableMon, 07 May 2012 00:52:08 +0200, by Mads Kiilerich
-
hg-ssh: use %s for printing paths in error messages stableMon, 07 May 2012 00:49:01 +0200, by Mads Kiilerich
-
tests: accept \ in test-casefolding on windows stableMon, 07 May 2012 00:48:51 +0200, by Mads Kiilerich
-
parsers: statically initializing tp_new to PyType_GenericNew is not portable stableTue, 08 May 2012 11:20:07 +0200, by Adrian Buehlmann
-
merge with stableTue, 08 May 2012 12:05:45 -0500, by Matt Mackall
-
context: add copies method with cachingSun, 06 May 2012 14:37:51 -0500, by Matt Mackall
-
filectx: handle some other simple cases for finding merge ancestorSun, 06 May 2012 14:20:53 -0500, by Matt Mackall
-
graft: remark on empty graftSun, 06 May 2012 14:15:17 -0500, by Matt Mackall
-
filectx: make ancestor require actxFri, 04 May 2012 17:27:14 -0500, by Matt Mackall
-
pure/base85: align exception type/msg on base85.c stableMon, 07 May 2012 21:49:45 +0200, by Patrick Mezard
-
subrepo: do not traceback on .hgsubstate parsing errors stableFri, 04 May 2012 14:19:55 +0200, by Patrick Mezard
-
subrepo: ignore blank lines in .hgsubstate (issue3424) stableFri, 04 May 2012 14:19:52 +0200, by Patrick Mezard
-
largefiles: in putlfile, ensure tempfile's directory exists prior to creation stableFri, 04 May 2012 14:36:40 -0400, by hlian
-
bisect: save current state before running a command stableWed, 02 May 2012 17:15:11 -0700, by Bryan O'Sullivan
-
merge with stableMon, 07 May 2012 13:40:58 +0200, by Martin Geisler
-
commands: parse ui.strict config item as bool stableSun, 06 May 2012 23:58:04 +0900, by Yuya Nishihara
-
check-code: catch unnecessary s.strip().split() callsMon, 07 May 2012 10:02:50 +0200, by Martin Geisler
-
tags: line.rstrip().split() can be replaced with line.split()Fri, 04 May 2012 15:29:07 +0200, by Martin Geisler
-
phases: line.strip().split() == line.split()Fri, 04 May 2012 15:24:00 +0200, by Martin Geisler
-
merge with stableSun, 06 May 2012 14:36:42 +0200, by Martin Geisler
-
largefiles: fix "hg status dir" missing regular files (issue3421) stableSun, 06 May 2012 13:14:58 +0200, by Patrick Mezard
-
help/config: remove outdated false claim about pywin32 stableSun, 06 May 2012 10:36:32 +0200, by Adrian Buehlmann
-
merge with stableFri, 04 May 2012 19:19:28 +0200, by Martin Geisler
-
revert: don't re-create changeset contextFri, 04 May 2012 09:20:28 -0500, by Kevin Bullock
-
factotum: add man reference to help output stableFri, 04 May 2012 09:14:55 -0700, by Steven Stallion
-
test-largefiles: better formatting of commentsFri, 04 May 2012 14:40:11 +0200, by Martin Geisler
-
test-largefiles: sort output to ensure test stabilityFri, 04 May 2012 14:39:37 +0200, by Martin Geisler
-
merge with stableFri, 04 May 2012 12:21:56 +0200, by Martin Geisler
-
largefiles: make archive -S store largefiles instead of standinsThu, 03 May 2012 21:32:57 -0400, by Matt Harbison
-
paper, monoblue: link correctly to lines in annotate view stableFri, 04 May 2012 12:04:07 +0200, by Martin Geisler
-
merge with stableThu, 03 May 2012 16:12:52 -0500, by Matt Mackall
-
bookmarks: catch the proper exception for missing revisions stable 2.2.1Thu, 03 May 2012 16:03:08 -0500, by Matt Mackall
-
parsers: fix refcount leak, simplify init of index (issue3417) stableWed, 02 May 2012 14:37:44 -0700, by Bryan O'Sullivan
-
largefiles: fix commit of both largefiles and non-largefiles (issue3354) stableThu, 03 May 2012 15:24:45 +0200, by Na'Tosha Bard
-
help: added description for the web.collapse setting stableThu, 03 May 2012 01:07:22 +0200, by Paul Boddie
-
merge with stableWed, 02 May 2012 13:20:06 +0200, by Martin Geisler
-
help: add reference to template help (issue3413) stableTue, 01 May 2012 22:14:51 +0100, by A. S. Budden
-
patch: clarify binary hunk parsing loopSun, 29 Apr 2012 11:19:51 +0200, by Patrick Mezard
-
rebase: make --dest understand revsetsTue, 01 May 2012 10:14:35 +0200, by Patrick Mezard
-
rebase: add missing EOL to debug stringsWed, 02 May 2012 11:43:12 +0200, by Patrick Mezard
-
merge with stableWed, 02 May 2012 12:55:44 +0200, by Martin Geisler
-
i18n-ja: synchronized with f2a3ce017355 stable 2.2Tue, 01 May 2012 19:09:15 +0900, by FUJIWARA Katsunori
-
i18n-ja: synchronized with be786c5ac0a8 stableSun, 29 Apr 2012 21:15:06 +0900, by FUJIWARA Katsunori
-
changegroup: decompress GZ algorithm in larger chunks for better performance stableSun, 29 Apr 2012 20:58:50 +0200, by Michael Tjørnemark
-
subrepo/svn: cache _wcrev() value in merge() stableMon, 30 Apr 2012 17:05:19 +0200, by Patrick Mezard
-
subrepo/svn: fix checked out rev number retrieval (issue2968) stableMon, 30 Apr 2012 17:03:15 +0200, by Patrick Mezard
-
amend: fix copy records handling (issue3410) stableMon, 30 Apr 2012 20:45:45 +0200, by Patrick Mezard
-
test-commit-amend: exhibit an --amend weirdness stableMon, 30 Apr 2012 20:36:29 +0200, by Patrick Mezard
-
localrepo: add setparents() to adjust dirstate copies (issue3407) stableSun, 29 Apr 2012 22:25:55 +0200, by Patrick Mezard
-
test-rebase-parameters: more tests for revset/opts stableSun, 29 Apr 2012 16:18:46 +0200, by Patrick Mezard
-
help: consistently use title capitalization for help topics stableMon, 30 Apr 2012 11:51:24 +0200, by Martin Geisler
-
i18n-ja: synchronized with 4bce649a2b0f stableSun, 29 Apr 2012 00:48:22 +0900, by FUJIWARA Katsunori
-
dirstate: preserve path components case on renames (issue3402) stableSat, 28 Apr 2012 20:29:21 +0200, by Patrick Mezard
-
tests: quote dummyssh in a way that works on windows too stableSat, 28 Apr 2012 02:00:04 +0200, by Mads Kiilerich
-
tests: add missing accept of native pathname separator stableSat, 28 Apr 2012 01:55:39 +0200, by Mads Kiilerich
-
tests: skip new tests with requirements not available on windows stableSat, 28 Apr 2012 01:22:56 +0200, by Mads Kiilerich
-
tests: don't require 'hg' without extension on windows stableSat, 28 Apr 2012 01:22:47 +0200, by Mads Kiilerich
-
update .hgignore for hackable with Python 2.7 stableSat, 28 Apr 2012 01:22:35 +0200, by Mads Kiilerich
-
branchmap: server should not advertise secret changeset in branchmap (Issue3303) stableTue, 24 Apr 2012 16:32:44 +0200, by Pierre-Yves David
-
merge: check for untracked files more precisely (issue3400) stableFri, 27 Apr 2012 13:18:09 -0500, by Matt Mackall
-
wireprotocol: use visibleheads as reference while unbundling (issue 3303) stableThu, 26 Apr 2012 03:47:17 +0200, by Pierre-Yves David
-
rebase: preserve mq series order, guarded patches (issue2849) stableWed, 25 Apr 2012 17:04:18 +0200, by Patrick Mezard
-
subrepo/svn: improve error message on missing files stableThu, 26 Apr 2012 12:13:20 +0200, by Patrick Mezard
-
subrepo/svn: abort on commit with missing file (issue3029) stableThu, 26 Apr 2012 11:55:07 +0200, by Patrick Mezard
-
doc: flatten description of 'matching()' predicate to be formatted well stableThu, 26 Apr 2012 21:32:48 +0900, by FUJIWARA Katsunori
-
subrepo: fix default implementation of forget() (issue3404) stableFri, 27 Apr 2012 11:02:16 +0200, by Patrick Mezard
-
test-convert-svn-source: fix non-determinism stableFri, 27 Apr 2012 10:11:56 +0200, by Patrick Mezard
-
patch: be more tolerant with EOLs in binary diffs (issue2870) stableThu, 26 Apr 2012 21:44:02 +0200, by Patrick Mezard
-
patch: include file name in binary patch error messages stableThu, 26 Apr 2012 21:44:00 +0200, by Patrick Mezard
-
patch: display a nice error for invalid base85 data stableSat, 21 Apr 2012 19:58:18 +0200, by Patrick Mezard
-
revset: fix adds/modifies/removes and patterns (issue3403) stableThu, 26 Apr 2012 14:24:46 +0200, by Patrick Mezard
-
largefiles: notice dirty large files in a subrepo stableSun, 22 Apr 2012 13:19:22 -0400, by Matt Harbison
-
largefiles: fix status -S reporting of subrepos (issue3231) stableSun, 22 Apr 2012 03:47:34 -0400, by Matt Harbison
-
i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) stableThu, 26 Apr 2012 02:41:20 +0900, by FUJIWARA Katsunori
-
alias: fix shell alias documentation (issue3374) stableTue, 24 Apr 2012 14:34:54 +0200, by Patrick Mezard
-
test-convert-svn-sink: add helper to smooth svn xml output stableTue, 24 Apr 2012 13:05:38 +0200, by Patrick Mezard
-
convert/svn: make svn sink work with svn 1.7 stableTue, 24 Apr 2012 12:50:41 +0200, by Patrick Mezard
-
docs: don't use :hg: at the beginning of lines in notes (issue3397) stableWed, 25 Apr 2012 23:28:54 +0200, by Mads Kiilerich
-
rebase: skip resolved but emptied revisions stableSun, 22 Apr 2012 20:06:36 +0200, by Patrick Mezard
-
test-rebase: exhibit revisions which should have been skipped stableSun, 22 Apr 2012 18:27:50 +0200, by Patrick Mezard
-
transplant: do not rollback on patching error (issue3379) stableSun, 22 Apr 2012 16:40:38 +0200, by Patrick Mezard
-
patch: fix patch hunk/metdata synchronization (issue3384) stableSat, 21 Apr 2012 21:40:25 +0200, by Patrick Mezard
-
commit: use ui.configbool when checking 'commitsubrepos' setting on --amend stableSat, 21 Apr 2012 10:23:47 +0200, by Adrian Buehlmann
-
doc: add note about pattern rooted/unrooted cases to "hgignore" and "patterns" stableMon, 23 Apr 2012 00:38:22 +0900, by FUJIWARA Katsunori
-
doc: add description about location of management files for subrepo stableMon, 23 Apr 2012 00:33:09 +0900, by FUJIWARA Katsunori
-
doc: add description about re-opening closed heads to 'Head, closed branch' in glossary stableMon, 23 Apr 2012 00:33:09 +0900, by FUJIWARA Katsunori
-
doc: fix careless document miss for term 'Close changeset' in glossary stableMon, 23 Apr 2012 00:33:09 +0900, by FUJIWARA Katsunori
-
doc: fix careless document miss in help of hgext/notify stableMon, 23 Apr 2012 00:30:45 +0900, by FUJIWARA Katsunori
-
doc: fix explanation comment in acl extension stableMon, 23 Apr 2012 00:29:04 +0900, by FUJIWARA Katsunori
-
tests: test test-filelog is python - rename to test-filelog.py stableMon, 23 Apr 2012 01:57:17 +0200, by Mads Kiilerich
-
tests: avoid tab indent on all kinds of lines of sh commands stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
tests: use 'do sleep 0' instead of 'do true', also on first line of command stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
check-code: put grouping around regexps generated from testpats stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
tests: don't use /dev/urandom for largefiles testing stableMon, 23 Apr 2012 01:56:48 +0200, by Mads Kiilerich
-
encoding: protect against non-ascii default encoding stableSun, 22 Apr 2012 21:27:52 -0400, by Cesar Mena
-
update: fix case-collision with a clean wd and no --clean stableMon, 23 Apr 2012 14:32:59 +0200, by Patrick Mezard
-
update: make --check abort with dirty subrepos stableMon, 23 Apr 2012 12:12:04 +0200, by Patrick Mezard
-
plan9: add missing source entries to proto stableSat, 21 Apr 2012 08:24:10 -0700, by Steven Stallion
-
tests: fix incorrect markup of continued lines of sh commands stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
check-code: 'printf \0' is apparently fine - accept it in check-code stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: solaris sh can not negate exit status with '!' stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: hide diff -u saying 'No differences encountered' on solaris stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: ^ must be quoted when used on solaris sh stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: remove test-pull-pull-corruption2.t stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: remove race in test-pull-pull-corruption.t stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
tests: fix bashism in test-convert-splicemap.t stableMon, 23 Apr 2012 01:39:26 +0200, by Mads Kiilerich
-
opener: coding style, use triple quotes for doc string stableWed, 18 Apr 2012 15:16:15 +0200, by Thomas Arendsen Hein
-
icasefs: make case-folding collision detection as rename aware (issue3370) stableMon, 16 Apr 2012 01:11:29 +0900, by FUJIWARA Katsunori
-
bdiff.bdiff: release the GIL before doing expensive diff operations stableFri, 20 Apr 2012 11:08:14 -0500, by Augie Fackler
-
fetch: remove confusing reference to "authoritative" changes stableFri, 20 Apr 2012 11:57:14 -0500, by Kevin Bullock
-
patch: be more tolerant with "Parent" header (issue3356) stableFri, 20 Apr 2012 19:11:54 +0200, by Patrick Mezard
-
pure/osutil: use Python's msvcrt module (issue3380) stableThu, 19 Apr 2012 17:08:12 +0200, by Adrian Buehlmann
-
i18n: show localized messages for commands/extensions in hgweb help top (issue3383) stableThu, 19 Apr 2012 20:54:56 +0900, by FUJIWARA Katsunori
-
revert: show warning when reverting subrepos that do not support revert stableThu, 19 Apr 2012 23:36:42 +0200, by Angel Ezquerra
-
revset: fix O(n**2) behaviour of bisect() (issue3381) stableWed, 18 Apr 2012 21:27:35 -0700, by Bryan O'Sullivan
-
convert/svn: do not try converting empty head revisions (issue3347) stableWed, 18 Apr 2012 14:04:58 +0200, by Patrick Mezard
-
convert/svn: refactor svn_source.latest() with a nested function stableWed, 18 Apr 2012 14:04:58 +0200, by Patrick Mezard
-
convert/svn: clarify svn_source.latest() stop arg default value stableWed, 18 Apr 2012 14:04:57 +0200, by Patrick Mezard
-
factotum: rename mount and path configuration entries stableTue, 17 Apr 2012 21:12:37 -0700, by Steven Stallion