Tue, 14 Jul 2009 17:59:36 -0700 |
Brendan Cully |
Merge with bos
|
Tue, 14 Jul 2009 17:58:36 -0700 |
Brendan Cully |
Fix issue1738 for strip too.
|
Tue, 14 Jul 2009 17:18:45 -0700 |
Bryan O'Sullivan |
setup.py: don't pollute the current directory with temporary files
|
Tue, 14 Jul 2009 16:50:37 -0700 |
Brendan Cully |
Make patch.diff filelog cache LRU of 20 files. Fixes issue1738.
|
Tue, 14 Jul 2009 17:12:12 -0300 |
Wagner Bruna |
url: fix use of non-int port in https connections via proxy
|
Sun, 12 Jul 2009 22:33:00 -0400 |
Greg Ward |
test-fetch: fix non-portable sed regex.
|
Mon, 13 Jul 2009 20:19:17 +0200 |
Henrik Stuart |
branch heads: optimise computation of branch head cache (issue1734)
|
Tue, 14 Jul 2009 12:18:22 -0500 |
Matt Mackall |
Merge with stable
|
Sun, 12 Jul 2009 00:46:43 -0500 |
Steve Borho |
cmdutil: fall back to filename if glob expand has errors
|
Mon, 13 Jul 2009 21:55:17 +0900 |
Nicolas Dumazet |
inotify: server: explicitely ignore events in subdirs of .hg/ (issue1735)
|
Mon, 13 Jul 2009 16:49:05 +0200 |
Nicolas Dumazet |
inotify: fix issue1375, add a test.
|
Tue, 26 May 2009 23:00:35 +0900 |
Nicolas Dumazet |
inotify: server: new data structure to keep track of changes.
|
Sun, 12 Jul 2009 21:41:12 +0200 |
Martin Geisler |
merge with crew-stable
|
Sun, 12 Jul 2009 21:37:24 +0200 |
Martin Geisler |
gitweb, monoblue: fix double-spacing in file view (issue1733)
|
Fri, 10 Jul 2009 17:54:04 +0200 |
Simon Heimberg |
util: use propertycache in opener instead of __getattr__
|
Fri, 10 Jul 2009 23:24:35 +0200 |
Martin Geisler |
mq: use ui.status when pushing and popping patches
|
Thu, 09 Jul 2009 23:59:03 +0200 |
Mads Kiilerich |
mq: qpop now tells which patches are popped
|
Fri, 10 Jul 2009 12:49:29 +0200 |
Martin Geisler |
merge with crew-stable
|
Wed, 08 Jul 2009 18:35:13 +0200 |
Henrik Stuart |
url: fix use of non-int port in https connections (issue1725)
|
Fri, 10 Jul 2009 01:23:07 +0200 |
Martin Geisler |
doc/Makefile: let hg1.gendoc.txt depend on gendoc.py
|
Thu, 09 Jul 2009 22:52:39 +0200 |
Martin Geisler |
keyword: use all caps for 'note:' in help string
|
Thu, 09 Jul 2009 22:43:24 +0200 |
Martin Geisler |
notify: fix indentation in module docstring
|
Thu, 09 Jul 2009 22:42:43 +0200 |
Martin Geisler |
notify: cleanup module docstring
|
Thu, 09 Jul 2009 20:15:15 +0200 |
Martin Geisler |
convert: fix inconsistent indentation in help text
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 06 Jul 2009 14:52:44 -0500 |
Matt Mackall |
filectx: add a hex method
|
Thu, 09 Jul 2009 22:06:30 +0900 |
Shun-ichi GOTO |
win32mbcs: also wrap windows.pconvert()
|
Thu, 09 Jul 2009 21:39:19 +0900 |
Shun-ichi GOTO |
Use os.path.split() for MBCS with win32mbcs extension.
|
Wed, 08 Jul 2009 09:48:48 -0400 |
Brodie Rao |
win32mbcs: look up modules using sys.modules (issue1729)
|
Thu, 09 Jul 2009 17:10:07 -0500 |
Matt Mackall |
fix memory usage of revlog caches by limiting cache size [issue1639]
|
Thu, 09 Jul 2009 11:59:12 +0200 |
Christian Ebert |
keyword: eliminate potential reference cycles from kwrepo
|
Wed, 08 Jul 2009 22:08:45 -0400 |
Greg Ward |
convert/cvs: improve error message on unexpected server output.
|
Tue, 07 Jul 2009 19:24:52 +0200 |
Henrik Stuart |
transaction: fix uncaught ENOENT (issue1724)
|
Thu, 09 Jul 2009 20:49:02 +0200 |
Henrik Stuart |
branch heads: fix regression introduced in e67e5b60e55f (issue1726)
|
Sat, 04 Jul 2009 14:18:15 +0100 |
Abderrahim Kitouni |
subrepo: use hg.repository instead of creating localrepo directly
|
Thu, 09 Jul 2009 15:14:42 -0700 |
Brendan Cully |
ignore: separate pattern extraction from match compilation
|
Thu, 09 Jul 2009 11:59:56 +0200 |
Martin Geisler |
merge with crew-stable
|
Thu, 09 Jul 2009 11:59:18 +0200 |
Martin Geisler |
util: remove unused bufsize argument
|
Wed, 08 Jul 2009 22:08:45 -0400 |
Greg Ward |
convert/cvs: improve error message on unexpected server output.
|
Wed, 08 Jul 2009 23:17:10 +0200 |
Martin Geisler |
typos: "it's" -> "its"
|
Wed, 08 Jul 2009 23:12:40 +0200 |
Martin Geisler |
convert: fixed typo in docstring
|
Wed, 08 Jul 2009 17:03:50 -0700 |
Bryan O'Sullivan |
Merge OS X performance regression fix
|
Wed, 08 Jul 2009 17:03:16 -0700 |
Bryan O'Sullivan |
Merge backed out change
|
Wed, 08 Jul 2009 17:01:18 -0700 |
Bryan O'Sullivan |
Backed out changeset fce065538bcf: it caused a 5x performance regression on OS X
|
Wed, 08 Jul 2009 17:14:24 +0200 |
Martin Geisler |
help: wrapped help strings at 78 characters
|
Tue, 07 Jul 2009 23:30:53 +0200 |
Christian Ebert |
keyword: collect kwmaps using a generator expression
|
Wed, 08 Jul 2009 00:30:21 +0200 |
Martin Geisler |
commands: avoid bad linebreak in addremove docstring
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
Makefile: wrap hg.pot strings at 82 chars
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
zeroconf: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
win32mbcs: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
transplant: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
share: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
record: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
rebase: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
purge: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
patchbomb: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
parentrevspec: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
pager: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
notify: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
mq: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
keyword: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
interhg: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
highlight: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
hgk: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
hgcia: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
graphlog: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
fetch: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
extdiff: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
convert: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
color: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
churn: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
children: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
bugzilla: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
bookmarks: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
acl: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:54:30 +0200 |
Martin Geisler |
commands: wrapped docstrings at 78 characters
|
Tue, 07 Jul 2009 23:30:48 +0200 |
Martin Geisler |
extdiff: fix indentation and use gettext
|
Tue, 07 Jul 2009 17:26:20 +0200 |
Martin Geisler |
filemerge, subrepo: correct indention
|
Sun, 21 Jun 2009 01:13:19 +0200 |
Simon Heimberg |
ui: extract choice from prompt
|
Sun, 05 Jul 2009 17:09:01 +0200 |
Cédric Duval |
patchbomb: use local time for the Date: header
|
Sun, 05 Jul 2009 16:42:10 +0200 |
Cédric Duval |
patchbomb: fix From_ in the message's envelope
|
Tue, 07 Jul 2009 14:20:58 +0200 |
Martin Geisler |
merge with crew-stable
|
Tue, 07 Jul 2009 01:25:44 +0200 |
David Champion |
Bourne shells do not maintain $PWD; update tests accordingly
|
Sun, 05 Jul 2009 18:52:55 -0400 |
Brodie Rao |
tests: remove more instances of export FOO=bar bashism
|
Sun, 05 Jul 2009 18:52:55 -0400 |
Brodie Rao |
tests: remove more instances of export FOO=bar bashism
|
Sun, 05 Jul 2009 13:59:25 -0500 |
David Champion |
test-gpg: suppress secure memory warning
|
Sun, 05 Jul 2009 13:58:37 -0500 |
David Champion |
test: fix for compatibilty with true Bourne /bin/sh
|
Sun, 05 Jul 2009 12:50:14 +0200 |
Martin Geisler |
p4: simplify sort key
|
Sun, 05 Jul 2009 12:43:40 +0200 |
Martin Geisler |
localrepo: removed unnecessary revkey sort helper
|
Sun, 05 Jul 2009 11:06:41 +0200 |
Alejandro Santos |
compat: remove unnecessary diamond-shaped multiple inheritance
|
Sun, 05 Jul 2009 11:06:09 +0200 |
Alejandro Santos |
split local and stdlib module imports (eases migration issues)
|
Sun, 05 Jul 2009 11:05:31 +0200 |
Alejandro Santos |
compat: don't reference an exception var inside a lambda
|
Sun, 05 Jul 2009 11:04:55 +0200 |
Alejandro Santos |
compat: use email in favor of mimetools
|
Sun, 05 Jul 2009 11:04:31 +0200 |
Alejandro Santos |
verify: fix scope issues with del statement
|
Sun, 05 Jul 2009 11:02:00 +0200 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
Sun, 05 Jul 2009 11:01:01 +0200 |
Alejandro Santos |
compat: can't compare two values of unequal datatypes
|
Sun, 05 Jul 2009 11:00:44 +0200 |
Alejandro Santos |
compat: use // for integer division
|
Sun, 05 Jul 2009 10:59:54 +0200 |
Alejandro Santos |
tests: add -3 switch to run-tests.py
|
Sat, 04 Jul 2009 15:26:14 +0200 |
Christian Ebert |
keyword: remove unused import
|
Sat, 04 Jul 2009 13:31:36 +0200 |
Martin Geisler |
merge with crew-stable
|
Sat, 04 Jul 2009 12:40:34 +0200 |
David Wolever |
help: add #revision syntax to the example valid URLs.
|
Fri, 03 Jul 2009 10:43:46 -0400 |
Greg Ward |
context: improve arg-checking assert.
|
Sat, 04 Jul 2009 12:40:34 +0200 |
David Wolever |
help: add #revision syntax to the example valid URLs.
|
Sat, 04 Jul 2009 12:25:10 +0200 |
Martin Geisler |
merge wtih crew-stable
|
Sat, 04 Jul 2009 12:12:36 +0200 |
Cédric Duval |
gendoc: fix localization of help topic
|
Sat, 04 Jul 2009 12:06:33 +0200 |
Cédric Duval |
extensions: remove dead code
|
Thu, 02 Jul 2009 20:03:58 +0200 |
Martin Geisler |
merge with crew-stable
|
Thu, 02 Jul 2009 19:53:20 +0200 |
Henrik Stuart |
acl: read correct index into url for username (issue298)
|
Sat, 27 Jun 2009 13:09:11 +0200 |
Dan Villiom Podlaski Christiansen |
color: don't highlight the summary part of the qseries command
|
Sat, 27 Jun 2009 15:28:44 +0200 |
Dan Villiom Podlaski Christiansen |
mq: align columns in verbose qseries output.
|
Wed, 01 Jul 2009 10:19:40 -0400 |
Brodie Rao |
extensions: remove unused imports
|
Fri, 26 Jun 2009 14:42:05 +0200 |
Henri Wiechers |
test python hook configured with python:[file]:[hook] syntax
|
Mon, 29 Jun 2009 23:46:28 +0200 |
Christian Ebert |
keyword: break overlong line
|
Wed, 01 Jul 2009 23:15:26 +0200 |
Cédric Duval |
bisect: fix format specifiers for integers
|
Wed, 01 Jul 2009 16:47:46 -0500 |
Matt Mackall |
Added signature for changeset 196d40e7c885
|
Wed, 01 Jul 2009 16:47:42 -0500 |
Matt Mackall |
Added tag 1.3 for changeset 196d40e7c885
|
Wed, 01 Jul 2009 13:57:01 -0500 |
Matt Mackall |
Merge with i18n
1.3
|
Wed, 01 Jul 2009 08:51:22 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 59bb11a97fe5
|
Wed, 01 Jul 2009 18:08:37 +0900 |
FUJIWARA Katsunori |
i18n-jp: translation update for 09c6735e3880
|
Wed, 01 Jul 2009 08:45:12 +0200 |
Cédric Duval |
i18n-fr: translation of part of the mq extension
|
Wed, 01 Jul 2009 07:29:39 +0200 |
Cédric Duval |
i18n-fr: translation of the zeroconf extension
|
Wed, 01 Jul 2009 07:21:10 +0200 |
Cédric Duval |
i18n-fr: translation of the purge extension
|
Wed, 01 Jul 2009 07:15:28 +0200 |
Cédric Duval |
i18n-fr: translation of the parentrevspec extension
|
Wed, 01 Jul 2009 07:09:44 +0200 |
Cédric Duval |
i18n-fr: synchronized with 7d39c76be4ee
|
Tue, 30 Jun 2009 23:30:52 +0200 |
Martin Geisler |
i18n-da: synchronized with 09c6735e3880
|
Tue, 30 Jun 2009 23:17:57 +0200 |
Martin Geisler |
Merge with mpm
|
Tue, 30 Jun 2009 23:16:38 +0200 |
Martin Geisler |
i18n-da: use "lap" instead of "rettelse"
|
Tue, 30 Jun 2009 20:25:21 +0200 |
Martin Geisler |
i18n-da: translated many one-liners
|
Wed, 01 Jul 2009 13:55:24 -0500 |
Matt Mackall |
subrepo: audit subrepo paths
|
Tue, 30 Jun 2009 11:30:03 +0200 |
Christian Ebert |
keyword: make repo.commit use a custom commitctx wrapper
|
Wed, 01 Jul 2009 01:16:19 -0500 |
Matt Mackall |
commit: lose some pointless 'nothing changed' messages
|
Wed, 01 Jul 2009 01:05:24 -0500 |
Matt Mackall |
commit: report modified subrepos in commit editor
|
Wed, 01 Jul 2009 00:41:14 -0500 |
Matt Mackall |
verify: demote warning about nullid in copy to note
|
Wed, 01 Jul 2009 00:35:59 -0500 |
Matt Mackall |
help: add more pointers to commit --close-branch
|
Wed, 01 Jul 2009 00:31:59 -0500 |
Matt Mackall |
branches: add --closed flag for consistency with heads
|
Tue, 30 Jun 2009 23:25:53 -0500 |
Matt Mackall |
addremove: build lists of already added and removed files too (issue1696)
|
Tue, 30 Jun 2009 16:11:42 -0500 |
Matt Mackall |
addremove: pass unknown and deleted to findrenames directly again
|
Tue, 30 Jun 2009 15:56:08 -0500 |
Matt Mackall |
addremove: normalize some variable names
|
Mon, 29 Jun 2009 15:34:17 -0500 |
Matt Mackall |
findrenames: drop unused argument defaults
|
Tue, 30 Jun 2009 19:23:50 -0700 |
Brendan Cully |
zsh completion: update bisect for builtin syntax
|
Tue, 30 Jun 2009 18:47:16 -0700 |
Brendan Cully |
zsh completion: add hg branch
|
Tue, 30 Jun 2009 18:45:09 -0700 |
Brendan Cully |
zsh completion: add hg branches
|
Tue, 30 Jun 2009 18:41:43 -0700 |
Brendan Cully |
zsh completion: basic merge support
|
Tue, 30 Jun 2009 17:58:17 -0400 |
Brodie Rao |
zsh completion: disable defaults and verbose output when completing
|
Tue, 30 Jun 2009 23:40:03 +0200 |
Martin Geisler |
Merge with mpm
|
Tue, 30 Jun 2009 14:31:16 -0700 |
Brendan Cully |
zsh completion: include guarded patches in qdelete
|
Tue, 30 Jun 2009 12:32:30 -0500 |
Matt Mackall |
Merge with i18n
|
Fri, 26 Jun 2009 09:44:35 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with eac360045ba4
|
Sun, 28 Jun 2009 23:44:24 +0200 |
Cédric Duval |
i18n-fr: translation of the extensions help topic
|
Sun, 28 Jun 2009 22:58:58 +0200 |
Cédric Duval |
i18n-fr: translation of help screen strings
|
Sun, 28 Jun 2009 21:31:49 +0200 |
Cédric Duval |
i18n-fr: translation of the patchbomb extension
|
Sun, 28 Jun 2009 20:35:38 +0200 |
Cédric Duval |
i18n-fr: add a glossary and recommendations
|
Tue, 26 May 2009 23:46:15 +0200 |
Cédric Duval |
i18n: add French translation file
|
Sun, 28 Jun 2009 22:24:33 +0900 |
FUJIWARA Katsunori |
i18n-jp: translation update for 288ba6d6c5c7
|
Sat, 27 Jun 2009 13:42:40 +0200 |
Martin Geisler |
i18n-da: translated 50%
|
Sat, 27 Jun 2009 12:31:41 +0200 |
Martin Geisler |
convert: do not ask for translation of "%s %s"
|
Sat, 27 Jun 2009 12:21:26 +0200 |
Martin Geisler |
i18n-da: translated cmdline help strings
|
Wed, 24 Jun 2009 20:57:39 +0200 |
Martin Geisler |
i18n-da: translated log and some mq commands
|
Wed, 24 Jun 2009 18:31:46 +0200 |
Martin Geisler |
i18n-da: change "arkiv" to "depot"
|
Wed, 24 Jun 2009 17:45:43 +0200 |
Martin Geisler |
i18n-da: sync with 288ba6d6c5c7
|
Wed, 24 Jun 2009 10:21:59 +0800 |
Dongsheng Song |
i18n-zh: sync with 288ba6d6c5c7(2009-06-24 04:43:09+08:00)
|
Mon, 29 Jun 2009 19:28:54 +0200 |
Cédric Duval |
extensions: catch OSError when hgext is not accessible (issue1708)
|
Wed, 06 May 2009 16:27:50 -0400 |
Brodie Rao |
color: wrap qdiff/qseries after all extensions are loaded
|
Sun, 28 Jun 2009 16:03:10 -0400 |
Brodie Rao |
atom: use urlescape in filelog's file link
|
Mon, 29 Jun 2009 09:32:06 -0700 |
Brendan Cully |
Relicense zsh completion script under zsh license.
|
Mon, 29 Jun 2009 09:00:37 -0700 |
Brendan Cully |
Merge with crew
|
Mon, 29 Jun 2009 09:00:26 -0700 |
Brendan Cully |
Update test output for e67e5b60e55f
|
Sun, 28 Jun 2009 13:56:34 +0200 |
Stefano Mioli |
commands: improve bundle compression methods description
|
Sun, 28 Jun 2009 16:23:23 +0200 |
Christian Ebert |
keyword: improve help for kwfiles
|
Sun, 28 Jun 2009 16:11:27 +0200 |
Christian Ebert |
keyword: lowercase status flags of untracked files in kwfile output
|
Mon, 29 Jun 2009 08:48:05 -0700 |
Brendan Cully |
help: branch heads have no descendants, not no children
|
Mon, 29 Jun 2009 00:54:23 -0700 |
Brendan Cully |
Branch heads should not include "heads" that are ancestors of other heads.
|
Sun, 28 Jun 2009 19:31:16 +0900 |
Nicolas Dumazet |
inotify: server: remove wpath method
|
Sun, 21 Jun 2009 18:11:19 +0200 |
Simon Heimberg |
inotify: return version to client even when not matching
|
Thu, 25 Jun 2009 22:43:58 +0200 |
Henrik Stuart |
windows: fix use of undefined exception (issue1707)
|
Sat, 27 Jun 2009 13:05:25 +0200 |
Christian Ebert |
keyword: improve help for kwfiles
|
Sat, 27 Jun 2009 13:08:07 +0200 |
Martin Geisler |
highlight: remove author name from docstring
|
Sat, 27 Jun 2009 12:13:40 +0200 |
Martin Geisler |
mq: standardize qfinish cmdline help string
|
Sat, 27 Jun 2009 12:05:01 +0200 |
Martin Geisler |
inotify: OPT -> OPTION in cmdline help string
|
Sat, 27 Jun 2009 12:03:48 +0200 |
Martin Geisler |
hgk: standardize cmdline help strings
|
Thu, 25 Jun 2009 09:23:33 -0400 |
Greg Ward |
color: don't blow up if configured with unknown color (just warn).
|
Wed, 24 Jun 2009 19:20:59 +0200 |
Isaac Jurado |
bookmarks: Change references to "repo" by references to "self" (issue1611)
|
Tue, 23 Jun 2009 22:20:54 -0400 |
Greg Ward |
run-tests: use os.path.realpath() to find hg's setup.py.
|
Wed, 24 Jun 2009 03:05:01 +0200 |
Mads Kiilerich |
Make RPM spec in contrib more aligned with the one from Fedora
|
Tue, 23 Jun 2009 17:51:51 -0500 |
Matt Mackall |
addremove: drop some silly variable assignments
|
Sun, 21 Jun 2009 03:13:38 +0200 |
Mads Kiilerich |
ui.prompt: Show prompt and selection in non-interactive mode
|
Thu, 25 Jun 2009 09:53:47 +0200 |
Christian Ebert |
keyword: make kwdemo more translation friendly
|
Wed, 24 Jun 2009 19:15:58 +0200 |
Martin Geisler |
commands: wrap short descriptions in 'hg help'
|
Wed, 24 Jun 2009 18:40:13 +0200 |
Martin Geisler |
commands: add "--" to command line flag in branches docstring
|
Wed, 24 Jun 2009 15:32:37 +0200 |
Dirkjan Ochtman |
change wiki/bts URLs to point to new hostname
|
Wed, 24 Jun 2009 13:42:34 +0200 |
Dirkjan Ochtman |
extensions: change descriptions for hook-providing extensions
|
Wed, 24 Jun 2009 13:42:02 +0200 |
Dirkjan Ochtman |
extensions: change descriptions for extensions providing a few commands
|
Wed, 24 Jun 2009 13:10:05 +0200 |
Dirkjan Ochtman |
help: rewrap extension description line length at 78 instead of 70
|
Wed, 24 Jun 2009 12:25:56 +0200 |
Dirkjan Ochtman |
extensions: fix up description lines some more
|
Wed, 24 Jun 2009 12:04:19 +0200 |
Dirkjan Ochtman |
commands: add note about import retrieving patches from URLs
|
Wed, 24 Jun 2009 12:03:53 +0200 |
Dirkjan Ochtman |
windows: import WinIOError from win32 module (issue1707)
|
Wed, 24 Jun 2009 12:03:13 +0200 |
Dirkjan Ochtman |
mq: compact & rewrap documentation for qdelete command
|
Tue, 23 Jun 2009 23:05:51 +0200 |
Martin Geisler |
test-globalopts: broken by output change in 62e3b9466700
|
Tue, 23 Jun 2009 15:43:09 -0500 |
Matt Mackall |
Merge with i18n
|
Mon, 22 Jun 2009 15:58:22 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 3ad0b5ddae58
|
Mon, 22 Jun 2009 22:22:48 +0200 |
Martin Geisler |
merged with crew
|
Mon, 22 Jun 2009 15:58:21 -0300 |
Wagner Bruna |
i18n-pt_BR: minor rewording and formatting fixes
|
Mon, 22 Jun 2009 15:58:12 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with d9f4c182aeca
|
Fri, 19 Jun 2009 12:38:04 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with 708938509732
|
Fri, 19 Jun 2009 12:34:12 -0300 |
Wagner Bruna |
i18n-pt_BR: synchronized with fccdf5ca5065
|
Sun, 21 Jun 2009 20:09:03 +0200 |
Martin Geisler |
merged Greek translation
|
Sun, 25 Jan 2009 17:35:38 +0200 |
Giorgos Keramidas |
Add the start of a new translation of Mercurial to Greek (UTF-8)
|
Sun, 21 Jun 2009 19:27:09 +0200 |
Martin Geisler |
i18n-da: sync with hg.pot
|
Sun, 21 Jun 2009 19:12:03 +0200 |
Martin Geisler |
commands: removed redundant line from push docstring
|
Sun, 21 Jun 2009 19:06:57 +0200 |
Martin Geisler |
merged with crew
|
Sat, 20 Jun 2009 18:58:34 +0200 |
Martin Geisler |
i18n-da: merged translation with TortoiseHg
|
Sun, 21 Jun 2009 12:39:38 +0200 |
Martin Geisler |
i18n-da: translate fuzzy strings
|
Sun, 21 Jun 2009 01:12:16 +0200 |
Martin Geisler |
i18n-da: sync with hg.pot
|
Sun, 21 Jun 2009 01:06:24 +0200 |
Martin Geisler |
i18n-da: add missing newline
|
Sat, 20 Jun 2009 19:46:01 +0200 |
Sune Foldager |
translated a bunch of strings to danish
|
Fri, 19 Jun 2009 10:30:18 +0200 |
Martin Geisler |
interhg: escape backslashes in docstring
|
Fri, 19 Jun 2009 10:24:34 +0200 |
Martin Geisler |
interhg: remove unnecessary escaping
|
Fri, 19 Jun 2009 14:28:29 +0800 |
Dongsheng Song |
Fix warning: Seen unexpected token "%"
|
Fri, 17 Apr 2009 16:34:43 -0700 |
Fred Wulff |
Add (pre)outgoing hooks for local clones.
|
Tue, 23 Jun 2009 14:14:48 +0200 |
Stefano Tortarolo |
contrib/buildrpm: force en_US locale during changelog's creation
|
Tue, 23 Jun 2009 14:12:17 +0200 |
Stefano Tortarolo |
contrib/buildrpm: set python requirement to 2.4
|
Tue, 23 Jun 2009 22:20:25 +0200 |
Cédric Duval |
mq: no longer mention the deprecated qdelete's --revision option
|
Tue, 23 Jun 2009 21:49:49 +0200 |
Henrik Stuart |
help: describe bundle compression methods (issue1523)
|
Sun, 31 May 2009 03:09:00 -0400 |
Steve Losh |
Add a forget command for easily untracking files.
|
Sun, 21 Jun 2009 03:11:52 +0200 |
Mads Kiilerich |
test merge-tools internal:dump and internal:prompt
|
Tue, 23 Jun 2009 15:51:27 +0200 |
Martin Geisler |
hgrc.5: remove reference to DEFAULT section
|
Tue, 23 Jun 2009 15:50:32 +0200 |
Martin Geisler |
hgrc.5: mark more literal strings
|
Tue, 23 Jun 2009 15:16:19 +0200 |
Martin Geisler |
hgrc.5: markup compromis compatible with 7.1.2 and 8.4.5
|
Tue, 23 Jun 2009 14:41:16 +0200 |
Martin Geisler |
test-grep: fixed comment
|
Sun, 21 Jun 2009 20:34:58 +0200 |
Cédric Duval |
extensions: remove import rendered unnecessary by e4e22a310b62
|
Sun, 21 Jun 2009 20:35:20 +0200 |
Cédric Duval |
help: fixing non-matching example texts
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Mon, 22 Jun 2009 14:49:07 +0200 |
Cédric Duval |
acl: help improvements
|
Mon, 22 Jun 2009 14:08:49 +0200 |
Cédric Duval |
bookmarks: help improvements
|
Mon, 22 Jun 2009 12:05:11 +0200 |
Simon Heimberg |
patch: use new style class in linereader
|
Sun, 14 Jun 2009 20:24:18 +0200 |
Rocco Rutte |
convert: fix builtin cvsps when no branchpoints are present
|
Mon, 22 Jun 2009 00:02:31 +0200 |
Martin Geisler |
help: wrap extension descriptions
|
Sun, 21 Jun 2009 23:17:05 +0200 |
Patrick Mezard |
convert/svn: drop undocumented and untested revision 'blacklist'
|
Sun, 21 Jun 2009 23:17:05 +0200 |
Patrick Mezard |
convert/svn: test svn tags encoding
|