Sat, 05 Sep 2009 19:39:46 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Sat, 05 Sep 2009 18:56:51 +0200 |
Patrick Mezard |
merge: exclude common ancestor from --preview (issue1818)
|
file |
diff |
annotate
|
Fri, 04 Sep 2009 11:51:28 +0200 |
Christian Ebert |
log: prevent negative date range from displaying entire log (issue1805)
|
file |
diff |
annotate
|
Mon, 24 Aug 2009 21:00:34 +0200 |
Nicolas Dumazet |
use 'x in dict' instead of 'dict.has_key(x)'
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 09:33:27 +0200 |
Dirkjan Ochtman |
log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 08:34:22 +0200 |
Dirkjan Ochtman |
cmdutil: use context objects for walkchangerevs()
|
file |
diff |
annotate
|
Mon, 27 Jul 2009 02:12:17 +0200 |
David Soria Parra |
commands: Check if helptext contains a newline before we split
|
file |
diff |
annotate
|
Sun, 26 Jul 2009 01:33:00 +0200 |
Martin Geisler |
commands: wrap docstrings at 70 characters
|
file |
diff |
annotate
|
Thu, 23 Jul 2009 20:44:26 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 23:12:54 +0200 |
Martin Geisler |
coding style: use a space after comma
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 23:08:32 +0200 |
Martin Geisler |
commands: remove ineffective parenthesis
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 22:56:45 +0200 |
Martin Geisler |
merge with crew-stable
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 18:27:23 -0500 |
Matt Mackall |
heads: more clarity for --closed
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 18:08:02 -0500 |
Matt Mackall |
Merge with crew-stable
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 17:59:11 -0500 |
Matt Mackall |
update: allow -c to jump branches if clean
|
file |
diff |
annotate
|
Wed, 22 Jul 2009 22:50:34 +0200 |
Martin Geisler |
do not translate commit messages
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 23:25:26 +0200 |
Martin Geisler |
commands: use minirst parser when displaying help
|
file |
diff |
annotate
|
Wed, 15 Jul 2009 17:44:47 +0200 |
Martin Geisler |
merge with crew-stable
|
file |
diff |
annotate
|
Mon, 13 Jul 2009 09:50:26 +0900 |
Nicolas Dumazet |
for calls expecting bool args, pass bool instead of int
|
file |
diff |
annotate
|
Fri, 10 Jul 2009 13:40:25 +0200 |
Dan Villiom Podlaski Christiansen |
commands: hide deprecated commands.
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 17:10:07 -0500 |
Matt Mackall |
fix memory usage of revlog caches by limiting cache size [issue1639]
|
file |
diff |
annotate
|
Wed, 08 Jul 2009 00:30:21 +0200 |
Martin Geisler |
commands: avoid bad linebreak in addremove docstring
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 23:54:30 +0200 |
Martin Geisler |
commands: wrapped docstrings at 78 characters
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:06:09 +0200 |
Alejandro Santos |
split local and stdlib module imports (eases migration issues)
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:05:31 +0200 |
Alejandro Santos |
compat: don't reference an exception var inside a lambda
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:01:30 +0200 |
Alejandro Santos |
compat: use open() instead of file() everywhere
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 23:15:26 +0200 |
Cédric Duval |
bisect: fix format specifiers for integers
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 01:16:19 -0500 |
Matt Mackall |
commit: lose some pointless 'nothing changed' messages
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 00:35:59 -0500 |
Matt Mackall |
help: add more pointers to commit --close-branch
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 00:31:59 -0500 |
Matt Mackall |
branches: add --closed flag for consistency with heads
|
file |
diff |
annotate
|
Sun, 28 Jun 2009 13:56:34 +0200 |
Stefano Mioli |
commands: improve bundle compression methods description
|
file |
diff |
annotate
|
Mon, 29 Jun 2009 08:48:05 -0700 |
Brendan Cully |
help: branch heads have no descendants, not no children
|
file |
diff |
annotate
|
Wed, 24 Jun 2009 19:15:58 +0200 |
Martin Geisler |
commands: wrap short descriptions in 'hg help'
|
file |
diff |
annotate
|
Wed, 24 Jun 2009 18:40:13 +0200 |
Martin Geisler |
commands: add "--" to command line flag in branches docstring
|
file |
diff |
annotate
|
Wed, 24 Jun 2009 15:32:37 +0200 |
Dirkjan Ochtman |
change wiki/bts URLs to point to new hostname
|
file |
diff |
annotate
|
Wed, 24 Jun 2009 12:04:19 +0200 |
Dirkjan Ochtman |
commands: add note about import retrieving patches from URLs
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 15:43:09 -0500 |
Matt Mackall |
Merge with i18n
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 19:12:03 +0200 |
Martin Geisler |
commands: removed redundant line from push docstring
|
file |
diff |
annotate
|
Tue, 23 Jun 2009 21:49:49 +0200 |
Henrik Stuart |
help: describe bundle compression methods (issue1523)
|
file |
diff |
annotate
|
Sun, 31 May 2009 03:09:00 -0400 |
Steve Losh |
Add a forget command for easily untracking files.
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 17:52:30 +0200 |
Cédric Duval |
help: more improvements for the extensions topic
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 16:32:00 +0200 |
Cédric Duval |
extensions: move extensions listing functions from mercurial.help
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 16:27:07 +0200 |
Dirkjan Ochtman |
serve: obey the --encoding option
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 20:55:49 +0200 |
Cédric Duval |
help: refactor extensions listing, and show enabled ones in the dedicated topic
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 09:00:02 -0500 |
Matt Mackall |
rollback: minor clarification (issue828)
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 08:29:41 -0500 |
Matt Mackall |
update: add --check option
|
file |
diff |
annotate
|
Tue, 19 May 2009 16:49:54 +0900 |
FUJIWARA Katsunori |
compare grep result between target and its parent
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 13:58:48 +0200 |
Dirkjan Ochtman |
merge: rename -S/--show option to -P/--preview
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 02:46:20 -0500 |
Matt Mackall |
subrepo: basic push support
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
subrepo: introduce basic state parsing
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 00:03:26 +0200 |
Patrick Mezard |
Add patch.eol to ignore EOLs when patching (issue1019)
|
file |
diff |
annotate
|
Sat, 13 Jun 2009 18:08:51 -0500 |
Matt Mackall |
Merge with crew
|
file |
diff |
annotate
|
Sat, 13 Jun 2009 23:02:51 +0200 |
Patrick Mezard |
bisect: improve --command output
|
file |
diff |
annotate
|
Sat, 13 Jun 2009 22:42:13 +0200 |
Patrick Mezard |
bisect: fix traceback when command executable is not found
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 19:11:49 -0400 |
John Mulligan |
localrepo: remove 'closed' argument to heads(...) function
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 21:51:34 -0400 |
timeless |
Improve English for help text of many core hg commands.
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 15:10:21 +0200 |
Benoit Boissinot |
use new style classes
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 09:25:17 -0400 |
timeless |
Generally replace "file name" with "filename" in help and comments.
|
file |
diff |
annotate
|
Tue, 09 Jun 2009 09:25:31 -0400 |
timeless |
Spell Mercurial as a proper noun
|
file |
diff |
annotate
|