log mercurial/commands.py @ 6674:3101e30fd762

age author description
Wed, 11 Jun 2008 11:00:01 +0200 Adrian Buehlmann update: add "(nobackup)" to help text of option --clean
Wed, 11 Jun 2008 13:51:57 +0200 Adrian Buehlmann update: improved help text
Thu, 12 Jun 2008 07:38:15 -0500 Jason Orendorff mq: qdiff: support all diffopts
Tue, 10 Jun 2008 12:11:06 -0500 Matt Mackall Merge with crew
Tue, 03 Jun 2008 21:03:51 +0200 Johannes Stezenbach help: helptable is an ordered collection
Tue, 03 Jun 2008 20:56:54 +0200 Johannes Stezenbach help: list special help topics with -v
Sat, 07 Jun 2008 09:49:34 +0200 Johannes Stezenbach help: enable listing of a subset of the command list
Tue, 03 Jun 2008 15:41:09 -0500 Matt Mackall copies: teach copies about dirstate.copies
Sat, 31 May 2008 11:37:55 +0200 Adrian Buehlmann resolve: add file codes to doc string
Thu, 29 May 2008 22:23:33 +0200 Dirkjan Ochtman merge from crew-stable
Fri, 23 May 2008 14:02:48 +0200 Dirkjan Ochtman merge from crew-stable
Thu, 29 May 2008 22:21:29 +0200 Stefano Tortarolo Active branches fix (issue1104)
Fri, 23 May 2008 13:59:23 +0200 Dirkjan Ochtman improve help text for clone -U
Thu, 22 May 2008 13:29:47 +0200 Dirkjan Ochtman merge from crew-stable
Thu, 22 May 2008 13:26:39 +0200 Dirkjan Ochtman improve help text for push (explanation of -r)
Sun, 18 May 2008 23:09:59 +0200 Patrick Mezard status: fix "added" attributes renamed in bf2bf986ff87
Mon, 12 May 2008 11:37:56 -0500 Matt Mackall status: refactor status command
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files arg from repo.status and friends
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: remove files argument from patch.diff
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall match: stop passing files through commitfunc
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall status: use match helpers for various users
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall resolve: use cmdutil.match
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: return a single value
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: remove cmdutil.walk
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: remove rel and exact returns
Mon, 12 May 2008 11:37:08 -0500 Matt Mackall walk: remove more old badmatch logic
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: remove remaining users of cmdutils.matchpats
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: pass match object to cmdutil.walk
Mon, 12 May 2008 11:37:07 -0500 Matt Mackall walk: begin refactoring badmatch handling
Thu, 24 Apr 2008 17:16:02 +0200 Benoit Allard add compression type type parameter to bundle command
Fri, 11 Apr 2008 12:52:56 -0500 Matt Mackall resolve: new command
Wed, 09 Apr 2008 16:02:37 -0700 Bryan O'Sullivan issue 1053: heavily qualify the "cp -al" advice for cloning
Fri, 04 Apr 2008 22:41:17 +0200 Paul Moore python 2.6 compatibility: add __hash__ to classes that have __eq__
Fri, 04 Apr 2008 22:18:38 +0200 Patrick Mezard Merge with crew-stable
Fri, 04 Apr 2008 22:15:14 +0200 Patrick Mezard Let --unified default to diff.unified (issue 1076)
Wed, 02 Apr 2008 14:03:16 +0200 Christian Ebert Consistently 1 space after full stops in command doc strings
Tue, 01 Apr 2008 08:34:23 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 01 Apr 2008 08:33:17 +0200 Thomas Arendsen Hein merge with hg-stable
Mon, 31 Mar 2008 21:49:26 -0500 Matt Mackall Merge with stable
Sat, 29 Mar 2008 12:39:47 -0500 Matt Mackall backout: reverse changeset belongs on current branch
Mon, 31 Mar 2008 18:44:12 +0200 Benoit Boissinot hg serve: add clearer message when starting the server with --verbose
Sun, 30 Mar 2008 20:18:40 +0200 Patrick Mezard commands: fix shadowed repo module
Mon, 24 Mar 2008 15:36:56 -0700 Bryan O'Sullivan commit: when committing the results of a merge, it's all or nothing
Mon, 24 Mar 2008 10:01:05 -0500 Matt Mackall update: better logic and messages for updates
Sun, 23 Mar 2008 21:03:24 -0300 Alexis S. L. Carvalho Avoid calling heads() twice on every hg commit.
Sun, 23 Mar 2008 22:15:47 +0100 Patrick Mezard Remove unexpected "Alternately" word from tip help.
Sun, 23 Mar 2008 21:40:27 +0100 Patrick Mezard Make tip help more helpful
Sat, 22 Mar 2008 20:15:30 +0100 Dirkjan Ochtman Merge main and crew.
Sat, 22 Mar 2008 20:03:00 +0100 Thomas Arendsen Hein removed trailing spaces
Sat, 22 Mar 2008 13:30:08 -0500 Matt Mackall update: no -C needed to switch branches without outstanding changes
Sat, 22 Mar 2008 12:48:15 +0100 Dirkjan Ochtman tiny tab cleanup
Sat, 22 Mar 2008 10:07:49 +0100 Dirkjan Ochtman improved semantics for remove (issue438)
Fri, 21 Mar 2008 11:06:02 +0100 Dirkjan Ochtman warn about new heads on commit (issue842)
Fri, 14 Mar 2008 15:38:56 -0700 John Coomes tag: allow multiple tags to be added or removed
Thu, 20 Mar 2008 01:47:35 +0100 Benoit Boissinot Make clear that for a changegroup '-r' pulls "up to" a revision
Tue, 18 Mar 2008 04:07:39 -0300 Alexis S. L. Carvalho revert: update state of files in the "checkout" list
Tue, 18 Mar 2008 04:07:39 -0300 Alexis S. L. Carvalho debugstate: add --nodates
Sat, 15 Mar 2008 16:24:16 -0500 Matt Mackall status: find copies and renames beyond the working directory
Mon, 10 Mar 2008 19:25:34 +0000 Stephen Deasey hgweb: clarify which address and port can/cannot be bound at startup (bug 769)
Fri, 14 Mar 2008 09:56:58 -0300 Alexis S. L. Carvalho debugancestor: use repo.lookup when no revlog was specified
Thu, 13 Mar 2008 15:40:41 +0100 Benoit Boissinot fix incorrect date when committing a tag
Tue, 11 Mar 2008 16:28:58 -0700 Brendan Cully Hide URL passwords in hg paths output.
Sat, 08 Mar 2008 12:40:33 +0100 Thomas Arendsen Hein Fixed typo in tag help, found by John Coomes
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Fri, 07 Mar 2008 00:24:36 +0100 Thomas Arendsen Hein Removed trailing spaces from everything except test output
Sun, 02 Mar 2008 13:52:34 +0100 Thomas Arendsen Hein Extend/correct acc40572da5b regarding -qA and ignored files.
Sat, 01 Mar 2008 22:30:03 +0100 Zoran Bosnjak 'hg status -q' output skips non-tracked files.
Fri, 29 Feb 2008 02:45:12 +0100 Thomas Arendsen Hein Introduce templateopts and logopts to reduce duplicate option definitions.
Fri, 29 Feb 2008 02:15:31 +0100 Thomas Arendsen Hein Add option -l/--limit to hg incoming and hg outgoing.
Fri, 29 Feb 2008 01:51:23 +0100 Thomas Arendsen Hein Move finding/checking the log limit to cmdutil
Fri, 29 Feb 2008 01:25:31 +0100 Thomas Arendsen Hein Make hg debugancestor accept -R by making it an optionalrepo command.
Fri, 29 Feb 2008 01:14:37 +0100 Thomas Arendsen Hein debugancestor: use *args instead of *opts, to not confuse with option dicts.
Thu, 28 Feb 2008 19:08:04 +0100 Dirkjan Ochtman add a blame alias for annotate
Thu, 28 Feb 2008 00:07:38 +0100 Patrick Mezard commands: lock() the repo while unbundling (issue1004)
Wed, 27 Feb 2008 14:58:44 -0800 Bryan O'Sullivan debugancestor: make the index argument optional, defaulting to 00changelog.i
Thu, 21 Feb 2008 08:24:58 -0500 John Mulligan Add --all option to bundle command
Fri, 22 Feb 2008 21:18:48 +0100 Thomas Arendsen Hein Document log date ranges and mention 'hg help dates' for all commands (issue998)
Thu, 21 Feb 2008 08:52:52 +0100 Gilles Moris Reverse the way backout is doing the merge
Tue, 19 Feb 2008 19:20:10 -0300 Alexis S. L. Carvalho Speed up hg grep by avoiding useless manifest parsing
Sun, 17 Feb 2008 21:34:28 +0100 Thomas Arendsen Hein Fix bad behaviour when specifying an invalid date (issue700)
Sat, 16 Feb 2008 13:33:38 +0100 Thomas Arendsen Hein Make annotae/grep print short dates with -q/--quiet.
Sat, 16 Feb 2008 13:01:27 +0100 Thomas Arendsen Hein Add hg grep -d/--date to list the commit date of matched revisions.
Thu, 14 Feb 2008 18:08:16 -0200 Alexis S. L. Carvalho revert: unify forget and remove lists
Thu, 14 Feb 2008 18:08:16 -0200 Alexis S. L. Carvalho revert: only call dirstate.normal when we know the file is clean
Thu, 14 Feb 2008 18:08:16 -0200 Alexis S. L. Carvalho commands.revert: don't call hg.revert
Thu, 14 Feb 2008 18:08:16 -0200 Alexis S. L. Carvalho revert: don't let repo.status walk the whole working dir
Thu, 14 Feb 2008 11:25:30 +0100 Thomas Arendsen Hein cat --decode: Drop short option, use opts.get() instead of opts[]
Sat, 09 Feb 2008 13:05:22 -0500 Jesse Glick Option --decode for hg cat to apply decode filters.
Sat, 09 Feb 2008 20:43:42 -0800 Bryan O'Sullivan Automated merge with http://hg.west.spy.net/hg/hacks/hg
Fri, 08 Feb 2008 21:31:03 -0800 Dustin Sallings Option to log to only show changesets within a specified branch.
Sat, 09 Feb 2008 19:13:57 +0100 Thomas Arendsen Hein Remove trailing ! from two error messages as this was confusing.
Fri, 08 Feb 2008 18:31:55 -0200 Alexis S. L. Carvalho Merge with crew-stable
Wed, 06 Feb 2008 19:57:52 -0800 Bryan O'Sullivan Merge with crew
Thu, 26 Jul 2007 07:56:04 -0400 jorendorff commands.py, patch.py: add -U option to hg diff command
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho revert: don't assume ignored files will be returned in the unknown list
Fri, 08 Feb 2008 18:07:55 -0200 Alexis S. L. Carvalho revert: revert clean files when only a change of flags is needed
Sun, 03 Feb 2008 19:29:05 -0600 Matt Mackall merge: allow smarter tool configuration
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Sat, 02 Feb 2008 14:55:14 +0100 Thomas Arendsen Hein Mention 'hg update' to switch branches in help for branch and branches.
Sat, 02 Feb 2008 14:49:31 +0100 Thomas Arendsen Hein Clarify help for hg status and make it consistent.
Fri, 01 Feb 2008 10:31:15 +0100 Dirkjan Ochtman update copyright notice in version output
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho hg import: write the dirstate after every commit
Tue, 22 Jan 2008 22:13:29 +0100 Michele Cella hgweb: fixes to make hg serve prefix handling more robust
Fri, 25 Jan 2008 19:49:15 -0500 Jesse Glick Permitting the import command to accept a --user option.
Fri, 25 Jan 2008 13:48:35 +0100 Joel Rosdahl Add --no-commit option to import command
Fri, 11 Jan 2008 23:30:56 +0200 Giorgos Keramidas Display debugstate dates as '%Y-%m-%d %H:%M:%S'
Fri, 11 Jan 2008 18:33:10 -0800 Brendan Cully Merge with crew-stable
Fri, 11 Jan 2008 18:31:13 -0800 Brendan Cully Document --base null in bundle help
Wed, 09 Jan 2008 11:15:00 +0100 Michele Cella adding "prefix" option to "hg serve" (command line and [web] section)
Sat, 29 Dec 2007 17:11:48 +0300 Maxim Dounin Fix copies reporting in log and convert.
Wed, 02 Jan 2008 20:22:10 +0100 Thomas Arendsen Hein Move aliases section in help below synopsis (issue362)
Tue, 01 Jan 2008 19:20:03 +0100 Thomas Arendsen Hein Sort commands table again and add some missing 'hg' in synopsises.
Tue, 01 Jan 2008 11:19:15 +0100 Thomas Arendsen Hein realign commands table
Mon, 31 Dec 2007 18:20:34 -0600 Matt Mackall bisect: handle search for bad to good transitions
Mon, 31 Dec 2007 18:20:34 -0600 Matt Mackall bisect: make bisect a built-in command
Mon, 31 Dec 2007 17:47:02 -0600 Matt Mackall Backed out changeset c2a21fe60994
Sun, 30 Dec 2007 17:45:26 +0100 Thomas Arendsen Hein "C" status code considered harmful, so changed to "=" (issue899)
Sat, 29 Dec 2007 19:49:48 +0100 Thomas Arendsen Hein Removed tabs and trailing whitespace in python files