log mercurial/commands.py @ 8018:8985e1daa7f5

age author description
Tue, 07 Apr 2009 17:32:40 +0200 Martin Geisler commands: describe "!" files as "missing" in help for status
Sun, 05 Apr 2009 05:12:43 -0300 Wagner Bruna commands: fix typo on flag description
Sun, 05 Apr 2009 05:11:46 -0300 Wagner Bruna commands, i18n: avoid untranslated strings as message parameters
Sat, 04 Apr 2009 20:16:01 +0200 Tobias Bell commands: enable 'hg help' translation of extensions
Sat, 04 Apr 2009 23:21:23 +0200 Martin Geisler commands: word-wrap help texts at 70 characters
Sat, 04 Apr 2009 21:09:43 +0200 Martin Geisler Change double spaces to single spaces in help texts.
Sat, 04 Apr 2009 18:31:01 +0200 Martin Geisler commands: explain when to use resolve -m
Sat, 04 Apr 2009 18:03:03 +0200 Martin Geisler commands: clarify push help text
Sat, 04 Apr 2009 17:51:31 +0200 Martin Geisler commands: make pull help point to the incoming command
Sat, 04 Apr 2009 17:44:18 +0200 Martin Geisler commands, help: consistently write 'URL' in upper-case
Sat, 04 Apr 2009 17:33:42 +0200 Martin Geisler commands: better merge help text
Sat, 04 Apr 2009 16:46:50 +0200 Martin Geisler commands: removed redundant text in manifest help
Sat, 04 Apr 2009 00:32:06 +0200 Martin Geisler commands: stress that commit is a local operation
Sat, 04 Apr 2009 00:27:55 +0200 Martin Geisler commands: use single-quotes for 'hg help ...' hints
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Fri, 03 Apr 2009 12:37:06 -0500 Matt Mackall mention default branch in branch and clone help
Mon, 23 Mar 2009 13:43:48 +0100 Dirkjan Ochtman add debugcommands command: an easy to parse command + option index
Mon, 23 Mar 2009 13:13:06 +0100 Peter Arrenbrecht cleanup: drop unused assignments
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Mon, 09 Mar 2009 17:13:12 -0500 Augie Fackler bisect: fix --command for me.
Mon, 16 Mar 2009 16:58:41 -0500 Matt Mackall resolve: move reset to localrepo.commit
Mon, 16 Mar 2009 16:58:41 -0500 Matt Mackall resolve: keep .orig files
Thu, 05 Mar 2009 10:38:39 +0100 Benoit Allard update copyright date in version information
Sat, 28 Feb 2009 12:38:45 +0100 timeless help: miscellaneous language fixes
Sun, 08 Feb 2009 08:44:33 +0100 Simon Heimberg resolve: accepts walkopts (-I and -X)
Sat, 14 Feb 2009 22:41:18 +0100 Jim Correia log-like commands now use -G for --graph, -g for --git
Sat, 14 Feb 2009 22:40:39 +0100 Jim Correia add --git option to commands supporting --patch (log, incoming, history, tip)
Fri, 13 Feb 2009 11:32:33 +0100 Dirkjan Ochtman identify: have consistent output for local repositories
Mon, 09 Feb 2009 00:09:24 +0100 Martin Geisler commands: fix paths command docstring indention
Sat, 07 Feb 2009 23:29:12 +0100 Dirkjan Ochtman merge with mpm
Wed, 04 Feb 2009 20:55:44 +0100 Martin Geisler commands: removed unnecessary string concatenation
Thu, 25 Dec 2008 10:42:01 +0100 Martin Geisler reset mergestate after commit
Wed, 21 Jan 2009 20:29:47 +0900 Shun-ichi GOTO Also find correct column width of wide characters.
Thu, 22 Jan 2009 11:02:50 -0700 Bill Barry consolidated url help into urls help topic and added information about path aliases
Thu, 22 Jan 2009 08:39:34 -0700 Bill Barry Clarified 'hg paths' command help
Sun, 25 Jan 2009 11:27:53 +0200 Alexander Solovyov status: make options optional (issue1481)
Wed, 14 Jan 2009 21:47:38 -0500 John Mulligan branch closing: referencing open and closed branches/heads
Wed, 14 Jan 2009 21:47:38 -0500 John Mulligan branch closing: mark closed branches with a 'close' extra
Mon, 12 Jan 2009 11:39:38 -0600 Matt Mackall error: move UnknownCommand and AmbiguousCommand
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Sat, 10 Jan 2009 18:02:38 -0600 Matt Mackall refactor version code
Tue, 13 Jan 2009 10:44:16 +0100 Stepan Koltsov diff: add --change option to display single changeset diff (issue1420)
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Sat, 03 Jan 2009 17:15:15 +0100 Martin Geisler lowercase help output
Sat, 03 Jan 2009 16:15:05 +0100 Martin Geisler commands: remove redundant paragraph from tags help
Sun, 04 Jan 2009 19:38:41 +0100 Benoit Boissinot bisect: improve hg bisect -c (relative paths, error handling)
Fri, 02 Jan 2009 22:53:33 +0100 Martin Geisler use repo.wjoin(f) instead of os.path.join(repo.root, f)
Sat, 20 Dec 2008 13:09:05 +0100 Dirkjan Ochtman merge with stable
Fri, 19 Dec 2008 20:58:33 -0600 Matt Mackall resolve: clarify and simplify help 1.1.1
Fri, 19 Dec 2008 16:48:31 -0600 Matt Mackall archive: fix bogus error message with no working directory
Fri, 19 Dec 2008 16:47:36 -0600 Matt Mackall resolve: require -a switch to resolve all files
Thu, 04 Dec 2008 11:21:15 -0800 Brendan Cully Make debugcomplete -v print aliases as well as commands
Mon, 01 Dec 2008 13:44:34 +0100 Georg Brandl help: try topics before commands to avoid "diffs" showing help for diffstat
Tue, 25 Nov 2008 23:26:33 +0100 Benoit Boissinot protocol: use changegroupsubset() if possible (issue1389)
Tue, 25 Nov 2008 16:24:22 -0600 Matt Mackall Merge with crew
Sat, 22 Nov 2008 00:21:57 -0800 Brendan Cully import: add similarity option (issue295)
Tue, 18 Nov 2008 15:35:34 -0600 Matt Mackall update help on git diffs
Fri, 14 Nov 2008 14:36:17 +0100 Benoit Allard pull: update to branch tip if there is only one head on the current branch
Fri, 14 Nov 2008 13:59:25 +0100 Dirkjan Ochtman cmdutil: use change contexts for cset-printer and cset-templater