Mercurial > hg-stable
graph
-
rebase: use set instead of dictSun, 17 May 2009 02:55:22 +0200, by Benoit Boissinot
-
revlog.missing(): use sets instead of a dictSun, 17 May 2009 02:44:12 +0200, by Benoit Boissinot
-
tests: add missing interpreter linesSun, 17 May 2009 02:15:21 +0200, by Martin Geisler
-
cvsnt-mergepoints test: use sh instead of bashSun, 17 May 2009 02:10:09 +0200, by Martin Geisler
-
tests: removed unnecessary execute bit on Python testsSun, 17 May 2009 01:42:21 +0200, by Martin Geisler
-
tests: renamed Python tests to .pySun, 17 May 2009 01:39:31 +0200, by Martin Geisler
-
tests: renamed helper to avoid clash with stdlib repr moduleSun, 17 May 2009 02:31:12 +0200, by Martin Geisler
-
tests: fix doc string in get-with-headers.pySun, 17 May 2009 01:24:45 +0200, by Martin Geisler
-
tests: use repr.py to avoid binary characters in test outputSun, 17 May 2009 01:16:56 +0200, by Marti Raudsepp
-
tests: new helper for tests with binary outputSun, 17 May 2009 01:10:35 +0200, by Martin Geisler
-
convert: improve docstrings, comments.Sat, 16 May 2009 14:15:58 -0400, by Greg Ward
-
changelog: turn {de,en}code_extra methods into functionsFri, 15 May 2009 01:21:24 +0200, by Martin Geisler
-
merge with crew-stableSat, 16 May 2009 11:16:23 +0200, by Martin Geisler
-
contrib/win32: add simple style sheetSat, 16 May 2009 08:46:42 +0200, by Martin Geisler
-
contrib/win32: updated title of the hgbookSat, 16 May 2009 08:38:04 +0200, by Martin Geisler
-
contrib/win32: format file names and env vars with <tt>Sat, 16 May 2009 08:37:06 +0200, by Martin Geisler
-
contrib/win32: indent and word wrap consistentlySat, 16 May 2009 08:33:23 +0200, by Martin Geisler
-
contrib/win32: add missing <p> tagsSat, 16 May 2009 08:26:36 +0200, by Martin Geisler
-
contrib/win32: fix HTML tag nestingSat, 16 May 2009 08:22:30 +0200, by Martin Geisler
-
contrib/win32: license is GPLv2 onlyFri, 15 May 2009 13:59:43 +0200, by Adrian Buehlmann
-
Merge with crew-stableFri, 15 May 2009 16:17:56 +0200, by Patrick Mezard
-
mq: qpush shouldn't complain if working dir is at a non-tip headFri, 15 May 2009 15:21:17 +0200, by Dirkjan Ochtman
-
contrib: add tmplrewrite.py script to help rewrite old templater syntaxFri, 15 May 2009 10:47:19 +0200, by Dirkjan Ochtman
-
spartan: use newer template syntax everywhereFri, 15 May 2009 10:47:13 +0200, by Dirkjan Ochtman
-
monoblue: use newer template syntax everywhereFri, 15 May 2009 10:47:05 +0200, by Dirkjan Ochtman
-
raw: use newer template syntax everywhereFri, 15 May 2009 10:46:59 +0200, by Dirkjan Ochtman
-
atom/rss: use newer template syntax everywhereFri, 15 May 2009 10:46:52 +0200, by Dirkjan Ochtman
-
git: use newer template syntax everywhereFri, 15 May 2009 10:46:39 +0200, by Dirkjan Ochtman
-
Add tests for qfoldSun, 17 May 2009 19:54:26 +0200, by Patrick Mezard
-
mq: abort qfold upon local changes (issue1662)Sat, 16 May 2009 16:20:37 -0700, by David Frey
-
changelog: refuse to add revisions with empty usernamesSat, 16 May 2009 11:12:49 +0200, by Martin Geisler
-
convert/bzr: fix symlinks target (issue1626/2)Fri, 15 May 2009 16:12:09 +0200, by Patrick Mezard
-
changelog: removed bad default arguments in add methodFri, 15 May 2009 00:55:14 +0200, by Martin Geisler
-
posixfile: remove posixfile_nt and fix import bug in windows.pyWed, 13 May 2009 21:36:16 +0200, by Sune Foldager
-
util: make atomictempfile saner if mktempcopy failsThu, 14 May 2009 14:12:32 -0700, by Bryan O'Sullivan
-
merged with crew-stableThu, 14 May 2009 23:05:16 +0200, by Martin Geisler
-
util: import random, missing since ea82a23cf887Thu, 14 May 2009 22:59:12 +0200, by Martin Geisler
-
clone: try updating to the actual changeset specified in optionsThu, 14 May 2009 22:00:56 +0200, by Brett Carter
-
commit: hoist the rest of the dirstate manipulation out of commitctxThu, 14 May 2009 13:24:39 -0500, by Matt Mackall
-
commit: hoist up dirstate invalidateThu, 14 May 2009 13:24:39 -0500, by Matt Mackall
-
commitctx: use contexts more fullyThu, 14 May 2009 13:24:26 -0500, by Matt Mackall
-
context: add new manifestnode methodThu, 14 May 2009 13:21:20 -0500, by Matt Mackall
-
commitctx: eliminate some variablesThu, 14 May 2009 13:21:20 -0500, by Matt Mackall
-
commit: move lots of commitctx outside of the repo lockThu, 14 May 2009 13:21:20 -0500, by Matt Mackall
-
commit: combine _commitctx and commitctx, drop unused force argumentThu, 14 May 2009 13:21:20 -0500, by Matt Mackall
-
editor: move HG: filtering from ui to commiteditorThu, 14 May 2009 13:21:17 -0500, by Matt Mackall
-
grep: make cache LRU rather than unlimitedThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commit: move commit editor to cmdutil, pass as functionThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
context: add p1 and p2 methodsThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commit: push repo lock down into _commitctxThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commit: move 'nothing changed' test into commit()Thu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commit: drop unused p1 and p2 argsThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
tag: drop unused use_dirstate and parent from _tag()Thu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
filecommit: swallow some bits from _commitctx, add _Thu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commitctx: replace wctx with ctxThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commitctx: replace two dirstate vars with workingThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
commitctx: simplify lockingThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
remove deprecated rawcommitThu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
patch: copy copies dict before changing it (issue1651)Thu, 14 May 2009 13:20:40 -0500, by Matt Mackall
-
status: check cmp list in orderThu, 14 May 2009 13:20:40 -0500, by Matt Mackall