Mercurial > hg
graph
-
localrepo: factor updatetags() out of readtags() (issue548).Thu, 16 Jul 2009 10:39:41 -0400, by Greg Ward
-
localrepo: improve readability of _findtags(), readtags() (issue548).Thu, 16 Jul 2009 10:39:41 -0400, by Greg Ward
-
localrepo: rename in-memory tag cache instance attributes (issue548).Thu, 16 Jul 2009 10:39:41 -0400, by Greg Ward
-
localrepo: factor _findtags() out of tags() (issue548).Thu, 16 Jul 2009 10:39:41 -0400, by Greg Ward
-
test-tags: enhance the test to probe tag caching better (issue548).Thu, 16 Jul 2009 10:39:41 -0400, by Greg Ward
-
test-tags: clarify test output; simplify test script a bit (issue548).Thu, 16 Jul 2009 10:39:41 -0400, by Greg Ward
-
merge with crew-stableWed, 15 Jul 2009 17:44:47 +0200, by Martin Geisler
-
Merge with crew-stableTue, 14 Jul 2009 18:00:37 -0700, by Brendan Cully
-
Merge with crew-stableTue, 14 Jul 2009 17:21:10 -0700, by Bryan O'Sullivan
-
Merge with crew-stableTue, 14 Jul 2009 16:51:52 -0700, by Brendan Cully
-
merge with mpmWed, 15 Jul 2009 00:24:20 +0200, by Martin Geisler
-
merge with crew-stableWed, 15 Jul 2009 00:19:15 +0200, by Martin Geisler
-
for calls expecting bool args, pass bool instead of intMon, 13 Jul 2009 09:50:26 +0900, by Nicolas Dumazet
-
merge with -stableTue, 14 Jul 2009 20:24:16 +0200, by Benoit Boissinot
-
merge with crew-stableTue, 14 Jul 2009 20:10:23 +0200, by Martin Geisler
-
store: eliminate reference cycle in fncachestoreTue, 14 Jul 2009 14:05:07 +0200, by Simon Heimberg
-
win32mbcs: add special wrapper for osutil.listdir().Fri, 10 Jul 2009 19:34:08 +0900, by Shun-ichi GOTO
-
win32mbcs: wrapper supports keyword arguments and dict result.Fri, 10 Jul 2009 15:52:01 +0900, by Shun-ichi GOTO
-
gendoc: fall back to pure modules if C extensions are not available (issue1711)Fri, 10 Jul 2009 19:45:31 +0200, by Cédric Duval
-
Don't copy hidden files/directories during `setup.py install`Tue, 14 Jul 2009 22:42:05 -0400, by James Abbatiello
-
commands: hide deprecated commands.Fri, 10 Jul 2009 13:40:25 +0200, by Dan Villiom Podlaski Christiansen
-
hgignore.5.txt: improved description of matchingSun, 12 Jul 2009 07:56:43 +0200, by Henri Wiechers
-
Merge with bosTue, 14 Jul 2009 17:59:36 -0700, by Brendan Cully
-
Fix issue1738 for strip too.Tue, 14 Jul 2009 17:58:36 -0700, by Brendan Cully
-
setup.py: don't pollute the current directory with temporary filesTue, 14 Jul 2009 17:18:45 -0700, by Bryan O'Sullivan
-
Make patch.diff filelog cache LRU of 20 files. Fixes issue1738.Tue, 14 Jul 2009 16:50:37 -0700, by Brendan Cully
-
url: fix use of non-int port in https connections via proxyTue, 14 Jul 2009 17:12:12 -0300, by Wagner Bruna
-
test-fetch: fix non-portable sed regex.Sun, 12 Jul 2009 22:33:00 -0400, by Greg Ward
-
branch heads: optimise computation of branch head cache (issue1734)Mon, 13 Jul 2009 20:19:17 +0200, by Henrik Stuart
-
Merge with stableTue, 14 Jul 2009 12:18:22 -0500, by Matt Mackall
-
cmdutil: fall back to filename if glob expand has errorsSun, 12 Jul 2009 00:46:43 -0500, by Steve Borho
-
inotify: server: explicitely ignore events in subdirs of .hg/ (issue1735)Mon, 13 Jul 2009 21:55:17 +0900, by Nicolas Dumazet
-
inotify: fix issue1375, add a test.Mon, 13 Jul 2009 16:49:05 +0200, by Nicolas Dumazet
-
inotify: server: new data structure to keep track of changes.Tue, 26 May 2009 23:00:35 +0900, by Nicolas Dumazet
-
merge with crew-stableSun, 12 Jul 2009 21:41:12 +0200, by Martin Geisler
-
gitweb, monoblue: fix double-spacing in file view (issue1733)Sun, 12 Jul 2009 21:37:24 +0200, by Martin Geisler
-
util: use propertycache in opener instead of __getattr__Fri, 10 Jul 2009 17:54:04 +0200, by Simon Heimberg
-
mq: use ui.status when pushing and popping patchesFri, 10 Jul 2009 23:24:35 +0200, by Martin Geisler
-
mq: qpop now tells which patches are poppedThu, 09 Jul 2009 23:59:03 +0200, by Mads Kiilerich
-
merge with crew-stableFri, 10 Jul 2009 12:49:29 +0200, by Martin Geisler
-
url: fix use of non-int port in https connections (issue1725)Wed, 08 Jul 2009 18:35:13 +0200, by Henrik Stuart
-
doc/Makefile: let hg1.gendoc.txt depend on gendoc.pyFri, 10 Jul 2009 01:23:07 +0200, by Martin Geisler
-
keyword: use all caps for 'note:' in help stringThu, 09 Jul 2009 22:52:39 +0200, by Martin Geisler
-
notify: fix indentation in module docstringThu, 09 Jul 2009 22:43:24 +0200, by Martin Geisler
-
notify: cleanup module docstringThu, 09 Jul 2009 22:42:43 +0200, by Martin Geisler
-
convert: fix inconsistent indentation in help textThu, 09 Jul 2009 20:15:15 +0200, by Martin Geisler
-
Merge with stableThu, 09 Jul 2009 19:49:02 -0500, by Matt Mackall
-
filectx: add a hex methodMon, 06 Jul 2009 14:52:44 -0500, by Matt Mackall
-
win32mbcs: also wrap windows.pconvert()Thu, 09 Jul 2009 22:06:30 +0900, by Shun-ichi GOTO
-
Use os.path.split() for MBCS with win32mbcs extension.Thu, 09 Jul 2009 21:39:19 +0900, by Shun-ichi GOTO
-
win32mbcs: look up modules using sys.modules (issue1729)Wed, 08 Jul 2009 09:48:48 -0400, by Brodie Rao
-
fix memory usage of revlog caches by limiting cache size [issue1639]Thu, 09 Jul 2009 17:10:07 -0500, by Matt Mackall
-
keyword: eliminate potential reference cycles from kwrepoThu, 09 Jul 2009 11:59:12 +0200, by Christian Ebert
-
convert/cvs: improve error message on unexpected server output.Wed, 08 Jul 2009 22:08:45 -0400, by Greg Ward
-
transaction: fix uncaught ENOENT (issue1724)Tue, 07 Jul 2009 19:24:52 +0200, by Henrik Stuart
-
branch heads: fix regression introduced in e67e5b60e55f (issue1726)Thu, 09 Jul 2009 20:49:02 +0200, by Henrik Stuart
-
subrepo: use hg.repository instead of creating localrepo directlySat, 04 Jul 2009 14:18:15 +0100, by Abderrahim Kitouni
-
ignore: separate pattern extraction from match compilationThu, 09 Jul 2009 15:14:42 -0700, by Brendan Cully
-
merge with crew-stableThu, 09 Jul 2009 11:59:56 +0200, by Martin Geisler
-
util: remove unused bufsize argumentThu, 09 Jul 2009 11:59:18 +0200, by Martin Geisler
-
convert/cvs: improve error message on unexpected server output.Wed, 08 Jul 2009 22:08:45 -0400, by Greg Ward
-
typos: "it's" -> "its"Wed, 08 Jul 2009 23:17:10 +0200, by Martin Geisler
-
convert: fixed typo in docstringWed, 08 Jul 2009 23:12:40 +0200, by Martin Geisler
-
Merge OS X performance regression fixWed, 08 Jul 2009 17:03:50 -0700, by Bryan O'Sullivan
-
Merge backed out changeWed, 08 Jul 2009 17:03:16 -0700, by Bryan O'Sullivan
-
Backed out changeset fce065538bcf: it caused a 5x performance regression on OS XWed, 08 Jul 2009 17:01:18 -0700, by Bryan O'Sullivan
-
help: wrapped help strings at 78 charactersWed, 08 Jul 2009 17:14:24 +0200, by Martin Geisler
-
keyword: collect kwmaps using a generator expressionTue, 07 Jul 2009 23:30:53 +0200, by Christian Ebert
-
commands: avoid bad linebreak in addremove docstringWed, 08 Jul 2009 00:30:21 +0200, by Martin Geisler
-
Makefile: wrap hg.pot strings at 82 charsTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
zeroconf: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
win32mbcs: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
transplant: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
share: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
record: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
rebase: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
purge: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
patchbomb: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
parentrevspec: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
pager: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
notify: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
mq: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
keyword: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
interhg: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
highlight: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
hgk: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
hgcia: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
graphlog: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
fetch: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
extdiff: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
convert: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
color: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
churn: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
children: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
bugzilla: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
bookmarks: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
acl: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:42 +0200, by Martin Geisler
-
commands: wrapped docstrings at 78 charactersTue, 07 Jul 2009 23:54:30 +0200, by Martin Geisler
-
extdiff: fix indentation and use gettextTue, 07 Jul 2009 23:30:48 +0200, by Martin Geisler
-
filemerge, subrepo: correct indentionTue, 07 Jul 2009 17:26:20 +0200, by Martin Geisler
-
ui: extract choice from promptSun, 21 Jun 2009 01:13:19 +0200, by Simon Heimberg
-
patchbomb: use local time for the Date: headerSun, 05 Jul 2009 17:09:01 +0200, by Cédric Duval
-
patchbomb: fix From_ in the message's envelopeSun, 05 Jul 2009 16:42:10 +0200, by Cédric Duval
-
merge with crew-stableTue, 07 Jul 2009 14:20:58 +0200, by Martin Geisler
-
Bourne shells do not maintain $PWD; update tests accordinglyTue, 07 Jul 2009 01:25:44 +0200, by David Champion
-
tests: remove more instances of export FOO=bar bashismSun, 05 Jul 2009 18:52:55 -0400, by Brodie Rao
-
tests: remove more instances of export FOO=bar bashismSun, 05 Jul 2009 18:52:55 -0400, by Brodie Rao
-
test-gpg: suppress secure memory warningSun, 05 Jul 2009 13:59:25 -0500, by David Champion
-
test: fix for compatibilty with true Bourne /bin/shSun, 05 Jul 2009 13:58:37 -0500, by David Champion
-
p4: simplify sort keySun, 05 Jul 2009 12:50:14 +0200, by Martin Geisler
-
localrepo: removed unnecessary revkey sort helperSun, 05 Jul 2009 12:43:40 +0200, by Martin Geisler
-
compat: remove unnecessary diamond-shaped multiple inheritanceSun, 05 Jul 2009 11:06:41 +0200, by Alejandro Santos
-
split local and stdlib module imports (eases migration issues)Sun, 05 Jul 2009 11:06:09 +0200, by Alejandro Santos
-
compat: don't reference an exception var inside a lambdaSun, 05 Jul 2009 11:05:31 +0200, by Alejandro Santos
-
compat: use email in favor of mimetoolsSun, 05 Jul 2009 11:04:55 +0200, by Alejandro Santos
-
verify: fix scope issues with del statementSun, 05 Jul 2009 11:04:31 +0200, by Alejandro Santos
-
compat: use 'key' argument instead of 'cmp' when sorting a listSun, 05 Jul 2009 11:02:00 +0200, by Alejandro Santos
-
compat: use open() instead of file() everywhereSun, 05 Jul 2009 11:01:30 +0200, by Alejandro Santos
-
compat: can't compare two values of unequal datatypesSun, 05 Jul 2009 11:01:01 +0200, by Alejandro Santos
-
compat: use // for integer divisionSun, 05 Jul 2009 11:00:44 +0200, by Alejandro Santos
-
tests: add -3 switch to run-tests.pySun, 05 Jul 2009 10:59:54 +0200, by Alejandro Santos
-
keyword: remove unused importSat, 04 Jul 2009 15:26:14 +0200, by Christian Ebert
-
merge with crew-stableSat, 04 Jul 2009 13:31:36 +0200, by Martin Geisler
-
help: add #revision syntax to the example valid URLs.Sat, 04 Jul 2009 12:40:34 +0200, by David Wolever
-
context: improve arg-checking assert.Fri, 03 Jul 2009 10:43:46 -0400, by Greg Ward
-
help: add #revision syntax to the example valid URLs.Sat, 04 Jul 2009 12:40:34 +0200, by David Wolever
-
merge wtih crew-stableSat, 04 Jul 2009 12:25:10 +0200, by Martin Geisler
-
gendoc: fix localization of help topicSat, 04 Jul 2009 12:12:36 +0200, by Cédric Duval
-
extensions: remove dead codeSat, 04 Jul 2009 12:06:33 +0200, by Cédric Duval
-
merge with crew-stableThu, 02 Jul 2009 20:03:58 +0200, by Martin Geisler
-
acl: read correct index into url for username (issue298)Thu, 02 Jul 2009 19:53:20 +0200, by Henrik Stuart
-
color: don't highlight the summary part of the qseries commandSat, 27 Jun 2009 13:09:11 +0200, by Dan Villiom Podlaski Christiansen
-
mq: align columns in verbose qseries output.Sat, 27 Jun 2009 15:28:44 +0200, by Dan Villiom Podlaski Christiansen
-
extensions: remove unused importsWed, 01 Jul 2009 10:19:40 -0400, by Brodie Rao
-
test python hook configured with python:[file]:[hook] syntaxFri, 26 Jun 2009 14:42:05 +0200, by Henri Wiechers
-
keyword: break overlong lineMon, 29 Jun 2009 23:46:28 +0200, by Christian Ebert
-
bisect: fix format specifiers for integersWed, 01 Jul 2009 23:15:26 +0200, by Cédric Duval
-
Added signature for changeset 196d40e7c885Wed, 01 Jul 2009 16:47:46 -0500, by Matt Mackall
-
Added tag 1.3 for changeset 196d40e7c885Wed, 01 Jul 2009 16:47:42 -0500, by Matt Mackall
-
i18n-pt_BR: synchronized with 59bb11a97fe5Wed, 01 Jul 2009 08:51:22 -0300, by Wagner Bruna
-
i18n-jp: translation update for 09c6735e3880Wed, 01 Jul 2009 18:08:37 +0900, by FUJIWARA Katsunori
-
i18n-fr: translation of part of the mq extensionWed, 01 Jul 2009 08:45:12 +0200, by Cédric Duval
-
i18n-fr: translation of the zeroconf extensionWed, 01 Jul 2009 07:29:39 +0200, by Cédric Duval
-
i18n-fr: translation of the purge extensionWed, 01 Jul 2009 07:21:10 +0200, by Cédric Duval
-
i18n-fr: translation of the parentrevspec extensionWed, 01 Jul 2009 07:15:28 +0200, by Cédric Duval
-
i18n-fr: synchronized with 7d39c76be4eeWed, 01 Jul 2009 07:09:44 +0200, by Cédric Duval
-
i18n-da: synchronized with 09c6735e3880Tue, 30 Jun 2009 23:30:52 +0200, by Martin Geisler
-
Merge with mpmTue, 30 Jun 2009 23:17:57 +0200, by Martin Geisler
-
i18n-da: use "lap" instead of "rettelse"Tue, 30 Jun 2009 23:16:38 +0200, by Martin Geisler
-
i18n-da: translated many one-linersTue, 30 Jun 2009 20:25:21 +0200, by Martin Geisler
-
subrepo: audit subrepo pathsWed, 01 Jul 2009 13:55:24 -0500, by Matt Mackall
-
keyword: make repo.commit use a custom commitctx wrapperTue, 30 Jun 2009 11:30:03 +0200, by Christian Ebert
-
commit: lose some pointless 'nothing changed' messagesWed, 01 Jul 2009 01:16:19 -0500, by Matt Mackall
-
commit: report modified subrepos in commit editorWed, 01 Jul 2009 01:05:24 -0500, by Matt Mackall
-
verify: demote warning about nullid in copy to noteWed, 01 Jul 2009 00:41:14 -0500, by Matt Mackall
-
help: add more pointers to commit --close-branchWed, 01 Jul 2009 00:35:59 -0500, by Matt Mackall
-
branches: add --closed flag for consistency with headsWed, 01 Jul 2009 00:31:59 -0500, by Matt Mackall
-
addremove: build lists of already added and removed files too (issue1696)Tue, 30 Jun 2009 23:25:53 -0500, by Matt Mackall
-
addremove: pass unknown and deleted to findrenames directly againTue, 30 Jun 2009 16:11:42 -0500, by Matt Mackall
-
addremove: normalize some variable namesTue, 30 Jun 2009 15:56:08 -0500, by Matt Mackall
-
findrenames: drop unused argument defaultsMon, 29 Jun 2009 15:34:17 -0500, by Matt Mackall
-
zsh completion: update bisect for builtin syntaxTue, 30 Jun 2009 19:23:50 -0700, by Brendan Cully
-
zsh completion: add hg branchTue, 30 Jun 2009 18:47:16 -0700, by Brendan Cully
-
zsh completion: add hg branchesTue, 30 Jun 2009 18:45:09 -0700, by Brendan Cully
-
zsh completion: basic merge supportTue, 30 Jun 2009 18:41:43 -0700, by Brendan Cully
-
zsh completion: disable defaults and verbose output when completingTue, 30 Jun 2009 17:58:17 -0400, by Brodie Rao
-
Merge with mpmTue, 30 Jun 2009 23:40:03 +0200, by Martin Geisler
-
zsh completion: include guarded patches in qdeleteTue, 30 Jun 2009 14:31:16 -0700, by Brendan Cully
-
Merge with i18nTue, 30 Jun 2009 12:32:30 -0500, by Matt Mackall
-
i18n-pt_BR: synchronized with eac360045ba4Fri, 26 Jun 2009 09:44:35 -0300, by Wagner Bruna
-
i18n-fr: translation of the extensions help topicSun, 28 Jun 2009 23:44:24 +0200, by Cédric Duval
-
i18n-fr: translation of help screen stringsSun, 28 Jun 2009 22:58:58 +0200, by Cédric Duval
-
i18n-fr: translation of the patchbomb extensionSun, 28 Jun 2009 21:31:49 +0200, by Cédric Duval
-
i18n-fr: add a glossary and recommendationsSun, 28 Jun 2009 20:35:38 +0200, by Cédric Duval
-
i18n: add French translation fileTue, 26 May 2009 23:46:15 +0200, by Cédric Duval
-
i18n-jp: translation update for 288ba6d6c5c7Sun, 28 Jun 2009 22:24:33 +0900, by FUJIWARA Katsunori
-
i18n-da: translated 50%Sat, 27 Jun 2009 13:42:40 +0200, by Martin Geisler
-
convert: do not ask for translation of "%s %s"Sat, 27 Jun 2009 12:31:41 +0200, by Martin Geisler
-
i18n-da: translated cmdline help stringsSat, 27 Jun 2009 12:21:26 +0200, by Martin Geisler
-
i18n-da: translated log and some mq commandsWed, 24 Jun 2009 20:57:39 +0200, by Martin Geisler
-
i18n-da: change "arkiv" to "depot"Wed, 24 Jun 2009 18:31:46 +0200, by Martin Geisler
-
i18n-da: sync with 288ba6d6c5c7Wed, 24 Jun 2009 17:45:43 +0200, by Martin Geisler
-
i18n-zh: sync with 288ba6d6c5c7(2009-06-24 04:43:09+08:00)Wed, 24 Jun 2009 10:21:59 +0800, by Dongsheng Song
-
extensions: catch OSError when hgext is not accessible (issue1708)Mon, 29 Jun 2009 19:28:54 +0200, by Cédric Duval
-
color: wrap qdiff/qseries after all extensions are loadedWed, 06 May 2009 16:27:50 -0400, by Brodie Rao
-
atom: use urlescape in filelog's file linkSun, 28 Jun 2009 16:03:10 -0400, by Brodie Rao
-
Relicense zsh completion script under zsh license.Mon, 29 Jun 2009 09:32:06 -0700, by Brendan Cully
-
Merge with crewMon, 29 Jun 2009 09:00:37 -0700, by Brendan Cully
-
Update test output for e67e5b60e55fMon, 29 Jun 2009 09:00:26 -0700, by Brendan Cully
-
commands: improve bundle compression methods descriptionSun, 28 Jun 2009 13:56:34 +0200, by Stefano Mioli
-
keyword: improve help for kwfilesSun, 28 Jun 2009 16:23:23 +0200, by Christian Ebert
-
keyword: lowercase status flags of untracked files in kwfile outputSun, 28 Jun 2009 16:11:27 +0200, by Christian Ebert
-
help: branch heads have no descendants, not no childrenMon, 29 Jun 2009 08:48:05 -0700, by Brendan Cully
-
Branch heads should not include "heads" that are ancestors of other heads.Mon, 29 Jun 2009 00:54:23 -0700, by Brendan Cully
-
inotify: server: remove wpath methodSun, 28 Jun 2009 19:31:16 +0900, by Nicolas Dumazet
-
inotify: return version to client even when not matchingSun, 21 Jun 2009 18:11:19 +0200, by Simon Heimberg
-
windows: fix use of undefined exception (issue1707)Thu, 25 Jun 2009 22:43:58 +0200, by Henrik Stuart
-
keyword: improve help for kwfilesSat, 27 Jun 2009 13:05:25 +0200, by Christian Ebert
-
highlight: remove author name from docstringSat, 27 Jun 2009 13:08:07 +0200, by Martin Geisler
-
mq: standardize qfinish cmdline help stringSat, 27 Jun 2009 12:13:40 +0200, by Martin Geisler
-
inotify: OPT -> OPTION in cmdline help stringSat, 27 Jun 2009 12:05:01 +0200, by Martin Geisler
-
hgk: standardize cmdline help stringsSat, 27 Jun 2009 12:03:48 +0200, by Martin Geisler
-
color: don't blow up if configured with unknown color (just warn).Thu, 25 Jun 2009 09:23:33 -0400, by Greg Ward
-
bookmarks: Change references to "repo" by references to "self" (issue1611)Wed, 24 Jun 2009 19:20:59 +0200, by Isaac Jurado
-
run-tests: use os.path.realpath() to find hg's setup.py.Tue, 23 Jun 2009 22:20:54 -0400, by Greg Ward
-
Make RPM spec in contrib more aligned with the one from FedoraWed, 24 Jun 2009 03:05:01 +0200, by Mads Kiilerich
-
addremove: drop some silly variable assignmentsTue, 23 Jun 2009 17:51:51 -0500, by Matt Mackall
-
ui.prompt: Show prompt and selection in non-interactive modeSun, 21 Jun 2009 03:13:38 +0200, by Mads Kiilerich
-
keyword: make kwdemo more translation friendlyThu, 25 Jun 2009 09:53:47 +0200, by Christian Ebert
-
commands: wrap short descriptions in 'hg help'Wed, 24 Jun 2009 19:15:58 +0200, by Martin Geisler
-
commands: add "--" to command line flag in branches docstringWed, 24 Jun 2009 18:40:13 +0200, by Martin Geisler
-
change wiki/bts URLs to point to new hostnameWed, 24 Jun 2009 15:32:37 +0200, by Dirkjan Ochtman
-
extensions: change descriptions for hook-providing extensionsWed, 24 Jun 2009 13:42:34 +0200, by Dirkjan Ochtman
-
extensions: change descriptions for extensions providing a few commandsWed, 24 Jun 2009 13:42:02 +0200, by Dirkjan Ochtman
-
help: rewrap extension description line length at 78 instead of 70Wed, 24 Jun 2009 13:10:05 +0200, by Dirkjan Ochtman
-
extensions: fix up description lines some moreWed, 24 Jun 2009 12:25:56 +0200, by Dirkjan Ochtman
-
commands: add note about import retrieving patches from URLsWed, 24 Jun 2009 12:04:19 +0200, by Dirkjan Ochtman
-
windows: import WinIOError from win32 module (issue1707)Wed, 24 Jun 2009 12:03:53 +0200, by Dirkjan Ochtman
-
mq: compact & rewrap documentation for qdelete commandWed, 24 Jun 2009 12:03:13 +0200, by Dirkjan Ochtman
-
test-globalopts: broken by output change in 62e3b9466700Tue, 23 Jun 2009 23:05:51 +0200, by Martin Geisler
-
Merge with i18nTue, 23 Jun 2009 15:43:09 -0500, by Matt Mackall
-
i18n-pt_BR: synchronized with 3ad0b5ddae58Mon, 22 Jun 2009 15:58:22 -0300, by Wagner Bruna
-
merged with crewMon, 22 Jun 2009 22:22:48 +0200, by Martin Geisler
-
i18n-pt_BR: minor rewording and formatting fixesMon, 22 Jun 2009 15:58:21 -0300, by Wagner Bruna
-
i18n-pt_BR: synchronized with d9f4c182aecaMon, 22 Jun 2009 15:58:12 -0300, by Wagner Bruna
-
i18n-pt_BR: synchronized with 708938509732Fri, 19 Jun 2009 12:38:04 -0300, by Wagner Bruna
-
i18n-pt_BR: synchronized with fccdf5ca5065Fri, 19 Jun 2009 12:34:12 -0300, by Wagner Bruna
-
merged Greek translationSun, 21 Jun 2009 20:09:03 +0200, by Martin Geisler
-
Add the start of a new translation of Mercurial to Greek (UTF-8)Sun, 25 Jan 2009 17:35:38 +0200, by Giorgos Keramidas
-
i18n-da: sync with hg.potSun, 21 Jun 2009 19:27:09 +0200, by Martin Geisler
-
commands: removed redundant line from push docstringSun, 21 Jun 2009 19:12:03 +0200, by Martin Geisler
-
merged with crewSun, 21 Jun 2009 19:06:57 +0200, by Martin Geisler
-
i18n-da: merged translation with TortoiseHgSat, 20 Jun 2009 18:58:34 +0200, by Martin Geisler
-
i18n-da: translate fuzzy stringsSun, 21 Jun 2009 12:39:38 +0200, by Martin Geisler
-
i18n-da: sync with hg.potSun, 21 Jun 2009 01:12:16 +0200, by Martin Geisler
-
i18n-da: add missing newlineSun, 21 Jun 2009 01:06:24 +0200, by Martin Geisler
-
translated a bunch of strings to danishSat, 20 Jun 2009 19:46:01 +0200, by Sune Foldager
-
interhg: escape backslashes in docstringFri, 19 Jun 2009 10:30:18 +0200, by Martin Geisler
-
interhg: remove unnecessary escapingFri, 19 Jun 2009 10:24:34 +0200, by Martin Geisler