Mercurial > hg
graph
-
localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()Fri, 16 Jul 2010 13:38:33 +0200, by Benoit Boissinot
-
wireproto: refactor list of nodeid encoding / decodingFri, 16 Jul 2010 00:52:13 +0200, by Benoit Boissinot
-
ssh: drop some old importsThu, 15 Jul 2010 15:06:45 -0500, by Matt Mackall
-
protocol: move hgweb protocol support back into protocol.pyThu, 15 Jul 2010 15:05:04 -0500, by Matt Mackall
-
protocol: unify server-side capabilities functionsThu, 15 Jul 2010 13:56:52 -0500, by Matt Mackall
-
protocol: unify unbundle on the server sideThu, 15 Jul 2010 11:24:42 -0500, by Matt Mackall
-
protocol: unify client unbundle supportWed, 14 Jul 2010 17:12:18 -0500, by Matt Mackall
-
protocol: unify client changegroup methodsWed, 14 Jul 2010 17:09:31 -0500, by Matt Mackall
-
protocol: convert some ssh abort callsWed, 14 Jul 2010 17:07:13 -0500, by Matt Mackall
-
protocol: clean up call-like functions in http and ssh clientsWed, 14 Jul 2010 17:07:10 -0500, by Matt Mackall
-
protocol: unify stream_out client codeWed, 14 Jul 2010 16:55:44 -0500, by Matt Mackall
-
protocol: unify basic http client requestsWed, 14 Jul 2010 16:35:51 -0500, by Matt Mackall
-
protocol: move basic ssh client commands to wirerepositoryWed, 14 Jul 2010 16:34:57 -0500, by Matt Mackall
-
protocol: unify stream_out commandWed, 14 Jul 2010 16:19:27 -0500, by Matt Mackall
-
protocol: unify changegroup commandsWed, 14 Jul 2010 15:43:20 -0500, by Matt Mackall
-
protocol: add proto to method prototypesWed, 14 Jul 2010 15:33:21 -0500, by Matt Mackall
-
protocol: use new wireproto infrastructure in sshWed, 14 Jul 2010 15:25:15 -0500, by Matt Mackall
-
protocol: introduce wireproto.pyWed, 14 Jul 2010 15:25:15 -0500, by Matt Mackall
-
protocol: move most ssh responses to returnsWed, 14 Jul 2010 15:25:15 -0500, by Matt Mackall
-
protocol: add ssh getargsMon, 12 Jul 2010 17:28:02 -0500, by Matt Mackall
-
discovery: remove duplication for new remote head discoveryThu, 15 Jul 2010 21:44:51 +0200, by Benoit Boissinot
-
discovery: better coding styleThu, 15 Jul 2010 21:21:19 +0200, by Benoit Boissinot
-
discovery: simplify findoutgoing(), the updated_head stuff wasn't usedThu, 15 Jul 2010 21:20:32 +0200, by Benoit Boissinot
-
mq: evaluate --user before invoking editor with -e (issue2289)Thu, 15 Jul 2010 10:41:41 -0700, by Brendan Cully
-
Abort: add a hint argument, printed in the next line inside parenthesisThu, 15 Jul 2010 14:41:22 +0200, by Benoit Boissinot
-
discovery: clarify commentThu, 15 Jul 2010 14:40:17 +0200, by Benoit Boissinot
-
Merge with stableThu, 15 Jul 2010 14:11:14 +0200, by Martin Geisler
-
gendoc: remove call to callable for py3k compatibilityThu, 15 Jul 2010 14:02:17 +0200, by Martin Geisler
-
check-code: added check for reduce usageWed, 14 Jul 2010 23:15:03 -0300, by Renato Cunha
-
check-code: check for tuple parameter unpacking (missing in py3k)Wed, 14 Jul 2010 23:15:00 -0300, by Renato Cunha
-
removed exception args indexing (not supported by py3k)Wed, 14 Jul 2010 23:03:21 -0300, by Renato Cunha
-
util: use fakebuffer as buffer in py3kWed, 14 Jul 2010 22:59:57 -0300, by Renato Cunha
-
util: improved the check for the existence of the 'buffer' builtinWed, 14 Jul 2010 22:59:43 -0300, by Renato Cunha
-
record: removed 'has_key' usageWed, 14 Jul 2010 22:58:29 -0300, by Renato Cunha
-
Merge with stableWed, 14 Jul 2010 21:30:50 +0200, by Martin Geisler
-
test-log: Add test for "hg log -pf" (issue647) stableThu, 08 Jul 2010 22:44:15 +0200, by Joel Rosdahl
-
bookmarks: ensure current bookmark is updated when specified with -r . stableWed, 14 Jul 2010 11:02:20 -0400, by Brodie Rao
-
subrepos: let caller specify a filename for SVN commandsWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
subrepo: add abstract superclass for subrepo classesWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
archival: remove prefix argument from archiversWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
archival: move commands.archive.guess_type to archival.guesskindWed, 14 Jul 2010 20:25:31 +0200, by Martin Geisler
-
merge stable to defaultWed, 14 Jul 2010 20:41:01 +0200, by Henrik Stuart
-
color/progress: subclass ui instead of using wrapfunction (issue2096) stableThu, 01 Jul 2010 19:23:26 -0500, by Brodie Rao
-
merge with stableWed, 14 Jul 2010 19:44:49 +0200, by Henrik Stuart
-
merge crew and mainWed, 14 Jul 2010 19:44:12 +0200, by Henrik Stuart
-
commands: addremove does similarity 100 by defaultTue, 13 Jul 2010 17:30:29 +0200, by Dirkjan Ochtman
-
merge with stableTue, 13 Jul 2010 22:56:01 +0900, by Nicolas Dumazet
-
inotify: Port of the C module to py3k.Fri, 02 Jul 2010 16:22:59 -0300, by Renato Cunha
-
inotify: Better implementation of the event string representation.Fri, 02 Jul 2010 16:21:46 -0300, by Renato Cunha
-
inotify: make proper use of Python API to get object size.Fri, 02 Jul 2010 16:21:42 -0300, by Renato Cunha
-
mq: qrepo.add(mq.added) inside save_dirty inside of doing it manually stableTue, 13 Jul 2010 22:30:01 +0900, by Nicolas Dumazet
-
inotify: check all components of filenames against hgignore (issue884) stableTue, 06 Jul 2010 22:22:18 -0300, by Renato Cunha
-
hg.clone: fix branch value when passing a repo object (issue2267) stableFri, 02 Jul 2010 15:05:21 +0900, by Nicolas Dumazet
-
test-bheads: use a case-insensitive set of filenames (issue2274) stableTue, 06 Jul 2010 15:05:03 +0900, by Nicolas Dumazet
-
mail: ensure that Python2.4 to 2.7 use the same header format stableTue, 06 Jul 2010 18:24:04 +0900, by Nicolas Dumazet
-
filelog: cmp: don't read data if hashes are identical (issue2273) stableMon, 05 Jul 2010 19:49:54 +0900, by Nicolas Dumazet
-
filelog: test behaviour for data starting with "\1\n" stableMon, 05 Jul 2010 18:43:46 +0900, by Nicolas Dumazet
-
cmp: document the fact that we return True if content is different stableFri, 09 Jul 2010 11:02:39 +0900, by Nicolas Dumazet
-
workingfilectx.cmp: invert boolean return value stableFri, 09 Jul 2010 11:59:48 +0900, by Nicolas Dumazet
-
rebase: add a test for committed MQ patches (59bd20451ab6) stableMon, 12 Jul 2010 09:19:28 +0300, by Giorgos Keramidas
-
util.h: Defined macros for working "with" PyStrings in py3k.Fri, 02 Jul 2010 16:21:40 -0300, by Renato Cunha
-
util.h: Add a PyInt_AsLong definition for usage in the inotify module.Fri, 02 Jul 2010 16:21:38 -0300, by Renato Cunha
-
setup.py: Add 'mercurial' as include dir for the inotify compiler.Fri, 02 Jul 2010 16:21:36 -0300, by Renato Cunha
-
setup.py: Adjustments to make setup.py run in py3k.Fri, 02 Jul 2010 16:21:34 -0300, by Renato Cunha
-
rebase: re-add patches to mq repo after rebase stableTue, 13 Jul 2010 20:12:32 +0900, by Nicolas Dumazet
-
mq: reset self.added after the mq transaction instead of inside qimport stableMon, 12 Jul 2010 17:55:23 +0900, by Nicolas Dumazet
-
Merge with stableMon, 12 Jul 2010 17:27:32 -0500, by Matt Mackall
-
Merge with stableFri, 09 Jul 2010 14:21:45 +0200, by Martin Geisler
-
dispatch: add shell aliasesWed, 07 Jul 2010 18:49:43 -0400, by Steve Losh
-
extensions: add a few assertions to wrapfunction() and wrapcommand(). stableFri, 09 Jul 2010 11:04:00 +0200, by Dan Villiom Podlaski Christiansen
-
extensions: improve language for wrapfunction() docstring. stableFri, 09 Jul 2010 11:13:45 +0200, by Dan Villiom Podlaski Christiansen
-
extensions: add docstring for wrapcommand(). stableFri, 09 Jul 2010 10:57:57 +0200, by Dan Villiom Podlaski Christiansen
-
commands: mention "hg status -C" in addremove help stableFri, 09 Jul 2010 13:31:37 +0200, by Arnab Bose
-
Merge with stableWed, 07 Jul 2010 14:29:40 +0200, by Martin Geisler
-
commands: only warn when reopening the workdir's branch stableWed, 07 Jul 2010 14:11:59 +0200, by Robert Bauck Hamar
-
Merge with stableTue, 06 Jul 2010 20:43:19 +0200, by Martin Geisler
-
mq: fixed ENOENT when qrename to new/directory.patch stableSun, 28 Mar 2010 15:23:11 +0900, by Yuya Nishihara
-
mercurial.spec: rename docutils to python-docutils in BuildRequires stableFri, 02 Jul 2010 14:14:30 -1000, by Julian Cowley
-
glossary: fixed typo in "Directory, working" description stableTue, 06 Jul 2010 13:10:16 -0300, by Renato Cunha
-
Merge with stableSun, 04 Jul 2010 14:14:40 +0200, by Martin Geisler
-
log: fix missing diff output for hg log -p in sub directory stableFri, 02 Jul 2010 23:49:06 +0900, by Yuya Nishihara
-
commands: document return values of add and paths commands stableSun, 04 Jul 2010 17:05:17 +0900, by Nicolas Dumazet
-
mergetools.hgrc: add vimdiffSat, 03 Jul 2010 02:15:25 +0200, by Martin Geisler
-
Merge with stableSat, 03 Jul 2010 02:06:07 +0200, by Martin Geisler
-
hgweb.wsgi: add a URL to the corresponding wiki documentation stableSat, 03 Jul 2010 01:48:50 +0200, by Martin Geisler
-
churn: remove tuple parameter unpacking (deprecated in py3k)Thu, 01 Jul 2010 19:27:03 -0300, by Renato Cunha
-
record: removed 'reduce' calls (unsupported by py3k)Thu, 01 Jul 2010 19:27:03 -0300, by Renato Cunha
-
record: tuple parameter unpacking is deprecated in py3kThu, 01 Jul 2010 19:27:03 -0300, by Renato Cunha
-
convert: tuple parameter unpacking is deprecated in py3kThu, 01 Jul 2010 19:27:02 -0300, by Renato Cunha
-
revlog: Marked classic int divisions as such.Thu, 01 Jul 2010 19:27:02 -0300, by Renato Cunha
-
Merge with stable (again)Fri, 02 Jul 2010 11:41:43 +0200, by Martin Geisler
-
debugger: give a little intro before entering pdbWed, 30 Jun 2010 17:23:16 +0200, by Mads Kiilerich
-
debugger: show traceback before entering pdb post-mortemWed, 30 Jun 2010 17:20:42 +0200, by Mads Kiilerich
-
Merge with stableFri, 02 Jul 2010 11:30:57 +0200, by Martin Geisler
-
wix: pick up new help topics added between 1.5 and 1.6 stableThu, 01 Jul 2010 12:53:37 -0500, by Steve Borho
-
log: follow filenames through renames (issue647) stable 1.6Tue, 29 Jun 2010 12:12:34 +0200, by Mads Kiilerich
-
subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232) stableThu, 01 Jul 2010 11:20:13 -0500, by Matt Mackall
-
i18n-da: translated eol extension and various small strings stableThu, 01 Jul 2010 15:25:29 +0200, by Martin Geisler
-
i18n-ja: synchronized with 13d02d6677f2 stableWed, 30 Jun 2010 13:03:48 +0900, by FUJIWARA Katsunori
-
i18n-sv: output from 'hg' is once again fully Swedish stableWed, 23 Jun 2010 09:33:28 +0200, by Jens Bäckman
-
subrepo: correctly handle update -C with modified subrepos (issue2022) stableWed, 30 Jun 2010 23:56:35 -0500, by Matt Mackall
-
setup: ignore failures to build optional inotify extension stableWed, 23 Jun 2010 13:44:07 +0200, by Christian Boos
-
update: synchronize permissions in the dirstate (issue1473) stableWed, 30 Jun 2010 17:34:20 -0500, by Matt Mackall
-
heads: fix templating of headers again (issue2130) stableThu, 24 Jun 2010 15:18:47 +0100, by Simon Howkins
-
minirst: use unicode string as intermediate form for replacement stableWed, 30 Jun 2010 12:44:58 +0900, by FUJIWARA Katsunori
-
subrepo: fix recording of + in .hgsubstate (issue2217) stableTue, 29 Jun 2010 17:30:42 -0500, by Matt Mackall
-
test-alias: don't use the environment variable PWD stableMon, 28 Jun 2010 23:16:11 +0200, by Mads Kiilerich
-
revert: Make it clearer when not to use revert stableMon, 28 Jun 2010 15:08:01 +0200, by Mads Kiilerich
-
progress: check stderr.isatty() before each print stableSun, 27 Jun 2010 22:20:47 -0500, by Augie Fackler
-
http digest auth: reset redirect counter on new requests (issue2255) stableSat, 26 Jun 2010 23:00:58 +0200, by Mads Kiilerich
-
revset: deal with empty sets in range endpoints stableMon, 28 Jun 2010 11:07:27 -0500, by Matt Mackall
-
subrepo: fix silent push failure for SVN (issue2241) stableSun, 27 Jun 2010 18:20:49 -0500, by Matt Mackall
-
merge: pass constant cset ancestor to fctx.ancestor stableFri, 18 Jun 2010 08:49:24 +0200, by Peter Arrenbrecht
-
context: allow passing the common cset ancestor to fctx.ancestor stableFri, 18 Jun 2010 08:48:05 +0200, by Peter Arrenbrecht
-
mercurial.spec: don't include convert-repo - use "hg convert" instead stableFri, 25 Jun 2010 19:59:22 +0200, by Mads Kiilerich
-
contrib: update tcsh_completion with commands for 1.6 stableSat, 26 Jun 2010 15:56:48 +0200, by Gilles Moris
-
bookmarks: fix bogus cut and paste for outgoing stableSat, 26 Jun 2010 12:24:55 -0500, by Matt Mackall
-
addchangegroup: pass in lock to release it before changegroup hook is called stableFri, 25 Jun 2010 13:47:28 -0500, by Matt Mackall
-
cmdutil: only output style header once in non-buffered mode (issue2130) stableThu, 24 Jun 2010 15:18:47 +0100, by Simon Howkins
-
bookmarks: touch changelog on write to force hgweb reload stableWed, 23 Jun 2010 13:38:52 -0500, by Matt Mackall
-
mq: explicit exit code when patch is already on top stableTue, 22 Jun 2010 21:36:09 +0200, by Gilles Moris
-
mq: fix qpush --move for selected guarded patches stableTue, 22 Jun 2010 09:49:51 +0200, by Gilles Moris
-
help: fix glossary.txt named branches description stableWed, 23 Jun 2010 17:49:49 -0300, by Wagner Bruna
-
zeroconf: Use BadDomainName exception instead of string exceptions stableWed, 23 Jun 2010 10:45:53 +0200, by Javi Merino
-
bookmarks: Use error message consistently stableWed, 23 Jun 2010 11:53:59 +0200, by David Soria Parra
-
Merge with default, fix up stray topological head from i18n stableTue, 22 Jun 2010 15:45:13 -0500, by Matt Mackall
-
bookmarks: Add -B option to incoming/outgoing to compare bookmarks stableSun, 20 Jun 2010 12:26:48 +0200, by David Soria Parra
-
discovery: use stable sort order in --new-branch warning stableTue, 22 Jun 2010 12:38:39 +0200, by Martin Geisler
-
Merge with i18nMon, 21 Jun 2010 17:02:48 -0300, by Wagner Bruna
-
i18n-pt_BR: synchronized with b4467a7d5c75Mon, 21 Jun 2010 11:53:38 -0300, by Wagner Bruna
-
Merge with mpmSun, 20 Jun 2010 23:37:09 +0200, by Martin Geisler
-
i18n-da: copy msgids that does not need translatingSun, 20 Jun 2010 20:02:27 +0200, by Martin Geisler
-
acl: delete trailing whitespace in docstringSun, 20 Jun 2010 19:48:28 +0200, by Martin Geisler
-
i18n-da: synchronize with 42408cd43f55Sun, 20 Jun 2010 17:38:57 +0200, by Martin Geisler
-
Merge default into stable for the 1.6 code freeze stableMon, 21 Jun 2010 13:41:11 -0500, by Matt Mackall
-
revset: improve help on stringsMon, 21 Jun 2010 13:38:40 -0500, by Matt Mackall
-
tests: extend revset testMon, 21 Jun 2010 13:26:13 -0500, by Matt Mackall
-
merge: sort arguments to stabilize the ancestor searchMon, 21 Jun 2010 13:25:42 -0500, by Matt Mackall
-
merge: improve merge with ancestor messageSun, 20 Jun 2010 14:21:56 -0500, by Matt Mackall
-
ui: ignore EIO in write_errWed, 16 Jun 2010 00:22:10 +0200, by Mads Kiilerich
-
http push: break infinite recursion on failure with Python 2.6.5 (issue2179)Wed, 16 Jun 2010 22:54:58 +0200, by Mads Kiilerich
-
pager: respect HGPLAINSun, 20 Jun 2010 01:20:12 +0900, by Yuya Nishihara
-
patchbomb: reduce number of opts.get callsWed, 16 Jun 2010 00:37:21 +0200, by Christian Ebert
-
parser: improve infix error checkingSat, 19 Jun 2010 17:56:52 -0500, by Matt Mackall
-
transplant: when reading journal, treat only lines starting with "# " special like patch.extract() doesSat, 19 Jun 2010 12:51:57 +0200, by Georg Brandl
-
revrange: fix up empty query againSun, 20 Jun 2010 14:21:47 -0500, by Matt Mackall
-
revset: add some testsTue, 08 Jun 2010 17:56:57 +0200, by Peter Arrenbrecht
-
Explain trust near hgrc in config helpFri, 21 May 2010 12:51:55 +0300, by timeless
-
test-import: test git patch import with stripWed, 16 Jun 2010 17:43:35 +0200, by Mads Kiilerich
-
revset: fix up contains/getstring when no args passedSat, 19 Jun 2010 13:00:08 -0500, by Matt Mackall
-
revrange: attempt to parse old-style queries as a first passSat, 19 Jun 2010 13:00:01 -0500, by Matt Mackall
-
revset: allow extended characters in symbolsSat, 19 Jun 2010 12:22:35 -0500, by Matt Mackall
-
i18n: fix translation of empty paragraphsSat, 19 Jun 2010 19:16:11 +0200, by Martin Geisler
-
extensions: recommend against using wrapfunction for repo methodsTue, 15 Jun 2010 13:04:22 -0400, by Greg Ward
-
i18n-zh_TW: split messages into paragraphsSat, 19 Jun 2010 17:19:15 +0200, by Martin Geisler
-
i18n-zh_CN: split messages into paragraphsSat, 19 Jun 2010 17:19:15 +0200, by Martin Geisler
-
i18n-sv: split messages into paragraphsSat, 19 Jun 2010 17:19:15 +0200, by Martin Geisler
-
i18n-pt_BR: split messages into paragraphsSat, 19 Jun 2010 17:19:15 +0200, by Martin Geisler
-
i18n-ja: split messages into paragraphsSat, 19 Jun 2010 17:19:14 +0200, by Martin Geisler
-
i18n-it: split messages into paragraphsSat, 19 Jun 2010 17:19:14 +0200, by Martin Geisler
-
i18n-fr: split messages into paragraphsSat, 19 Jun 2010 17:19:14 +0200, by Martin Geisler
-
i18n-el: split messages into paragraphsSat, 19 Jun 2010 17:19:14 +0200, by Martin Geisler
-
i18n-de: split messages into paragraphsSat, 19 Jun 2010 17:19:14 +0200, by Martin Geisler
-
i18n-da: split messages into paragraphsSat, 19 Jun 2010 17:19:14 +0200, by Martin Geisler
-
Merge with hg-i18nSat, 19 Jun 2010 17:06:11 +0200, by Martin Geisler
-
i18n: translate each paragraph separatelyTue, 06 Apr 2010 22:30:50 -0300, by Wagner Bruna
-
i18n: script for splitting large messages on .po/.pot filesThu, 17 Jun 2010 20:10:34 -0300, by Wagner Bruna
-
i18n: patch polib.unescapeSat, 19 Jun 2010 16:52:25 +0200, by Martin Geisler
-
i18n: import polib 0.5.2 (rev b0ab301cfdcc)Thu, 17 Jun 2010 20:10:34 -0300, by Wagner Bruna
-
i18n-da: remove spurious \nFri, 18 Jun 2010 15:22:56 +0200, by Martin Geisler
-
revset: nicer exception for empty queriesFri, 18 Jun 2010 17:34:13 -0500, by Matt Mackall
-
commands: advertise "hg help revsets" in help for logFri, 18 Jun 2010 21:35:21 +0200, by Martin Geisler
-
revset: all your error messages are belong to _Fri, 18 Jun 2010 21:31:19 +0200, by Martin Geisler
-
help: new revsets topicThu, 17 Jun 2010 17:21:39 +0300, by Martin Geisler
-
Merge with mainFri, 18 Jun 2010 20:06:32 +0200, by Martin Geisler
-
Ignore mercurial.egg-info build outputFri, 18 Jun 2010 10:45:40 -0700, by Lee Cantey
-
bookmarks: add support for push --bookmark to export bookmarksThu, 17 Jun 2010 15:54:26 -0500, by Matt Mackall
-
bookmarks: add support for pull --bookmark to import remote bookmarksThu, 17 Jun 2010 14:26:23 -0500, by Matt Mackall
-
patch: inline small, single-use 'write' functionThu, 17 Jun 2010 15:51:27 +0200, by Dirkjan Ochtman
-
patch: inline small, single-use 'close' functionThu, 17 Jun 2010 15:50:35 +0200, by Dirkjan Ochtman
-
mq: __str__ falls back to __repr__Thu, 17 Jun 2010 15:53:26 +0200, by Dirkjan Ochtman
-
bookmarks: update known bookmarks on the target on pushThu, 17 Jun 2010 12:22:21 -0500, by Matt Mackall
-
bookmarks: pull known bookmarks from server that are newerThu, 17 Jun 2010 12:10:47 -0500, by Matt Mackall
-
bookmarks: add pushkey server-side supportThu, 17 Jun 2010 11:01:51 -0500, by Matt Mackall
-
pushkey: add debugpushkey command for testingWed, 16 Jun 2010 16:05:47 -0500, by Matt Mackall
-
pushkey: add http supportWed, 16 Jun 2010 16:05:19 -0500, by Matt Mackall
-
pushkey: add ssh supportWed, 16 Jun 2010 16:05:13 -0500, by Matt Mackall
-
pushkey: add localrepo supportWed, 16 Jun 2010 16:04:46 -0500, by Matt Mackall
-
pushkey: add pushkey coreWed, 16 Jun 2010 16:04:44 -0500, by Matt Mackall
-
sshrepo: sort argumentsWed, 16 Jun 2010 15:01:09 -0500, by Matt Mackall
-
mq: make 'qdelete <patchidx>' work again.Wed, 16 Jun 2010 22:00:02 -0400, by Greg Ward
-
bdiff.c: Added support for py3k.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
diffhelpers.c: Added support for py3k.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
base85.c: Added support for py3k.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
parsers.c: Added support for py3k.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
mpatch.c: Added preliminary support for py3k.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
osutil.c: Support for py3k added.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
util.h: Utility macros for handling different Python APIs.Tue, 15 Jun 2010 19:49:56 -0300, by Renato Cunha
-
relink: ensure deterministic directory walk in collectWed, 16 Jun 2010 12:22:14 +0200, by Martin Geisler
-
help: add "glossary" topicWed, 16 Jun 2010 15:20:22 +0530, by Faheem Mitha
-
relink/progress: Adding progress for collecting stageThu, 10 Jun 2010 15:35:06 +0200, by timeless
-
relink/progress: Adding progress for pruning stageThu, 10 Jun 2010 13:09:50 +0200, by timeless
-
merge: when current branch has 1 or > 2 heads, actually abort.Mon, 14 Jun 2010 16:06:52 -0400, by Greg Ward
-
tags: remove inactive debugging code.Tue, 15 Jun 2010 16:10:32 -0400, by Greg Ward
-
tags: remove the old non-caching implementation of findglobaltags().Tue, 15 Jun 2010 15:02:54 -0400, by Greg Ward
-
keyword: postpone manifest calculation in kwtemplater.overwriteTue, 15 Jun 2010 17:15:31 +0200, by Christian Ebert
-
revset: fix call to ctx.extra() in closed()Sun, 13 Jun 2010 23:25:27 +0200, by Georg Brandl
-
p4: fix long line and bad spacing around %Tue, 15 Jun 2010 11:05:17 +0200, by Martin Geisler
-
Fix shell quoting on p4 conversionMon, 14 Jun 2010 16:38:36 +0100, by Frank Kingswood
-
tests: rename test-merge3 to test-add-remove.Mon, 14 Jun 2010 13:39:00 -0400, by Greg Ward
-
check-code: reformat long linesTue, 15 Jun 2010 10:01:55 +0200, by Martin Geisler
-
dagparser: replace format with strTue, 15 Jun 2010 10:00:07 +0200, by Martin Geisler
-
check-code: catch format(), introduced in Python 2.6Tue, 15 Jun 2010 09:55:59 +0200, by Martin Geisler
-
commands: get rid of generic exception in debugbuilddagTue, 15 Jun 2010 09:53:50 +0200, by Martin Geisler
-
check-code: fix check for any/all functionTue, 15 Jun 2010 09:51:52 +0200, by Martin Geisler
-
hgext/zeroconf/__init__.py: Separate relative and absolute imports.Mon, 14 Jun 2010 16:56:20 -0300, by Renato Cunha
-
revset: improve filter argument handlingFri, 11 Jun 2010 15:30:12 -0500, by Matt Mackall
-
commands: format is a Python2.6 functionFri, 11 Jun 2010 18:54:10 +0200, by Martin Geisler
-
debugbuilddag: build a changelog dag from a concise descriptionThu, 10 Jun 2010 11:49:48 +0200, by Peter Arrenbrecht
-
debugdag and debugindexdag: emit changelog/revlog DAGs as concise textThu, 10 Jun 2010 11:48:45 +0200, by Peter Arrenbrecht
-
dagparser: parses and formats DAGs as concise textThu, 10 Jun 2010 11:48:15 +0200, by Peter Arrenbrecht
-
tests: fix up webraw encodingThu, 10 Jun 2010 15:30:15 -0500, by Matt Mackall
-
strip: backup bundles should use the .hg extensionThu, 10 Jun 2010 15:23:31 -0500, by Matt Mackall
-
hgweb: specify a charset when sending raw text filesWed, 09 Jun 2010 12:41:44 -1000, by Julian Cowley
-
summary: report copies and renamesWed, 09 Jun 2010 16:39:25 -0500, by Matt Mackall
-
provide pre- and post- hooks with parsed command line arguments.Thu, 10 Jun 2010 09:32:19 -0700, by Chad Dombrova
-
tests: fix some branch head falloutWed, 09 Jun 2010 16:25:28 -0500, by Matt Mackall
-
pager: set ui.formatted() prior to redirecting stdout.Mon, 07 Jun 2010 15:34:48 +0200, by Dan Villiom Podlaski Christiansen
-
mq: use ui.formatted() instead of ui.plain().Mon, 07 Jun 2010 15:33:03 +0200, by Dan Villiom Podlaski Christiansen
-
color: use ui.formatted().Mon, 07 Jun 2010 15:28:54 +0200, by Dan Villiom Podlaski Christiansen
-
ui: document the formatted(), interactive() & plain() functions.Mon, 07 Jun 2010 16:14:12 +0200, by Dan Villiom Podlaski Christiansen
-
ui: add ui.formatted configuration variable and accessor function.Mon, 07 Jun 2010 14:59:52 +0200, by Dan Villiom Podlaski Christiansen
-
revlog: fix inconsistent comment formattingThu, 10 Jun 2010 17:10:05 +0200, by Martin Geisler
-
improve --branch processing (and differentiate from # syntax)Thu, 10 Jun 2010 12:46:09 +0200, by Sune Foldager
-
help: show value requirement and multiple occurrence of optionsSun, 06 Jun 2010 17:25:00 +0900, by FUJIWARA Katsunori
-
keyword: pass context to kwtemplater.overwriteWed, 09 Jun 2010 12:45:48 +0100, by Christian Ebert
-
parser: fix missing param in _matchTue, 08 Jun 2010 16:27:59 +0200, by Peter Arrenbrecht
-
commit: add tests for the 'created new head' messageTue, 08 Jun 2010 22:30:44 +0200, by Gilles Moris
-
commit: fix display of 'created new head' message (issue2186)Tue, 08 Jun 2010 22:28:42 +0200, by Gilles Moris
-
rebase: --abort doesn't strip away the target changeset (issue2220)Tue, 08 Jun 2010 18:01:07 +0200, by Stefano Tortarolo
-
test-branch-option: Updated output to match rev 3f1409082720Wed, 09 Jun 2010 17:22:59 +0200, by Jan Sorensen
-
Merge with mpmWed, 09 Jun 2010 17:50:45 +0200, by Martin Geisler
-
discovery: fix description lineWed, 09 Jun 2010 17:27:47 +0200, by Dirkjan Ochtman
-
Merge with stableTue, 08 Jun 2010 15:57:59 -0500, by Matt Mackall
-
Merge backoutTue, 08 Jun 2010 15:52:56 -0500, by Steve Borho
-
Backed out changeset: e1dde7363601Tue, 08 Jun 2010 15:52:41 -0500, by Steve Borho
-
ui: handle leading newlines/spaces/commas in configlistTue, 08 Jun 2010 21:09:41 +0200, by Thomas Arendsen Hein
-
mergetools: add configuration for Ultra Compare (issue2226)Tue, 08 Jun 2010 11:58:09 -0500, by Steve Borho
-
mq: use hg reST role some moreTue, 08 Jun 2010 14:12:46 +0200, by Martin Geisler
-
cleanups: undefined variablesTue, 08 Jun 2010 09:30:45 +0200, by Dirkjan Ochtman
-
cleanups: unused variablesTue, 08 Jun 2010 09:30:33 +0200, by Dirkjan Ochtman
-
move working dir/dirstate methods from localrepo to workingctxMon, 07 Jun 2010 20:03:32 +0200, by Dirkjan Ochtman
-
color: labeled text should be passed to ui.write() as ui.labeledThu, 03 Jun 2010 23:18:18 -0500, by Steve Borho
-
move discovery methods from localrepo into new discovery moduleMon, 07 Jun 2010 18:35:54 +0200, by Dirkjan Ochtman
-
merge with stableMon, 07 Jun 2010 16:29:06 +0200, by Sune Foldager
-
push/pull: fix bug in "--branch ." handling stableMon, 07 Jun 2010 16:28:23 +0200, by Sune Foldager
-
shrink-repo: wrong variable nameSun, 06 Jun 2010 22:39:32 +0530, by Pradeepkumar Gayam
-
replace Python standard textwrap by MBCS sensitive one for i18n textSun, 06 Jun 2010 17:20:10 +0900, by FUJIWARA Katsunori
-
keyword: use context to detect uncommitted mergeThu, 03 Jun 2010 10:37:31 +0100, by Christian Ebert
-
tests: use --debug on test-cloneThu, 03 Jun 2010 13:58:00 +0200, by Adrian Buehlmann
-
shrink-revlog: use util.mktempcopy() to preserve mode of index file.Thu, 03 Jun 2010 10:18:33 -0400, by Greg Ward
-
revset: delay import of hg to avoid start-up import loopsSat, 05 Jun 2010 09:58:02 -0500, by Matt Mackall
-
error: fix up test-hgrcFri, 04 Jun 2010 23:04:31 -0500, by Matt Mackall
-
error: update test-trusted.pyFri, 04 Jun 2010 23:00:22 -0500, by Matt Mackall
-
revset: fix test failure with qfinishFri, 04 Jun 2010 22:54:43 -0500, by Matt Mackall
-
revset: raise ParseError exceptionsFri, 04 Jun 2010 20:57:52 -0500, by Matt Mackall
-
error: add new ParseError for various parsing errorsFri, 04 Jun 2010 20:57:26 -0500, by Matt Mackall
-
error: change ParseError to CommandErrorFri, 04 Jun 2010 20:19:53 -0500, by Matt Mackall
-
hgrc: improve docs for the trusted sectionFri, 04 Jun 2010 20:13:51 -0500, by Matt Mackall
-
rebase: use usual util.abort rather than error.ParseErrorFri, 04 Jun 2010 17:22:33 -0500, by Matt Mackall
-
revset: sort the predicate listFri, 04 Jun 2010 10:27:23 -0500, by Matt Mackall
-
revset: fix - handling in the optimizerFri, 04 Jun 2010 10:26:55 -0500, by Matt Mackall
-
revset: fix up testsThu, 03 Jun 2010 20:32:41 -0500, by Matt Mackall
-
walkchangerevs: allow empty query setsThu, 03 Jun 2010 18:00:15 -0500, by Matt Mackall
-
revset: add tagged predicateThu, 03 Jun 2010 17:39:40 -0500, by Matt Mackall
-
revset: optimize the parse tree directlyThu, 03 Jun 2010 17:39:34 -0500, by Matt Mackall
-
revset: add support for prefix and suffix versions of : and ::Wed, 02 Jun 2010 14:07:46 -0500, by Matt Mackall
-
revset: hook into revrangeTue, 01 Jun 2010 11:18:57 -0500, by Matt Mackall
-
revset: add a debugrevspec commandTue, 01 Jun 2010 11:18:57 -0500, by Matt Mackall
-
revset: introduce revset coreTue, 01 Jun 2010 11:18:57 -0500, by Matt Mackall
-
revset: introduce basic parserTue, 01 Jun 2010 11:18:57 -0500, by Matt Mackall
-
remoteui: move from cmdutil to hgTue, 01 Jun 2010 11:18:57 -0500, by Matt Mackall
-
mq: better qqueue test for troublesome namesThu, 03 Jun 2010 21:38:30 +0200, by Henrik Stuart
-
mq: prevent the creation of a queue whose name is already takenThu, 03 Jun 2010 20:40:23 +0200, by Cédric Duval
-
mq: fix naming issues for qqueue directoriesWed, 02 Jun 2010 19:39:45 +0200, by Henrik Stuart
-
win32text: mark this extension as deprecatedWed, 02 Jun 2010 14:54:25 +0200, by Martin Geisler
-
Merge with stableWed, 02 Jun 2010 14:40:31 +0200, by Martin Geisler
-
shrink-revlog: preserve mode of the shrunken index and data file. stableTue, 01 Jun 2010 18:29:52 -0400, by Greg Ward
-
Fixed a bashism with the use of $RANDOM in hgeditor.Wed, 19 May 2010 18:06:35 +0200, by Javi Merino
-
churn: add possibility to include/exclude pathsThu, 27 May 2010 22:50:23 +0300, by Alexander Solovyov
-
churn: support spaces in aliases (issue2222)Wed, 02 Jun 2010 14:28:45 +0200, by Alexander Solovyov
-
Merge with stableTue, 01 Jun 2010 10:55:11 -0500, by Matt Mackall
-
Merge with i18nTue, 01 Jun 2010 10:54:57 -0500, by Matt Mackall
-
merge with i18n stableTue, 01 Jun 2010 12:25:43 -0300, by Wagner Bruna
-
Merge with stableTue, 01 Jun 2010 10:12:07 -0500, by Matt Mackall
-
clone: save hardlink state of util.copyfiles() stableFri, 28 May 2010 17:28:34 +0200, by Adrian Buehlmann
-
util.copyfiles: don't try os_link() again if it failed before stableFri, 28 May 2010 17:28:34 +0200, by Adrian Buehlmann
-
keyword: retrieve added and modified files from commitctxTue, 01 Jun 2010 03:45:10 +0200, by Christian Ebert
-
keyword: force dirstate normal when all changes in a file are recordedTue, 01 Jun 2010 01:05:45 +0200, by Christian Ebert
-
clone: print number of linked/copied files on --debugMon, 31 May 2010 13:47:51 +0200, by Adrian Buehlmann
-
Merge with stableMon, 31 May 2010 21:43:03 +0200, by Martin Geisler
-
Merge with stableMon, 31 May 2010 12:57:47 -0500, by Matt Mackall
-
Merge with i18nMon, 31 May 2010 12:57:34 -0500, by Matt Mackall
-
merge with i18n stableTue, 25 May 2010 13:24:49 -0300, by Wagner Bruna
-
merge with i18n stableSat, 22 May 2010 11:23:47 -0300, by Wagner Bruna
-
Merge with stableMon, 31 May 2010 12:34:47 -0500, by Matt Mackall
-
hgweb: fix race in refreshing repo list (issue2188) stableFri, 14 May 2010 12:57:24 -0500, by Matt Mackall
-
Merge with stableMon, 31 May 2010 13:55:47 +0200, by Martin Geisler
-
record: check that we are not committing a merge before patch selection stableMon, 31 May 2010 17:13:15 +0900, by Nicolas Dumazet
-
record: better way to find help in docstring stableMon, 31 May 2010 13:43:03 +0200, by Martin Geisler
-
mq: mention qqueue in module docstringSun, 30 May 2010 23:24:10 +0200, by Martin Geisler
-
clone: save hardlink state of util.copyfiles()Fri, 28 May 2010 17:28:34 +0200, by Adrian Buehlmann
-
util.copyfiles: don't try os_link() again if it failed beforeFri, 28 May 2010 17:28:34 +0200, by Adrian Buehlmann
-
cmdutil: cleanup importsThu, 27 May 2010 22:50:04 +0300, by Alexander Solovyov
-
make transactions work on non-refcounted python implementationsThu, 27 May 2010 17:47:40 +0200, by Ronny Pfannschmidt
-
mq: support multiple patch queues using qqueueSat, 29 May 2010 20:32:39 +0200, by Henrik Stuart
-
Merge with stableFri, 28 May 2010 16:01:57 -0500, by Matt Mackall
-
status: avoid performance regression when no .hgsub is present stableFri, 28 May 2010 14:41:11 -0500, by Matt Mackall
-
doc: document expansion of %include and ui.usernameThu, 27 May 2010 10:37:14 +0200, by Martin Geisler
-
ui.username(): expand environment variables in username configuration value.Wed, 26 May 2010 14:03:29 -0700, by Chad Dombrova
-
config: expand hgrc %include pathsWed, 26 May 2010 14:03:29 -0700, by Chad Dombrova
-
rename: make --after work if source is already in R stateWed, 26 May 2010 16:16:47 +0200, by Peter Arrenbrecht
-
Merge with stableTue, 25 May 2010 18:45:44 +0200, by Martin Geisler
-
commands: document --new-branch flag for pushTue, 25 May 2010 09:57:19 +0200, by Martin Geisler
-
Merge with stableTue, 25 May 2010 09:56:26 +0200, by Martin Geisler
-
mq: remove unneeded local variable in deleteMon, 24 May 2010 00:55:42 +0200, by Martin Geisler
-
pager: exec pager using /bin/sh -cWed, 19 May 2010 09:54:12 -0500, by Brodie Rao
-
keyword: offer svn-like default keywordmapsWed, 19 May 2010 00:45:50 +0200, by Christian Ebert
-
keyword: add 2 svn-like date filtersTue, 18 May 2010 22:16:38 +0200, by Christian Ebert
-
util: give appropriate default args to atomictempfile()Fri, 21 May 2010 19:54:40 +0900, by Yuya Nishihara
-
push: add --new-branch option to allow intial push of new branchesFri, 21 May 2010 15:22:29 +0200, by Sune Foldager
-
check-code: add check for 'source'Fri, 21 May 2010 22:53:57 +0900, by Yuya Nishihara
-
Merge with stableFri, 21 May 2010 14:21:27 +0200, by Martin Geisler
-
tests: fix bashism to load helpers.shFri, 21 May 2010 20:55:18 +0900, by Yuya Nishihara
-
color: bring back colors with pagerTue, 18 May 2010 18:55:14 +0900, by Yuya Nishihara
-
dispatch: include Python version in traceback stableFri, 21 May 2010 13:40:59 +0200, by Martin Geisler
-
rebase: add error codesThu, 20 May 2010 15:58:16 -0500, by Matt Mackall
-
rebase: improve --abort failure messageThu, 20 May 2010 15:20:25 -0500, by Matt Mackall
-
rebase: only show "rebase completed" message with -vThu, 20 May 2010 15:15:11 -0500, by Matt Mackall
-
strip: hide unbundle messages by defaultThu, 20 May 2010 13:27:28 -0500, by Matt Mackall
-
Fix up rebase's handling of strip backupsThu, 20 May 2010 12:21:35 -0500, by Matt Mackall
-
strip: improve full backup messageThu, 20 May 2010 12:15:44 -0500, by Matt Mackall
-
strip: drop deprecated -b from synopsisWed, 19 May 2010 20:20:16 -0500, by Matt Mackall
-
rebase: use helpers.sh in testsWed, 19 May 2010 20:20:12 -0500, by Matt Mackall
-
strip: be quiet about temporary internal bundleWed, 19 May 2010 19:46:39 -0500, by Matt Mackall
-
Merge with crew-stableWed, 19 May 2010 22:32:40 +0200, by Patrick Mezard
-
convert/svn: close gettags() log stream (issue2196) stableWed, 19 May 2010 22:09:58 +0200, by Aaron Digulla
-
Use our custom hg reStructuredText role some moreTue, 18 May 2010 16:31:10 +0200, by Martin Geisler
-
minirst: handle line breaks in hg roleTue, 18 May 2010 16:24:14 +0200, by Martin Geisler
-
extdiff: fix reST syntax in module docstringMon, 17 May 2010 23:11:27 +0200, by Martin Geisler
-
Fixed a bashism with trap numbers in hgeditor.Tue, 11 May 2010 12:06:30 +0200, by Javi Merino
-
Merge with stableMon, 17 May 2010 21:30:00 +0200, by Martin Geisler
-
rebase: stress that only local changesets should be rebased stableMon, 17 May 2010 21:16:35 +0200, by Martin Geisler
-
Merge with stableSun, 16 May 2010 14:38:32 -0500, by Matt Mackall
-
tag: add -e/--edit option for modifying the commit messageSat, 15 May 2010 23:33:22 -0400, by Steve Losh
-
extdiff: add labels, read diff arguments from [merge-tools]Thu, 07 Jan 2010 22:19:05 -0600, by Steve Borho
-
patchbomb: respect HGPLAIN when piping --test output to PAGERSun, 16 May 2010 22:23:14 +0900, by Yuya Nishihara
-
commit: fix complaint about branch merge creating new heads (issue2186)Sat, 15 May 2010 21:24:23 -0500, by Matt Mackall
-
Fix hg heads -r flag documentationSat, 15 May 2010 00:34:07 +0300, by Ori Avtalion
-
Fix wording in hg pull documentationFri, 14 May 2010 22:29:15 +0300, by Ori Avtalion
-
merge: avoid to break the dirstate copy status on moved filesTue, 04 May 2010 09:57:16 +0200, by Gilles Moris
-
commands: initial audit of exit codesSat, 15 May 2010 17:48:49 -0500, by Matt Mackall
-
hgweb: fix race in refreshing repo list (issue2188)Fri, 14 May 2010 12:57:24 -0500, by Matt Mackall
-
rollback: fix up testsFri, 14 May 2010 10:01:09 -0500, by Matt Mackall
-
rollback: fix off-by-one in messageThu, 13 May 2010 17:36:45 -0500, by Matt Mackall
-
commit: note new branch heads rather than topological headsThu, 13 May 2010 17:24:21 -0500, by Matt Mackall
-
Merge with 1.5.3Thu, 13 May 2010 11:33:11 -0500, by Matt Mackall
-
tag: strip whitespace from tag names (issue2174)Wed, 12 May 2010 15:40:58 -0500, by Matt Mackall
-
keyword: support extensions using dorecord, e.g. crecordSun, 09 May 2010 11:14:43 +0200, by Christian Ebert
-
convert/svn: fix long lineWed, 12 May 2010 14:49:46 -0500, by Matt Mackall
-
i18n: fix up bad mergeWed, 12 May 2010 11:53:09 -0500, by Matt Mackall
-
summary: show if commit will be from a closed headMon, 10 May 2010 22:44:06 +0200, by Gilles Moris
-
commit: inform the commiter when resurrecting a closed changesetMon, 10 May 2010 08:53:06 +0200, by Gilles Moris
-
commit: prevent closing non-head changesetsMon, 10 May 2010 08:43:36 +0200, by Gilles Moris
-
Merge with stableTue, 11 May 2010 17:13:35 -0500, by Matt Mackall
-
Merge with i18nTue, 11 May 2010 17:12:10 -0500, by Matt Mackall
-
i18n-da: merge with stableSun, 09 May 2010 00:15:13 +0200, by Martin Geisler
-
Merge with stableTue, 11 May 2010 17:03:44 -0500, by Matt Mackall
-
static-http: disable lazy parsingTue, 11 May 2010 16:28:09 -0500, by Matt Mackall
-
expand paths to local repository or bundle in appropriate classes stableMon, 07 Dec 2009 12:31:45 +0200, by Alexander Solovyov
-
push: document return values between various repo methods.Sun, 02 May 2010 21:56:25 -0400, by Greg Ward
-
cmdutil: Warn when trying to copy/rename --after to a nonexistant file.Sat, 01 May 2010 18:39:40 -0400, by Steve Losh
-
slightly improve memctx apiSat, 01 May 2010 15:00:21 +0300, by Alexander Solovyov
-
patchbomb: Reply-To supportMon, 10 May 2010 22:06:28 +0200, by Cédric Duval
-
merge: tool.check = prompt will force an interactive merge checkMon, 10 May 2010 11:04:56 -0500, by David Champion
-
merge: introduce tool.check parameterMon, 10 May 2010 11:04:56 -0500, by David Champion
-
give worst-case 'merge' merge-tool lowest priorityWed, 21 Apr 2010 12:02:51 -0500, by David Champion
-
merge: tool.premerge=keep will leave premerge markers in $localWed, 21 Apr 2010 11:57:45 -0500, by David Champion
-
merge with mpmTue, 11 May 2010 20:22:37 +0200, by Benoit Boissinot
-
merge with stableTue, 11 May 2010 20:21:25 +0200, by Benoit Boissinot
-
context: fallback function should not return None stableTue, 11 May 2010 20:13:52 +0200, by Benoit Boissinot
-
test-subrepo-svn: fix strange svn behaviour on windowsMon, 10 May 2010 22:52:28 +0200, by Patrick Mezard
-
tests: force color ansi mode on WindowsMon, 10 May 2010 22:46:16 +0200, by Patrick Mezard
-
acl: improve undefined group error handlingMon, 10 May 2010 21:44:00 +0200, by Patrick Mezard
-
test-acl: avoid $HGTMP on windowsMon, 10 May 2010 21:15:12 +0200, by Patrick Mezard
-
acl: grp module is not available on windowsMon, 10 May 2010 21:09:48 +0200, by Patrick Mezard
-
convert/svn: report path discovery progressSun, 09 May 2010 22:51:25 +0200, by Patrick Mezard
-
convert: display files data retrieval progressSun, 09 May 2010 22:50:42 +0200, by Patrick Mezard
-
convert: add progress supportSun, 09 May 2010 22:50:07 +0200, by Patrick Mezard
-
convert: merge sources getmode() into getfile()Sun, 09 May 2010 21:52:34 +0200, by Patrick Mezard
-
convert/svn: remove useless sortSun, 09 May 2010 21:49:57 +0200, by Patrick Mezard
-
convert/svn: list files explicitely, stop checking their typeSun, 09 May 2010 21:45:00 +0200, by Patrick Mezard
-
acl: clarify acl.sources, fix typoSun, 09 May 2010 20:12:45 +0200, by Patrick Mezard
-
convert/svn: remove unused variableSun, 09 May 2010 19:37:16 +0200, by Patrick Mezard
-
Merge with crew-stableSun, 09 May 2010 19:25:35 +0200, by Patrick Mezard
-
convert/svn: handle files/links replaced by dirs (issue2166) stableSun, 09 May 2010 19:11:02 +0200, by Patrick Mezard
-
convert/svn: do not retrieve removed files stableSun, 09 May 2010 19:11:02 +0200, by Patrick Mezard
-
convert/svn: correctly encode deleted entry paths stableSun, 09 May 2010 19:11:02 +0200, by Patrick Mezard
-
convert/svn: remove broken but unused copy filtering code stableSun, 09 May 2010 19:11:02 +0200, by Patrick Mezard
-
test-convert-svn-move: test moved dirs copy records stableSun, 09 May 2010 19:11:02 +0200, by Patrick Mezard
-
convert/svn: tree conflicts no longer happen now we use memctx stableSat, 01 May 2010 16:29:27 +0200, by Patrick Mezard
-
clean up remaining generic exceptionsFri, 07 May 2010 16:59:00 -0500, by Matt Mackall
-
mq: make use of output labeling for summaryFri, 07 May 2010 16:51:45 -0400, by Eric Eisner
-
mq: mark error message for translationFri, 07 May 2010 23:31:49 +0200, by Martin Geisler
-
mq: mark string for translationFri, 07 May 2010 23:28:07 +0200, by Martin Geisler
-
color: add some missing background colors for win32 consoleFri, 07 May 2010 15:19:37 -0500, by Stanimir Stamenkov
-
subrepo: fix 2.5ism in url parsingFri, 07 May 2010 14:19:14 -0500, by Matt Mackall
-
acl: update test outputThu, 06 May 2010 15:17:00 -0300, by Elifarley Callado Coelho Cruz
-
acl: update docstring to describe section [acl.groups]Thu, 06 May 2010 15:14:40 -0300, by Elifarley Callado Coelho Cruz
-
acl: support for group definitions in section [acl.groups], which take precedence over OS-level groupsThu, 06 May 2010 14:23:14 -0300, by Elifarley Callado Coelho Cruz
-
subrepo: fix test outputFri, 07 May 2010 14:14:41 -0500, by Matt Mackall
-
subrepo: print paths relative to upper repo root for push/pull/commitSat, 01 May 2010 23:05:22 +0200, by Edouard Gomez
-
subrepo: print pushing urlSat, 01 May 2010 23:05:22 +0200, by Edouard Gomez
-
subrepo: dirtiness checks should iterate over subreposSat, 01 May 2010 23:05:21 +0200, by Edouard Gomez
-
subrepo: normalize path part of URLs so that pulling subrepos from webdir worksSat, 01 May 2010 23:05:19 +0200, by Edouard Gomez
-
mq: fix testFri, 07 May 2010 14:14:41 -0500, by Matt Mackall
-
mq: add a line to hg summaryWed, 05 May 2010 20:53:45 -0500, by Matt Mackall
-
changectx: change diff() to accept keyword optsFri, 07 May 2010 14:07:30 -0500, by Steve Borho
-
changectx: use repo.ui diffopts, allow argument overrideFri, 07 May 2010 10:59:11 -0500, by Steve Borho
-
Merge with stableFri, 07 May 2010 17:03:48 +0200, by Martin Geisler
-
commands: explain that "hg serve" does not do authentication stableFri, 07 May 2010 17:03:31 +0200, by Martin Geisler
-
commands: explain that "hg serve" is mostly for ad-hoc sharing stableFri, 07 May 2010 17:01:14 +0200, by Martin Geisler
-
context: only scan unknowns when neededWed, 05 May 2010 20:21:57 -0500, by Matt Mackall
-
context: use asserts for ignored and clean exceptionsTue, 04 May 2010 15:52:42 -0500, by Matt Mackall
-
workingctx: use member variables to store ignored and cleanTue, 04 May 2010 15:02:55 -0500, by Steve Borho
-
workingctx: add explicit status method, add ignored and fix cleanTue, 04 May 2010 14:52:25 -0500, by Steve Borho
-
context: add a changectx.diff() convenience functionTue, 04 May 2010 20:12:58 -0500, by Steve Borho
-
keyword: omit setting extra variable for record contextWed, 05 May 2010 14:02:45 +0200, by Christian Ebert
-
acl: more consistent docstringWed, 05 May 2010 09:25:09 +0200, by Martin Geisler
-
acl: fix reST syntaxWed, 05 May 2010 09:18:05 +0200, by Martin Geisler
-
acl: update test output for branch-based access controlTue, 04 May 2010 08:39:11 -0300, by Elifarley Callado Coelho Cruz
-
acl: add support for branch-based access controlTue, 04 May 2010 08:37:20 -0300, by Elifarley Callado Coelho Cruz
-
Merge with mainMon, 03 May 2010 15:28:04 -0700, by Brendan Cully
-
Merge with stableMon, 03 May 2010 15:27:05 -0700, by Brendan Cully
-
summary: add subrepo statusMon, 03 May 2010 17:05:23 -0500, by Matt Mackall
-
keyword: simplify record switch in kwtemplater.overwriteSat, 01 May 2010 23:59:39 +0200, by Christian Ebert
-
Adjusted output of test-subrepo for issue1977 to 05856e682521Sun, 02 May 2010 09:15:17 +0200, by Thomas Arendsen Hein
-
fix coding styleSun, 02 May 2010 00:48:33 +0200, by Benoit Boissinot
-
color: fix typo in w32effect for bold_backgroundSat, 01 May 2010 16:57:02 -0500, by Steve Borho
-
Merge with stableSat, 01 May 2010 16:03:45 -0500, by Matt Mackall
-
merge with i18n stableSat, 01 May 2010 17:56:54 -0300, by Wagner Bruna
-
i18n-pt_BR: synchronized with ee5b112aa529 stable 1.5.2Sat, 01 May 2010 17:55:44 -0300, by Wagner Bruna
-
Merge with stableSat, 01 May 2010 15:15:35 -0500, by Matt Mackall
-
Merge with i18nSat, 01 May 2010 15:14:22 -0500, by Matt Mackall
-
merge with i18n stableFri, 30 Apr 2010 17:41:09 -0300, by Wagner Bruna
-
test-issue2137: don't use $PWD; use `pwd` instead stableSat, 01 May 2010 19:24:51 +0200, by Mads Kiilerich
-
test-extension: changed environment variables must be exported again stableSat, 01 May 2010 19:24:46 +0200, by Mads Kiilerich
-
subrepo: update test output for issue1977 fix stableFri, 30 Apr 2010 19:49:35 -0300, by Wagner Bruna
-
static-http: mimic more closely localrepo (issue2164: allow clone -r ) stableMon, 26 Apr 2010 20:13:14 +0900, by Nicolas Dumazet
-
keyword: cleanup test and make it portableSat, 01 May 2010 20:49:40 +0200, by Christian Ebert
-
mq: qpush --move, reorder patch series and apply only the patchFri, 30 Apr 2010 15:05:51 +0200, by Mads Kiilerich
-
tag: warn users about tag/branch possible name conflictsMon, 19 Apr 2010 17:41:12 +0900, by Nicolas Dumazet
-
contrib/mercurial.spec: Use DESTDIR variable and 'make install'Mon, 19 Apr 2010 11:31:19 +0200, by Mads Kiilerich
-
log: add --stat for diffstat outputThu, 01 Apr 2010 00:35:12 +0900, by Yuya Nishihara
-
findrenames: Optimise "addremove -s100" by matching files by their SHA1 hashes.Sat, 03 Apr 2010 11:58:16 +1100, by David Greenaway
-
Move 'findrenames' code into its own file.Sat, 03 Apr 2010 11:58:16 +1100, by David Greenaway
-
acl: cleanup module docstringSat, 01 May 2010 14:32:50 +0200, by Martin Geisler
-
acl: fix ReST syntax in docstringSat, 01 May 2010 14:20:17 +0200, by Martin Geisler
-
relink: removed unneeded local variableSat, 01 May 2010 16:15:55 +0200, by Martin Geisler
-
test-acl: grep for $HGTMP, not /tmp/Sat, 01 May 2010 16:35:27 +0200, by Martin Geisler
-
Merge with stableSat, 01 May 2010 16:15:27 +0200, by Martin Geisler
-
dispatch: don't mangle ImportError abort messages stableFri, 30 Apr 2010 18:11:56 +0200, by Dan Villiom Podlaski Christiansen
-
relink/progress: correctly handle the no file to relink case stableSat, 01 May 2010 14:36:48 +0200, by Benoit Boissinot
-
Merge with stableThu, 29 Apr 2010 22:14:14 -0500, by Matt Mackall
-
commands: refactor diff --stat and qdiff --statWed, 07 Apr 2010 00:45:20 +0900, by Yuya Nishihara
-
mq: fix opts['unified'] = '0' to take effect when qdiff --statWed, 07 Apr 2010 00:10:54 +0900, by Yuya Nishihara
-
showconfig: show rc paths with --debugMon, 26 Apr 2010 15:32:23 +0200, by Mads Kiilerich
-
tags: return tags in sorted orderMon, 26 Apr 2010 15:58:36 -0400, by Eric Eisner
-
keyword: test recordingMon, 26 Apr 2010 04:01:13 +0200, by Christian Ebert
-
keyword: support (q)recordMon, 26 Apr 2010 04:01:07 +0200, by Christian Ebert
-
keyword: remove mq commands from restricted listMon, 26 Apr 2010 03:54:18 +0200, by Christian Ebert
-
acl: add tests for asterisk and for OS-level groupsWed, 28 Apr 2010 11:10:58 -0300, by Elifarley Callado Coelho Cruz
-
acl: updated doc string to reflect recent changesTue, 27 Apr 2010 19:02:11 -0300, by Elifarley Callado Coelho Cruz
-
acl: add support for OS-level groups using @group syntaxMon, 26 Apr 2010 10:55:57 -0300, by Elifarley Callado Coelho Cruz
-
run-tests: add --view switch to use external diff viewerThu, 29 Apr 2010 22:04:05 -0500, by Matt Mackall
-
run-tests: sort optionsThu, 29 Apr 2010 18:25:45 -0500, by Matt Mackall
-
run-tests: add -l short option for --localThu, 29 Apr 2010 18:25:45 -0500, by Matt Mackall
-
Merge with mainThu, 29 Apr 2010 23:47:07 +0200, by Martin Geisler
-
ui: fix check-code errorWed, 28 Apr 2010 21:00:07 +0200, by Henrik Stuart
-
schemes: fix // breakage with Python 2.6.5 (issue2111) stableThu, 08 Apr 2010 11:00:46 -0400, by Michael Glassford
-
Merge with stableWed, 28 Apr 2010 13:46:38 -0500, by Matt Mackall
-
Merge with i18nWed, 28 Apr 2010 13:45:57 -0500, by Matt Mackall
-
merge with i18n stableSat, 24 Apr 2010 01:41:32 -0300, by Wagner Bruna
-
merge with i18nSat, 24 Apr 2010 01:37:49 -0300, by Wagner Bruna
-
i18n-sv: synchronized with latest development codeMon, 19 Apr 2010 19:50:04 +0200, by Jens Bäckman
-
Merge with stableMon, 19 Apr 2010 18:59:02 +0200, by Jens Bäckman
-
patch: strip paths in leaked git patchmeta objectsMon, 26 Apr 2010 13:21:03 +0200, by Mads Kiilerich
-
patch: minor cleanup of _applydiffMon, 26 Apr 2010 13:21:03 +0200, by Mads Kiilerich
-
patch: git delete mode shouldn't be used at allMon, 26 Apr 2010 13:21:02 +0200, by Mads Kiilerich
-
patch: make "unable to strip away" message less confusingMon, 26 Apr 2010 13:21:02 +0200, by Mads Kiilerich
-
patch: descriptive patchmeta.__repr__ to help debuggingMon, 26 Apr 2010 13:21:02 +0200, by Mads Kiilerich
-
log: remove useless conditionFri, 23 Apr 2010 15:24:11 +0900, by Nicolas Dumazet
-
help config: update windows documentation to match implementationMon, 26 Apr 2010 16:36:08 +0200, by Mads Kiilerich
-
wix: new GUID for contrib.guidTue, 27 Apr 2010 09:47:33 +0200, by Adrian Buehlmann
-
contrib/mercurial.spec: drop git-vizMon, 19 Apr 2010 11:00:36 +0200, by Mads Kiilerich
-
tags: delete unnecessary close() of atomictempfileSat, 24 Apr 2010 18:08:06 +0900, by Yuya Nishihara
-
win32: detect console width on WindowsSun, 25 Apr 2010 18:27:12 +0200, by Patrick Mezard
-
Merge with crew-stableMon, 26 Apr 2010 22:42:46 +0200, by Patrick Mezard
-
util: fix default termwidth() under Windows stableMon, 26 Apr 2010 22:30:40 +0200, by Patrick Mezard
-
commands: better markup in "hg help paths"Mon, 26 Apr 2010 21:35:09 +0200, by Martin Geisler
-
Merge with stableMon, 26 Apr 2010 21:32:46 +0200, by Martin Geisler
-
commands: revised documentation of 'default' and 'default-push' stableTue, 27 Apr 2010 00:44:06 +0530, by Faheem Mitha
-
wix: hgweb file renamesMon, 26 Apr 2010 11:33:37 -0500, by Steve Borho
-
zeroconf: handle string hgweb config argsMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: unify hgweb calls in serveMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
serve: webdir_conf -> webconfMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: synchronize fcgi and wsgi scriptsMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: drop hgwebdir.cgi, now unified with hgweb.cgiMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: simplify hgweb.cgi, add help pointerMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
help: add some help for hgweb.config filesMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
help: config.txt typoMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
docs: document default for web.encodingMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: make hgweb.hgweb a unified interface to hgweb/hgwebdirMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: always clear report_untrusted and interactiveMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: add baseui to hgweb entrypointMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: make baseui parameter non-positionalMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
hgweb: make top-level prototypes mirror their calleesMon, 26 Apr 2010 11:03:40 -0500, by Matt Mackall
-
Merge with stableMon, 26 Apr 2010 11:02:11 -0500, by Matt Mackall
-
test-convert-git: be tolerant to git output variants stableMon, 26 Apr 2010 14:40:34 +0200, by Patrick Mezard
-
color: handle non-standard stdout on win32Fri, 23 Apr 2010 14:29:44 +0200, by Patrick Mezard
-
Merge with crew-stableSun, 25 Apr 2010 23:36:56 +0200, by Patrick Mezard
-
convert/git: check status when reading output stream stableSun, 25 Apr 2010 23:07:46 +0200, by Patrick Mezard
-
convert/git: check status when reading the whole output stableSun, 25 Apr 2010 22:59:50 +0200, by Patrick Mezard
-
convert/git: rename gitcmd() into gitopen() for readability stableSun, 25 Apr 2010 22:32:27 +0200, by Patrick Mezard
-
minirst: support all recommended title adornmentsSun, 25 Apr 2010 18:19:54 +0200, by Martin Geisler
-
minirst: correctly format sections containing inline markupSun, 25 Apr 2010 17:48:26 +0200, by Martin Geisler
-
ui: support quotes in configlist (issue2147)Sun, 25 Apr 2010 17:38:41 +0200, by Henrik Stuart
-
Merge with stableSun, 25 Apr 2010 17:11:50 +0200, by Martin Geisler
-
Merge with stableSun, 25 Apr 2010 16:46:44 +0200, by Martin Geisler
-
minirst: add test for sectionsSun, 25 Apr 2010 16:17:24 +0200, by Martin Geisler
-
contrib/win32: update build instructions after cbe400a8e217Sat, 24 Apr 2010 23:08:27 +0200, by Martin Geisler
-
doc: add links from hgrc.5 to hg.1Fri, 23 Apr 2010 09:55:47 +0200, by Martin Geisler
-
doc: make links for hg roleFri, 23 Apr 2010 09:53:25 +0200, by Martin Geisler
-
Use hg role in help stringsThu, 22 Apr 2010 10:24:49 +0200, by Martin Geisler
-
doc, minirst: support hg interpreted text roleThu, 22 Apr 2010 10:04:53 +0200, by Martin Geisler
-
doc: add generic frontend to rst2man and rst2htmlThu, 22 Apr 2010 09:57:04 +0200, by Martin Geisler
-
localrepo.commit: use explicit variables, avoid creating new contextsWed, 21 Apr 2010 01:34:12 +0200, by Benoit Boissinot
-
context: remove parents parameter to workingctxWed, 21 Apr 2010 01:18:31 +0200, by Benoit Boissinot
-
dirstate: more explicit name, rename normaldirty() to otherparent()Tue, 20 Apr 2010 11:17:01 +0200, by Benoit Boissinot
-
keyword: monkeypatch patch so that optional args can be passed as kwargsSat, 17 Apr 2010 13:38:42 -0500, by Augie Fackler
-
patch: refactor applydiff to allow for mempatchingSat, 17 Apr 2010 13:23:24 -0500, by Augie Fackler
-
patch: move mercurial-specific imports after stdlib importsSat, 17 Apr 2010 13:13:57 -0500, by Augie Fackler
-
test-record: add hg summary to verify we update dirstateFri, 16 Apr 2010 14:24:40 -0500, by Augie Fackler
-
log -b: use opts.get() instead of assuming opts is correctly filledTue, 20 Apr 2010 01:08:20 +0200, by Benoit Boissinot
-
Merge with stableMon, 19 Apr 2010 17:00:02 -0500, by Matt Mackall
-
Respect the DESTDIR variable during 'make install'Fri, 16 Apr 2010 23:59:43 +0200, by Dévai Tamás
-
commands: add more robust support for 'hg log -b' (issue2078)Mon, 12 Apr 2010 19:33:25 -0400, by Steve Losh
-
highlight: fix to work with caching templaterMon, 19 Apr 2010 16:47:44 -0500, by Matt Mackall
-
debugcomplete: don't list deprecated optionsMon, 19 Apr 2010 16:47:44 -0500, by Matt Mackall
-
commands: Add 'hg log --branch' and deprecate 'hg log --only-branch'Sun, 18 Apr 2010 18:18:19 -0400, by Steve Losh
-
bookmarks: complete the missing references from dda4ad7c9ea9 (issue2121)Sat, 17 Apr 2010 14:32:26 +0200, by Isaac Jurado
-
Added support for 'pretxncommit', so that one can call the ACL hook atTue, 06 Apr 2010 22:15:43 -0300, by Elifarley Callado Coelho Cruz
-
subrepo: fix repo root path handling in svn subrepo stableSun, 18 Apr 2010 14:20:08 -0700, by Brett Cannon
-
dispatch: ignore if signals can not be set stableWed, 07 Apr 2010 02:41:22 +0200, by Simon Heimberg
-
hgweb: fix attribute error in error response (issue2060) stableThu, 01 Apr 2010 22:04:30 +0100, by Mark Determann
-
diffstat: use ui.plain() instead of ui.interactive() stableThu, 15 Apr 2010 18:52:59 +0200, by Dan Villiom Podlaski Christiansen
-
mq: toggle truncating using ui.plain() rather than ui.interactive() stableThu, 15 Apr 2010 14:06:07 +0200, by Dan Villiom Podlaski Christiansen
-
merge with stableMon, 19 Apr 2010 21:47:23 +0200, by Benoit Boissinot
-
filemerge: use working dir parent as ancestor for backward wdir merge stableMon, 19 Apr 2010 20:41:53 +0200, by Benoit Boissinot
-
merge with stableMon, 19 Apr 2010 21:44:21 +0200, by Benoit Boissinot
-
filectx: _fileid isn't normalized, use _filenode instead stableMon, 19 Apr 2010 20:30:31 +0200, by Benoit Boissinot
-
Merge with stableMon, 19 Apr 2010 20:49:09 +0200, by Martin Geisler
-
convert: write "working copy" instead of "wc" stableSun, 18 Apr 2010 15:47:49 +0200, by Martin Geisler
-
convert: write "repository" instead of "repo" stableSun, 18 Apr 2010 15:47:49 +0200, by Martin Geisler
-
minirst: removed unnecessary initindent variableSun, 18 Apr 2010 15:47:49 +0200, by Martin Geisler
-
minirst: add margin around definition itemsSun, 18 Apr 2010 15:47:49 +0200, by Martin Geisler
-
dirstate: remove unused variableFri, 16 Apr 2010 19:18:20 +0200, by Benoit Boissinot
-
Merge with stableFri, 16 Apr 2010 22:14:14 +0200, by Martin Geisler
-
Document 'default' and 'default-push' in paths docstring stableWed, 14 Apr 2010 11:59:53 +0530, by Faheem Mitha
-
mq: only highlight/label patch name for qseries.Thu, 15 Apr 2010 18:12:28 +0200, by Dan Villiom Podlaski Christiansen
-
keyword: replace deprecated mq commands in testFri, 16 Apr 2010 14:30:13 +0200, by Christian Ebert
-
wix updatesFri, 16 Apr 2010 14:57:30 +0200, by Adrian Buehlmann
-
merge with stableFri, 16 Apr 2010 01:58:14 +0200, by Benoit Boissinot
-
test-git-import: better testing, check nodeids stableFri, 16 Apr 2010 01:57:53 +0200, by Benoit Boissinot
-
context: fix bug introduced in fb89cd21a7a0, path should be used stableFri, 16 Apr 2010 01:57:32 +0200, by Benoit Boissinot
-
merge with stableThu, 15 Apr 2010 22:34:26 +0200, by Sune Foldager
-
prepush: rewrite most of the code from scratch stableThu, 15 Apr 2010 21:59:21 +0200, by Sune Foldager
-
merge with stableThu, 15 Apr 2010 20:25:26 +0200, by Benoit Boissinot
-
run-tests.py: can't remove from os.environ on solaris stableThu, 15 Apr 2010 20:25:07 +0200, by Benoit Boissinot
-
merge with stableThu, 15 Apr 2010 19:03:03 +0200, by Benoit Boissinot
-
workingctx: correctly compute the flag for noexec filesystems+merge stableThu, 15 Apr 2010 18:08:48 +0200, by Benoit Boissinot
-
localrepo: simplify _updatebranchcache slightlyThu, 15 Apr 2010 17:25:37 +0200, by Sune Foldager
-
merge with stableThu, 15 Apr 2010 15:35:06 +0200, by Benoit Boissinot
-
add +x to test-update-renames, removed by the merge on 24ed7a541f23Thu, 15 Apr 2010 15:34:27 +0200, by Benoit Boissinot
-
simplify test-issue2137, make it more portable stableThu, 15 Apr 2010 15:21:41 +0200, by Benoit Boissinot
-
add documentation for revlog._prereadsize stableThu, 15 Apr 2010 15:21:21 +0200, by Benoit Boissinot
-
merge with stableThu, 15 Apr 2010 13:52:41 +0200, by Benoit Boissinot
-
revlog: fix lazyparser.__iter__() to return all revisions (issue2137) stableWed, 14 Apr 2010 15:06:40 -0400, by Greg Ward
-
merge with stableWed, 14 Apr 2010 19:49:06 +0200, by Sune Foldager
-
mergeWed, 14 Apr 2010 19:43:40 +0200, by Sune Foldager
-
prepush: backed out refactoringWed, 14 Apr 2010 19:43:19 +0200, by Sune Foldager
-
prepush: fix bug in warning message selection stableWed, 14 Apr 2010 19:11:35 +0200, by Sune Foldager
-
merge with stableWed, 14 Apr 2010 11:27:15 +0200, by Benoit Boissinot
-
verify: improve progress descriptionsTue, 13 Apr 2010 23:12:23 -0500, by Steve Borho
-
pylint, pyflakes: remove unused or duplicate importsWed, 14 Apr 2010 17:58:10 +0900, by Nicolas Dumazet
-
Fix --blacklist when --jobs > 1 in run_tests.py. stableWed, 14 Apr 2010 00:24:47 -0500, by Ry4an Brase
-
merge with stableWed, 14 Apr 2010 09:09:43 +0200, by Benoit Boissinot
-
run-tests.py: reset env variables set by hooks stableWed, 14 Apr 2010 09:08:47 +0200, by Benoit Boissinot
-
checklink: use an explicit prefix for the temporary file stableWed, 14 Apr 2010 08:48:26 +0200, by Benoit Boissinot
-
revlog: factor out _maxinline global.Tue, 13 Apr 2010 17:58:38 -0400, by Greg Ward
-
fix test-pull after 468876bc3885Tue, 13 Apr 2010 23:04:46 +0200, by Benoit Boissinot
-
merge with stableTue, 13 Apr 2010 22:10:24 +0200, by Benoit Boissinot
-
revlog: put graph related functions togetherTue, 13 Apr 2010 22:06:17 +0200, by Benoit Boissinot
-
checkexec: use an explicit prefix for the temporary file stableTue, 13 Apr 2010 21:54:59 +0200, by Benoit Boissinot
-
check-code: add a warnings levelMon, 12 Apr 2010 17:41:32 -0700, by Matt Mackall
-
keyword: make the templater a local variableMon, 12 Apr 2010 17:34:12 +0200, by Christian Ebert
-
rollback: improve messageMon, 12 Apr 2010 17:21:30 -0700, by Matt Mackall
-
transaction: use newlines to separate description elementsMon, 12 Apr 2010 17:11:14 -0700, by Matt Mackall
-
progress: fall back to indeterminate progress if position is >= totalThu, 08 Apr 2010 15:04:00 -0500, by Augie Fackler
-
mq: promote qnew, demote qinit in short helpSun, 11 Apr 2010 14:25:02 -0500, by Matt Mackall
-
commands: improve some command summariesSun, 11 Apr 2010 14:24:19 -0500, by Matt Mackall
-
progress: show approximate progress info for pullSat, 10 Apr 2010 17:20:43 -0500, by Matt Mackall
-
Merge with crew-stableMon, 12 Apr 2010 21:55:34 +0200, by Patrick Mezard
-
localrepo: do not store URL password in undo.descMon, 12 Apr 2010 21:37:21 +0200, by Patrick Mezard
-
convert/subversion: fix default URL checker prototype stableMon, 12 Apr 2010 21:19:53 +0200, by Patrick Mezard
-
Merge with stableSun, 11 Apr 2010 20:59:55 -0700, by Brendan Cully
-
patch: don't look for headers in diff lines stableFri, 09 Apr 2010 20:34:05 +0200, by Peter Arrenbrecht
-
rollback: add dry-run argument, emit transaction descriptionFri, 09 Apr 2010 17:23:37 -0500, by Steve Borho
-
localrepo: add desc parameter to transactionFri, 09 Apr 2010 17:23:35 -0500, by Steve Borho
-
merge with stableFri, 09 Apr 2010 15:16:52 +0200, by Thomas Arendsen Hein
-
merge defaultFri, 09 Apr 2010 15:16:31 +0200, by Thomas Arendsen Hein
-
test-hgwebdir: correctly include '-' in sed expression. stableFri, 09 Apr 2010 15:14:43 +0200, by Thomas Arendsen Hein
-
localrepo: refactor prepush logicThu, 08 Apr 2010 17:21:42 +0200, by Peter Arrenbrecht
-
merge with stableFri, 09 Apr 2010 10:35:53 +0200, by Sune Foldager
-
partial backout of 1e819576e926 and add tests (issue2131) stableThu, 08 Apr 2010 19:46:47 +0200, by Sune Foldager
-
copies: properly visit file context ancestors on working file contexts stableWed, 07 Apr 2010 21:31:47 +0200, by Henrik Stuart
-
Merge with stableWed, 07 Apr 2010 14:44:51 -0500, by Matt Mackall
-
mq: use util.unlink instead of os.unlink and os.removedirs stableWed, 07 Apr 2010 16:55:01 +0200, by Henrik Stuart
-
color: respect HGPLAINTue, 06 Apr 2010 08:54:18 -0500, by Steve Borho
-
color: add support for Windows consolesTue, 06 Apr 2010 08:49:19 -0500, by Steve Borho
-
color: remove unused importTue, 06 Apr 2010 08:44:13 -0500, by Steve Borho
-
merge with stableTue, 06 Apr 2010 15:40:46 +0200, by Benoit Boissinot
-
merge default with defaultTue, 06 Apr 2010 15:40:00 +0200, by Benoit Boissinot
-
dirstate: no need to iterate twice, a dict can be updated in place stableTue, 06 Apr 2010 11:49:42 +0200, by Benoit Boissinot
-
merge with stableTue, 06 Apr 2010 00:46:09 +0200, by Benoit Boissinot
-
clone: no race possible, we can use changegroup() and have smaller urls stableTue, 06 Apr 2010 00:45:53 +0200, by Benoit Boissinot
-
Merge with stableMon, 05 Apr 2010 17:48:48 -0500, by Matt Mackall
-
Merge with i18nMon, 05 Apr 2010 17:48:31 -0500, by Matt Mackall
-
Merge with hg-i18nMon, 05 Apr 2010 01:38:31 +0200, by Martin Geisler
-
templates: escape javascript bracesMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: drop \ when handling escaped {Mon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: strip whitespace inside template methodsMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: drop raw methodMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: raise nested functionsMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: cache full treeMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: use recursive flatteningMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: cache self.defaults.getMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: privatize class variablesMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: map -> mappingMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: extend preparsingMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: preparse templates and cacheMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
keywords: build a new templater to work around caching interactionMon, 05 Apr 2010 15:25:08 -0500, by Matt Mackall
-
templater: directly parse templates, no regexesMon, 05 Apr 2010 14:33:41 -0500, by Matt Mackall
-
logo: clean up source file with scourMon, 05 Apr 2010 14:33:41 -0500, by Jeff Schiller
-
contrib: drop rewrite-revlogMon, 05 Apr 2010 14:33:41 -0500, by Matt Mackall
-
contrib: drop git-vizMon, 05 Apr 2010 14:33:41 -0500, by Matt Mackall
-
merge with stableMon, 05 Apr 2010 20:35:47 +0200, by Benoit Boissinot
-
add a test for the inprocess status dirstate race stableMon, 05 Apr 2010 20:10:46 +0200, by Ronny Pfannschmidt
-
merge with stableMon, 05 Apr 2010 19:49:19 +0200, by Benoit Boissinot
-
dirstate: fix in memory dirstate entries for 1-second race stableMon, 05 Apr 2010 18:13:20 +0200, by Benoit Boissinot
-
commands: leftover from d7b601f1e02cMon, 05 Apr 2010 13:44:30 +0200, by Martin Geisler
-
commands: small refactoring in summaryMon, 05 Apr 2010 11:58:54 +0200, by Martin Geisler
-
commands: retrieve tags from context objectMon, 05 Apr 2010 11:52:40 +0200, by Martin Geisler
-
summary: make use of output labelingSun, 04 Apr 2010 21:35:00 -0400, by Eric Eisner
-
color: concatenate effects correctly and avoid printing empty effectsSun, 04 Apr 2010 22:53:50 -0500, by Brodie Rao
-
commands: fix typoMon, 05 Apr 2010 01:31:16 +0200, by Martin Geisler
-
cmdutil: do not translate trivial stringMon, 05 Apr 2010 01:00:14 +0200, by Martin Geisler
-
wix: refactor and new guids.wxiSun, 04 Apr 2010 02:39:45 +0200, by Adrian Buehlmann
-
color: don't split colors across lines (which confuses less -R)Fri, 02 Apr 2010 15:22:19 -0500, by Brodie Rao
-
color: colorize based on output labels instead of parsing outputFri, 02 Apr 2010 15:22:17 -0500, by Brodie Rao
-
record: make use of output labelingFri, 02 Apr 2010 15:22:15 -0500, by Brodie Rao
-
qseries: make use of output labelingFri, 02 Apr 2010 15:22:14 -0500, by Brodie Rao
-
qdiff: make use of output labelingFri, 02 Apr 2010 15:22:11 -0500, by Brodie Rao
-
qguard: make use of output labelingFri, 02 Apr 2010 15:22:12 -0500, by Brodie Rao
-
churn: make use of output labelingFri, 02 Apr 2010 15:22:10 -0500, by Brodie Rao
-
bookmark: make use of output labelingFri, 02 Apr 2010 15:22:09 -0500, by Brodie Rao
-
cmdutil: make use of output labeling in changeset_printerFri, 02 Apr 2010 15:22:07 -0500, by Brodie Rao
-
diff: make use of output labelingFri, 02 Apr 2010 15:22:06 -0500, by Brodie Rao
-
status: make use of output labelingFri, 02 Apr 2010 15:22:05 -0500, by Brodie Rao
-
grep: make use of output labelingFri, 02 Apr 2010 15:22:03 -0500, by Brodie Rao
-
ui: add ui.write() output labeling APIFri, 02 Apr 2010 15:22:00 -0500, by Brodie Rao
-
Merge with stableThu, 01 Apr 2010 17:51:59 -0500, by Matt Mackall
-
Merge with i18nThu, 01 Apr 2010 17:51:32 -0500, by Matt Mackall
-
mq: remove reference for deprecated -f option stableThu, 01 Apr 2010 19:32:08 -0300, by Wagner Bruna
-
merge with i18n stableThu, 01 Apr 2010 11:45:25 -0300, by Wagner Bruna
-
l10n: Updates to French (fr) translationWed, 31 Mar 2010 21:22:07 +0000, by bttfmcf
-
merge with i18n stableWed, 31 Mar 2010 12:15:24 -0300, by Wagner Bruna
-
Added support for 'everybody ' (using an asterisk) in user list. stableMon, 29 Mar 2010 09:15:08 -0300, by Elifarley Callado Coelho Cruz
-
convert.cvs: Initialize state variable and abort on cvs error stableTue, 30 Mar 2010 02:42:21 +0200, by Mads Kiilerich
-
Merge with stableThu, 01 Apr 2010 00:15:29 +0200, by Martin Geisler
-
Merge with stableWed, 31 Mar 2010 15:09:59 -0700, by Brendan Cully
-
Merge with stableWed, 31 Mar 2010 17:32:19 +0200, by Martin Geisler
-
merge with stableWed, 31 Mar 2010 12:09:21 +0200, by Benoit Boissinot
-
test-subrepo-svn: properly escape the url, make it work for svn 1.5 again stableWed, 31 Mar 2010 12:07:13 +0200, by Benoit Boissinot
-
Merge with stableTue, 30 Mar 2010 13:09:25 -0500, by Matt Mackall
-
util.termwidth: check stderr first as it's least likely to be redirected stableMon, 15 Mar 2010 14:53:34 -0500, by Augie Fackler
-
progress: use stderr instead of stdout; check stderr.isatty() stableMon, 29 Mar 2010 16:44:24 -0500, by Augie Fackler
-
templatefilters: fix check-code warningMon, 29 Mar 2010 16:11:40 -0500, by Matt Mackall
-
Merge with stableMon, 29 Mar 2010 15:51:26 -0500, by Matt Mackall
-
Merge with i18nMon, 29 Mar 2010 15:16:38 -0500, by Matt Mackall
-
merge with stableFri, 26 Mar 2010 21:35:06 -0300, by Wagner Bruna
-
schemes: add Kiln On Demand to default schemes stableWed, 24 Mar 2010 16:42:08 -0400, by Benjamin Pollack
-
Fix default style so 'log --copies' has a start and an end. stableThu, 25 Mar 2010 15:37:39 -0400, by Greg Ward
-
tests: add helpers.shMon, 29 Mar 2010 12:56:16 -0500, by Matt Mackall
-
merge with stableFri, 26 Mar 2010 17:09:56 +0100, by Sune Foldager
-
push: fix bug in prepush logic and its tests stableFri, 26 Mar 2010 17:02:36 +0100, by Sune Foldager
-
localrepo: change _updatebranchcache to use a context generator stableFri, 26 Mar 2010 17:02:23 +0100, by Sune Foldager
-
merge with stableWed, 24 Mar 2010 19:44:53 +0100, by Benoit Boissinot
-
Merge with crewTue, 23 Mar 2010 17:24:17 -0500, by Matt Mackall
-
run-tests: force to test pure on pypy as wellTue, 23 Mar 2010 15:23:04 +0100, by Ronny Pfannschmidt
-
Fix run-tests.py -jX after 2ed667a9dfcbTue, 23 Mar 2010 15:22:17 +0100, by Ronny Pfannschmidt
-
Merge with crewTue, 23 Mar 2010 17:06:58 -0500, by Matt Mackall
-
Merge with crew-stableTue, 23 Mar 2010 22:59:31 +0100, by Patrick Mezard
-
rebase: fix --collapse with --keepbranches (issue2100) stableTue, 23 Mar 2010 20:45:08 +0100, by Patrick Mezard
-
test-convert-cvs: filter unstable cvs output. stableMon, 22 Mar 2010 22:19:40 +0100, by Pierre-Yves David
-
tests: adapt the test runner to work with jythonTue, 23 Mar 2010 11:37:31 +0100, by Ronny Pfannschmidt
-
posix: move a global fcntl import to keep it from breaking jythonTue, 23 Mar 2010 11:37:01 +0100, by Ronny Pfannschmidt
-
util: fake the builtin buffer if it's missing (jython)Tue, 23 Mar 2010 11:36:19 +0100, by Ronny Pfannschmidt
-
mq: fix qcommit documentation wrt --mq option stableTue, 23 Mar 2010 10:18:46 +0100, by Patrick Mezard
-
Merge with stableMon, 22 Mar 2010 17:03:33 -0500, by Matt Mackall
-
wsgicgi: call close() on iterable to avoid resource leaks stableMon, 22 Mar 2010 15:16:27 +0100, by Konstantin Zemlyak
-
merge with mpmMon, 22 Mar 2010 11:08:52 +0100, by Benoit Boissinot
-
patch: warn when the internal patcher failsMon, 22 Mar 2010 11:08:42 +0100, by Benoit Boissinot
-
run-tests: make sure GREP_OPTIONS isn't setMon, 22 Mar 2010 01:36:12 -0400, by Brodie Rao
-
Merge with stableSat, 20 Mar 2010 16:57:24 -0500, by Matt Mackall
-
patch: more precise NoHunk, raised for every file (issue2102) stableSat, 20 Mar 2010 14:47:05 +0100, by Benoit Boissinot
-
patch: differentiate start of file with diff --git vs '--- ' stableSat, 20 Mar 2010 21:16:22 +0100, by Benoit Boissinot
-
Merge with stableSat, 20 Mar 2010 10:01:56 -0500, by Matt Mackall
-
patch: try harder to find the file to patch on file creation (issue2041) stableFri, 19 Mar 2010 22:52:38 +0100, by Benoit Boissinot
-
Merge with stableFri, 19 Mar 2010 16:05:16 -0500, by Matt Mackall
-
Merge with i18nFri, 19 Mar 2010 16:04:49 -0500, by Matt Mackall
-
merge with i18nTue, 16 Mar 2010 11:37:14 -0300, by Wagner Bruna
-
merge with i18n stableTue, 16 Mar 2010 11:36:44 -0300, by Wagner Bruna
-
Merge with stableSat, 06 Mar 2010 10:02:45 +0100, by Martin Geisler
-
l10n: Updates to Danish (da) translationSat, 06 Mar 2010 08:58:03 +0000, by Martin Geisler
-
patch: second line of a context diff starts with '--- ', not '+++ ' stableFri, 19 Mar 2010 12:45:39 +0100, by Benoit Boissinot
-
Merge with stableFri, 19 Mar 2010 11:32:55 +0100, by Martin Geisler
-
patchbomb: --desc implies --introMon, 15 Mar 2010 22:37:38 +0100, by Cédric Duval
-
wix: don't show version in title of root feature stableFri, 19 Mar 2010 10:39:01 +0100, by Adrian Buehlmann
-
wix: use build variable for VC redist source dir stableFri, 19 Mar 2010 10:26:19 +0100, by Adrian Buehlmann
-
Merge with stableThu, 18 Mar 2010 14:36:24 -0700, by Brendan Cully
-
mq: allow lines starting with '--- ' in patch messages stableThu, 18 Mar 2010 19:26:56 +0100, by Benoit Boissinot
-
patch: enhance diff detection regexp, allow '--- ' in patch message stableThu, 18 Mar 2010 18:22:34 +0100, by Benoit Boissinot
-
fix bug in hg.clone when passing in a repository object stableThu, 18 Mar 2010 16:38:07 +0100, by Sune Foldager
-
check-code: more tests and more robust python filteringThu, 18 Mar 2010 16:32:03 +0100, by Benoit Boissinot
-
Merge with stableThu, 18 Mar 2010 01:59:53 +0100, by Martin Geisler
-
localrepo: more specific warning on adding large files stableThu, 18 Mar 2010 01:58:26 +0100, by Martin Geisler
-
progress: drop extra args for pos=None calls (issue2087)Wed, 17 Mar 2010 18:15:16 -0500, by Matt Mackall
-
check-code: fix check-code complaintWed, 17 Mar 2010 15:36:48 -0500, by Matt Mackall
-
check-code: improve quote detection regexp, add testsWed, 17 Mar 2010 14:15:33 +0100, by Benoit Boissinot
-
Merge with stableWed, 17 Mar 2010 10:55:28 +0100, by Martin Geisler
-
check-code: add a return value to checkfile functionWed, 17 Mar 2010 10:51:26 +0100, by Pierre-Yves David
-
code-code: Add a logfunc argument to checkfileTue, 16 Mar 2010 19:53:00 +0100, by Pierre-Yves David
-
check-code: Add a ``maxerr`` argument to the ``checkfile`` functionTue, 16 Mar 2010 19:52:58 +0100, by Pierre-Yves David
-
check-code: Add a ``checkfile`` functionTue, 16 Mar 2010 19:52:57 +0100, by Pierre-Yves David
-
check-code: Only call check-code if __name__ = "__main__".Tue, 16 Mar 2010 19:52:56 +0100, by Pierre-Yves David
-
add a small test for contrib/check-code.pyTue, 16 Mar 2010 19:52:55 +0100, by Pierre-Yves David
-
keyword: do not bother about detecting extension path in demoTue, 16 Mar 2010 22:29:16 +0100, by Christian Ebert
-
keyword: make kwdemo less verboseTue, 16 Mar 2010 22:28:58 +0100, by Christian Ebert
-
keyword: 1 variable name for overwriting candidatesTue, 16 Mar 2010 22:28:23 +0100, by Christian Ebert
-
keyword: do not customize ui.note() when overwritingTue, 16 Mar 2010 22:27:22 +0100, by Christian Ebert
-
mq: test for init --mq with a destination argument stableMon, 15 Mar 2010 20:52:22 +0100, by Cédric Duval
-
contrib/wix: fix product name to include version stableTue, 16 Mar 2010 17:39:12 +0100, by Adrian Buehlmann
-
help: it's not necessary to escape quotesTue, 16 Mar 2010 16:41:22 +0100, by Benoit Boissinot
-
check-code: remove simple quotes firstTue, 16 Mar 2010 16:39:17 +0100, by Benoit Boissinot
-
merge with stableTue, 16 Mar 2010 01:16:19 +0100, by Benoit Boissinot
-
filelog: no need to optimize an uncommon case, assume meta = {}Tue, 16 Mar 2010 01:16:04 +0100, by Benoit Boissinot
-
filelog: text is stored modified when it starts with '\1\n' stableTue, 16 Mar 2010 01:12:46 +0100, by Benoit Boissinot
-
Merge with stableMon, 15 Mar 2010 16:36:32 -0500, by Matt Mackall
-
check-code: add check for any/allFri, 12 Mar 2010 16:16:47 -0600, by Matt Mackall
-
cvsps: fix traceback involving 'synthetic' stableMon, 15 Mar 2010 19:55:52 +0100, by Benoit Boissinot
-
progress: use a verb in present participleMon, 15 Mar 2010 18:40:00 +0100, by Martin Geisler
-
Merge with stableMon, 15 Mar 2010 18:36:11 +0100, by Martin Geisler
-
progress: use a verb (+noun) in present participle stableMon, 15 Mar 2010 18:33:39 +0100, by Martin Geisler
-
subrepo: fix hgrc paths section during subrepo pulling stableSun, 14 Mar 2010 00:28:10 +0100, by Edouard Gomez
-
Merge with crew-stableSun, 14 Mar 2010 23:18:50 +0100, by Patrick Mezard
-
convert: teach cvsps to handle . repository (issue1649) stableTue, 09 Mar 2010 12:09:57 +0100, by Mathieu Clabaut
-
record: separate each hunk with a blank lineSun, 14 Mar 2010 23:10:52 +0100, by Martin Geisler
-
mq: do not try to delete non-existent files (regression from e8e56d8377ab)Sun, 14 Mar 2010 22:17:10 +0100, by Benoit Boissinot
-
Merge with stableSun, 14 Mar 2010 22:21:48 +0100, by Martin Geisler
-
mq: fix init with nonexistent or non-local repository stableSun, 14 Mar 2010 18:46:38 +0100, by Cédric Duval
-
mq: no longer refer to deprecated qinit -c command stableSun, 14 Mar 2010 19:21:24 +0100, by Cédric Duval
-
mq: don't use regexp when not necessarySun, 14 Mar 2010 19:09:55 +0100, by Benoit Boissinot
-
mq: use xrange/enumerate instead of += 1Sun, 14 Mar 2010 14:53:20 +0100, by Benoit Boissinot
-
mq: don't use len(list) unless necessarySun, 14 Mar 2010 14:45:01 +0100, by Benoit Boissinot
-
mq: find_series() simplify and don't use regexpsSun, 14 Mar 2010 12:08:14 +0100, by Benoit Boissinot
-
mq: fix coding style (missing space)Sun, 14 Mar 2010 11:12:51 +0100, by Benoit Boissinot
-
mq: qsave creates entries with the left part empty (':patchname')Sun, 14 Mar 2010 11:12:07 +0100, by Benoit Boissinot
-
mq: simplify statusentry(), fix restore broken by ee48e5ef8753Sun, 14 Mar 2010 01:35:54 +0100, by Benoit Boissinot
-
mq: use context APISun, 14 Mar 2010 01:06:58 +0100, by Benoit Boissinot
-
mq: simplify qparents calculationSun, 14 Mar 2010 01:01:17 +0100, by Benoit Boissinot
-
mq: simplify commit message generationSun, 14 Mar 2010 00:53:55 +0100, by Benoit Boissinot
-
mq: avoid many hex/bin conversions, keep the binary node when possibleSun, 14 Mar 2010 00:36:10 +0100, by Benoit Boissinot
-
rebase: add option to not commit after a collapsingSun, 07 Feb 2010 17:12:41 +0100, by Stefano Tortarolo
-
Merge with crew-stableSat, 13 Mar 2010 20:02:46 +0100, by Patrick Mezard
-
hgweb: fix broken URLs of RSS/Atom feeds (issue1772) stableThu, 11 Mar 2010 00:28:27 +0900, by Yuya Nishihara
-
hgweb: introduce helper method to update req.env stableThu, 11 Mar 2010 00:25:46 +0900, by Yuya Nishihara
-
rebase: always check if rebasing onto an applied mq patch. stableTue, 02 Mar 2010 15:08:43 -0500, by Greg Ward
-
subrepo: wrap long lineSat, 13 Mar 2010 19:57:52 +0100, by Martin Geisler
-
merge with stableSat, 13 Mar 2010 17:02:41 +0100, by Benoit Boissinot
-
test-extension: fix disabled extension tests for run-tests.py --local stableFri, 05 Mar 2010 17:38:02 -0500, by Brodie Rao
-
subrepo: print subrepo pulling URLFri, 12 Mar 2010 01:23:35 +0100, by Edouard Gomez
-
subrepo: keep ui and hgrc in sync when creating new repo stableFri, 12 Mar 2010 01:23:35 +0100, by Benoit Boissinot
-
subrepo: forward the push to argument into _abssource stableFri, 12 Mar 2010 01:23:35 +0100, by Edouard Gomez
-
mq: simplify and use context APISat, 13 Mar 2010 12:57:20 +0100, by Benoit Boissinot
-
mq: avoid a (potentially expensive) repo.status(unknown=True) callSat, 13 Mar 2010 00:08:06 +0100, by Benoit Boissinot
-
mq: all_files can be a set, remove dangerous default valuesSat, 13 Mar 2010 00:02:33 +0100, by Benoit Boissinot
-
Merge with stableFri, 12 Mar 2010 00:50:41 +0100, by Martin Geisler
-
rebase: remove unnecessary \" from help string stableFri, 12 Mar 2010 00:45:27 +0100, by Martin Geisler
-
test-merge-default and check-code.py: No "export x=x" in sh stableMon, 08 Mar 2010 03:07:35 +0100, by Mads Kiilerich
-
Merge with stableFri, 12 Mar 2010 00:02:39 +0100, by Martin Geisler
-
progress: document progress.disable config option stableThu, 11 Mar 2010 16:54:34 -0600, by Augie Fackler
-
shrink-revlog: add missing whitespace in expressionThu, 11 Mar 2010 23:44:12 +0100, by Martin Geisler
-
any is not available for python2.4Thu, 11 Mar 2010 19:09:35 +0100, by Benoit Boissinot
-
keyword: update copyrightThu, 11 Mar 2010 18:49:41 +0100, by Christian Ebert
-
keyword: remove deprecated optionsThu, 11 Mar 2010 18:49:14 +0100, by Christian Ebert
-
style: use consistent variable names (*mod) with imports which would shadowThu, 11 Mar 2010 17:43:44 +0100, by Benoit Boissinot
-
archive: autodetect archive type by extension (issue2058)Thu, 11 Mar 2010 15:52:17 +0100, by David Wolever
-
merge with stableThu, 11 Mar 2010 15:38:35 +0100, by Dirkjan Ochtman
-
tests: use external coverage, mandate newer version stableThu, 11 Mar 2010 15:32:24 +0100, by Dirkjan Ochtman
-
churn: use ui.progress instead of --progressThu, 11 Mar 2010 09:11:01 -0500, by Eric Eisner
-
commands: remove extra indentation from list in help text stableThu, 11 Mar 2010 14:56:15 +0100, by Martin Geisler
-
server: initialize wsgi app in command, then wrap server around itThu, 11 Mar 2010 13:33:29 +0100, by Dirkjan Ochtman
-
server: unnest server classes into module namespaceThu, 11 Mar 2010 13:32:43 +0100, by Dirkjan Ochtman
-
server: pass wsgi application to server (no need for non-local var)Thu, 11 Mar 2010 13:32:26 +0100, by Dirkjan Ochtman
-
server: abstract setup of ipv6 vs. normal serverThu, 11 Mar 2010 13:31:37 +0100, by Dirkjan Ochtman
-
server: handle server-internal config setup inside server classThu, 11 Mar 2010 13:30:52 +0100, by Dirkjan Ochtman
-
server: externalize and streamline mixin setupThu, 11 Mar 2010 13:28:39 +0100, by Dirkjan Ochtman