log mercurial/commands.py @ 9031:3b76321aa0de

age author description
Sun, 05 Jul 2009 11:01:30 +0200 Alejandro Santos compat: use open() instead of file() everywhere
Wed, 01 Jul 2009 23:15:26 +0200 Cédric Duval bisect: fix format specifiers for integers
Wed, 01 Jul 2009 01:16:19 -0500 Matt Mackall commit: lose some pointless 'nothing changed' messages
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
Sun, 28 Jun 2009 13:56:34 +0200 Stefano Mioli commands: improve bundle compression methods description
Mon, 29 Jun 2009 08:48:05 -0700 Brendan Cully help: branch heads have no descendants, not no children
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 12:04:19 +0200 Dirkjan Ochtman commands: add note about import retrieving patches from URLs
Tue, 23 Jun 2009 15:43:09 -0500 Matt Mackall Merge with i18n
Sun, 21 Jun 2009 19:12:03 +0200 Martin Geisler commands: removed redundant line from push docstring
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 17:52:30 +0200 Cédric Duval help: more improvements for the extensions topic
Sun, 21 Jun 2009 16:32:00 +0200 Cédric Duval extensions: move extensions listing functions from mercurial.help
Sun, 21 Jun 2009 16:27:07 +0200 Dirkjan Ochtman serve: obey the --encoding option
Sat, 20 Jun 2009 20:55:49 +0200 Cédric Duval help: refactor extensions listing, and show enabled ones in the dedicated topic
Sat, 20 Jun 2009 09:00:02 -0500 Matt Mackall rollback: minor clarification (issue828)
Sat, 20 Jun 2009 08:29:41 -0500 Matt Mackall update: add --check option
Tue, 19 May 2009 16:49:54 +0900 FUJIWARA Katsunori compare grep result between target and its parent
Fri, 19 Jun 2009 13:58:48 +0200 Dirkjan Ochtman merge: rename -S/--show option to -P/--preview
Mon, 15 Jun 2009 02:46:20 -0500 Matt Mackall subrepo: basic push support
Mon, 15 Jun 2009 02:45:38 -0500 Matt Mackall subrepo: introduce basic state parsing
Mon, 15 Jun 2009 00:03:26 +0200 Patrick Mezard Add patch.eol to ignore EOLs when patching (issue1019)
Sat, 13 Jun 2009 18:08:51 -0500 Matt Mackall Merge with crew
Sat, 13 Jun 2009 23:02:51 +0200 Patrick Mezard bisect: improve --command output
Sat, 13 Jun 2009 22:42:13 +0200 Patrick Mezard bisect: fix traceback when command executable is not found
Wed, 10 Jun 2009 19:11:49 -0400 John Mulligan localrepo: remove 'closed' argument to heads(...) function