log mercurial/commands.py @ 3824:2631b506e93d

age author description
Thu, 07 Dec 2006 11:22:17 +0100 Thomas Arendsen Hein Fixed indentation, spacing and a typo (debugdata->debugdate) in commands.table.
Fri, 08 Dec 2006 13:04:10 -0600 Matt Mackall Add notes about diff/merge asymmetry to export, diff, and log
Wed, 06 Dec 2006 17:58:45 -0600 Matt Mackall Remove date parameter from merge
Wed, 06 Dec 2006 17:58:09 -0600 Matt Mackall Add --date support to update and revert
Wed, 06 Dec 2006 15:29:17 -0600 Matt Mackall Add --date support to log
Wed, 06 Dec 2006 15:11:44 -0600 Matt Mackall Add date matching support
Wed, 06 Dec 2006 13:13:25 -0600 Matt Mackall add debugdate command
Wed, 06 Dec 2006 12:45:27 -0600 Matt Mackall Merge with crew
Tue, 05 Dec 2006 22:46:36 +0100 Thomas Arendsen Hein Removed unused parameters/options of update command.
Tue, 05 Dec 2006 13:41:42 -0800 Brendan Cully Add "null" pseudo-tag pointing to nullid
Tue, 05 Dec 2006 16:28:56 -0600 Matt Mackall Allow topics to be callables
Tue, 05 Dec 2006 16:06:13 -0600 Matt Mackall Add basic support for help topics and a dates topic
Tue, 21 Nov 2006 20:00:15 -0200 Alexis S. L. Carvalho make hg commit <dirname> work again
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Add global options for setting encoding and encodingmode
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of branch names
Sun, 03 Dec 2006 16:16:33 -0600 Matt Mackall Handle transcoding of tags
Sat, 02 Dec 2006 22:35:17 +0100 Thomas Arendsen Hein Move ellipsis code to util.ellipsis() and improve maxlength handling.
Thu, 30 Nov 2006 22:38:48 -0600 Matt Mackall make manifest friendlier
Wed, 22 Nov 2006 23:02:28 +0100 Thomas Arendsen Hein Removed unused ui parameter from revpair/revrange and fix its users.
Wed, 22 Nov 2006 22:33:57 +0100 Thomas Arendsen Hein Use 'bundletype' instead of 'type' to not shadow built-in function.
Wed, 22 Nov 2006 22:08:00 +0100 Benoit Boissinot fix writebundle for bz2 bundles
Sun, 19 Nov 2006 16:09:04 +0100 Thomas Arendsen Hein Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 Marcos Chaves fix warnings generated by pygettext.py.
Fri, 17 Nov 2006 08:06:54 +0100 Thomas Arendsen Hein white space and line break cleanups
Thu, 16 Nov 2006 08:52:55 +0100 Thomas Arendsen Hein Merge with crew.
Thu, 16 Nov 2006 08:51:22 +0100 Thomas Arendsen Hein Use nullrev+count instead of count-1 in a newly introduced expression.
Wed, 15 Nov 2006 19:18:57 -0200 Alexis S. L. Carvalho commands.docopy: pay attention on whether paths use "/" or os.sep
Wed, 15 Nov 2006 23:59:39 -0600 Matt Mackall abort if explicitly committed files are not found or not tracked
Wed, 15 Nov 2006 23:37:45 -0600 Matt Mackall unduplicate bundle writing code from httprepo
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall create a readbundle function
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move write_bundle to changegroup.py
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove legacy hg parents REV syntax
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall add log --removed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall rename and copy are no longer experimental
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall alphabetize help_ in commands
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall remove relpath
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall refactor rawcommit
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall refactor debugrenamed
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move show_version to version_
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall move walkchangerevs to cmdutils
Wed, 15 Nov 2006 15:51:58 -0600 Matt Mackall Consolidate brinfo handling
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall Refactor log ui buffering and patch display
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall templates: move changeset templating bits to cmdutils
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall bundle: don't use sets.Set
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall util: add copyfile function
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall hgweb: internalize some socket details
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall remove unused imports
Tue, 07 Nov 2006 14:04:15 -0600 Matt Mackall Fix up parent display in logging
Sun, 29 Oct 2006 15:09:01 +0100 Benoit Boissinot doc: clone doesn't create a working directory in remote repos
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Sat, 28 Oct 2006 20:21:59 -0300 Alexis S. L. Carvalho log speedup: don't call revlog.node if we don't have to
Sat, 28 Oct 2006 20:21:57 -0300 Alexis S. L. Carvalho log speedup: use list.extend to avoid an explicit loop
Sat, 28 Oct 2006 20:21:56 -0300 Alexis S. L. Carvalho log speedup: use parentrevs in log and changeset_printer.show
Sat, 28 Oct 2006 20:21:55 -0300 Alexis S. L. Carvalho log speedup: set quiet/verbose/debugflag in the fake ui object
Sat, 28 Oct 2006 20:21:54 -0300 Alexis S. L. Carvalho log speedup: use only ui.write in changeset_printer.show
Sat, 28 Oct 2006 20:21:52 -0300 Alexis S. L. Carvalho log speedup: walkchangerevs: filter the files only if we need them
Fri, 27 Oct 2006 23:09:46 +0200 Thomas Arendsen Hein Merge with upstream
Fri, 27 Oct 2006 18:17:12 +0200 Thomas Arendsen Hein New UnexpectedOutput exception to catch server errors in localrepo.stream_in
Fri, 27 Oct 2006 15:56:34 +0200 Thomas Arendsen Hein Some clarifications for pull/push protocols:
Thu, 26 Oct 2006 19:25:45 +0200 Alexis S. L. Carvalho add --untrusted to showconfig