log mercurial/commands.py @ 8805:2726a6df11e9

age author description
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
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