log mercurial/commands.py @ 8796:2bcef677a6c3

age author description
Wed, 10 Jun 2009 19:11:49 -0400 John Mulligan localrepo: remove 'closed' argument to heads(...) function
Tue, 09 Jun 2009 21:51:34 -0400 timeless Improve English for help text of many core hg commands.
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Tue, 09 Jun 2009 09:25:17 -0400 timeless Generally replace "file name" with "filename" in help and comments.
Tue, 09 Jun 2009 09:25:31 -0400 timeless Spell Mercurial as a proper noun
Mon, 01 Jun 2009 14:11:32 -0500 Matt Mackall commit: drop the now-unused files parameter
Mon, 01 Jun 2009 13:51:21 -0500 Matt Mackall commands: drop files arg for commit calls
Wed, 03 Jun 2009 13:59:38 +0200 John Mulligan heads: show closed heads only when --closed is passed
Sun, 31 May 2009 17:54:18 -0500 Matt Mackall add: use match.bad callback more effectively
Sun, 31 May 2009 18:09:19 +0200 Martin Geisler commands: typo in bundle abort message
Sun, 31 May 2009 14:48:17 +0200 Martin Geisler commands: expand "arg" -> "argument" in showconfig help strings
Wed, 27 May 2009 16:25:31 +0200 Peter Arrenbrecht merge: whitespace cleanup
Sun, 24 May 2009 22:37:20 +0200 Martin Geisler use ui instead of repo.ui when the former is in scope
Fri, 22 May 2009 18:57:53 +0200 Ori Avtalion commands: standardize parents command meta data
Thu, 21 May 2009 17:36:19 +0200 Martin Geisler commands: remove unnecessary quotes in backout help
Wed, 20 May 2009 21:16:04 +0200 Benoit Boissinot remove: warn if unversionned files are specified (issue1454)
Sun, 17 May 2009 03:49:59 +0200 Benoit Boissinot revlog: use set instead of dict
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall grep: make cache LRU rather than unlimited
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall commit: move commit editor to cmdutil, pass as function
Thu, 14 May 2009 13:20:40 -0500 Matt Mackall remove deprecated rawcommit
Thu, 14 May 2009 16:03:17 +0200 Dirkjan Ochtman merge: add -S/--show option to review revisions without merging
Wed, 13 May 2009 14:08:39 +0200 Dirkjan Ochtman some modernization cleanups, forward compatibility
Fri, 08 May 2009 16:30:51 +0200 Sverre Rabbelier commit: be more verbose in the -u help text
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 03 May 2009 20:34:12 +0200 Martin Geisler commands: fix capitalization in revert help text
Sun, 03 May 2009 10:38:08 +0300 Alexander Solovyov bisect: use subprocess to get command return code
Sat, 02 May 2009 21:29:00 +0200 Martin Geisler commands: describe --debug in showconfig help
Sat, 02 May 2009 19:13:29 +0200 Martin Geisler write options in "-r/--rev" style in help texts
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()