log mercurial/commands.py @ 12918:5c3e5cd141ea

age author description
Thu, 04 Nov 2010 11:33:57 -0500 Steve Borho import: add another line feed to message join string
Thu, 21 Oct 2010 16:04:34 -0500 Steve Borho import: --no-commit should update .hg/last-message.txt
Sat, 30 Oct 2010 02:47:35 -0500 Matt Mackall debugindex: add --format flag to allow debugging parentdelta stable
Wed, 20 Oct 2010 15:32:35 +0200 Gilles Moris log: do case insensitive search for --user option stable
Wed, 27 Oct 2010 00:28:40 +0200 Mads Kiilerich subrepo: propagate non-default pull/push path to relative subrepos (issue1852) stable
Mon, 25 Oct 2010 13:06:37 -0500 Matt Mackall traceback: point to BugTracker on the wiki stable
Sun, 24 Oct 2010 16:02:10 -0500 Matt Mackall version: replace email address with url to reduce private mail stable
Sat, 23 Oct 2010 19:21:51 +0200 Patrick Mezard revsets: generate predicate help dynamically stable
Fri, 22 Oct 2010 11:58:43 -0500 Steve Borho backout: add --tool argument for specifying merge tool stable
Fri, 22 Oct 2010 17:08:15 +0200 Mads Kiilerich help: improve merge-tools topic, describe --tool and clarify details stable
Thu, 21 Oct 2010 21:26:32 +0200 Martin Geisler commands: mark tip:0 as literal text stable
Tue, 19 Oct 2010 22:33:52 -0500 Steve Borho merge: implement --tool arguments using new ui.forcemerge configurable
Mon, 18 Oct 2010 23:20:14 -0500 Steve Borho merge: when --tool is specified, disable HGMERGE by setting to empty string
Sun, 17 Oct 2010 00:45:34 +0200 Adrian Buehlmann Revert: capitalization doc fix
Fri, 15 Oct 2010 23:00:45 -0500 Steve Borho merge: add --tool argument to merge and resolve
Fri, 10 Sep 2010 10:28:18 +0200 Gilles Moris backout: provide linear backout as a default (without --merge option)
Mon, 11 Oct 2010 10:07:42 -0500 Augie Fackler update: use revsingle to enable use of revsets as update targets (issue1993)
Mon, 11 Oct 2010 13:26:29 -0500 Benoit Boissinot merge with mpm
Mon, 11 Oct 2010 13:49:53 +0200 Dirkjan Ochtman commands: add move alias for the rename command
Sun, 10 Oct 2010 18:02:52 -0500 Matt Mackall util: make wrap() require a width argument
Sat, 09 Oct 2010 16:55:33 -0500 Brodie Rao showconfig: don't accept multiple sections and one config item
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Thu, 07 Oct 2010 23:34:21 -0500 Kevin Bullock help: improve description of update --check
Thu, 07 Oct 2010 18:24:29 -0500 Matt Mackall revsets: introduce revsingle helper
Fri, 01 Oct 2010 23:16:11 +0200 Martin Geisler heads: mention STARTREV in synopsis and help for --rev
Wed, 29 Sep 2010 01:32:51 +0200 Mads Kiilerich init: expand destination url as a configured paths
Wed, 29 Sep 2010 01:32:50 +0200 Mads Kiilerich serve: let --web-conf help reference hgweb
Fri, 24 Sep 2010 12:00:55 +0200 Erik Zielke incoming/outgoing: Fix recursion on sub repositories
Thu, 23 Sep 2010 16:31:38 +0200 Christian Ebert Use more note admonitions in help texts
Wed, 22 Sep 2010 16:23:55 +0200 Erik Zielke Use note admonition
Thu, 23 Sep 2010 10:59:21 +0200 Martin Geisler merge with stable
Wed, 22 Sep 2010 19:15:27 -0500 Brodie Rao grep: only catch re.error when compiling regular expressions stable
Thu, 23 Sep 2010 01:59:02 +0200 Mads Kiilerich merge with stable
Thu, 23 Sep 2010 01:23:16 +0200 Mads Kiilerich log: include unmodified-in-merge files in log diff/stat (issue2383) stable
Mon, 06 Sep 2010 17:35:49 +0200 Peter Arrenbrecht merge: delay writing the mergestate during until commit is called
Mon, 20 Sep 2010 15:46:17 +0200 Martin Geisler subrepo: add support for 'hg archive'
Mon, 13 Sep 2010 13:09:31 +0200 Martin Geisler incoming: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:30 +0200 Martin Geisler incoming: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:26 +0200 Martin Geisler outgoing: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:24 +0200 Martin Geisler outgoing: move code from commands to cmdutil
Mon, 13 Sep 2010 13:09:20 +0200 Martin Geisler add: recurse into subrepositories with --subrepos/-S flag
Mon, 13 Sep 2010 13:09:11 +0200 Martin Geisler add: move main part to cmdutil to make it easier to reuse
Mon, 13 Sep 2010 13:08:09 +0200 Martin Geisler patch: break import cycle with cmdutil
Wed, 08 Sep 2010 15:16:03 +0200 Dirkjan Ochtman check-code: fix ternary expression introduced in 1ef9b0b5efec
Wed, 08 Sep 2010 13:48:25 +0200 Dirkjan Ochtman bisect: warn about ending on a merge with only one side marked
Wed, 08 Sep 2010 12:53:15 +0200 Dirkjan Ochtman bisect: allow revsets in addition to single revs (issue2360)
Tue, 07 Sep 2010 10:30:29 +0200 Martin Geisler add: clarify that repo[None].add returns rejected filenames
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler diff: recurse into subrepositories with --subrepos/-S flag
Fri, 03 Sep 2010 12:58:51 +0200 Martin Geisler status: recurse into subrepositories with --subrepos/-S flag
Wed, 01 Sep 2010 15:03:45 +0200 Sune Foldager debugindex(dot): try to access filelogs through repo, if possible
Wed, 01 Sep 2010 14:55:03 +0200 Sune Foldager debugdata: try to access filelogs through repo, if possible
Wed, 01 Sep 2010 12:28:34 +0200 Martin Geisler merge with stable
Mon, 30 Aug 2010 20:27:25 -0400 Brodie Rao remove: properly set return code when warnings are issued stable
Wed, 01 Sep 2010 12:05:57 +0200 Martin Geisler pull: lowercase error message stable
Mon, 30 Aug 2010 13:00:22 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 22:36:35 -0400 Brodie Rao help: refer to user configuration file more consistently stable
Sat, 28 Aug 2010 12:31:07 -0400 Brodie Rao mail/hgweb: support service names for ports (issue2350)
Sun, 29 Aug 2010 22:55:37 +0200 Martin Geisler Merge with stable
Sun, 29 Aug 2010 22:37:58 +0200 Martin Geisler Lowercase error messages stable
Fri, 27 Aug 2010 13:32:40 -0400 Brodie Rao cleanup: remove unused variables
Wed, 25 Aug 2010 16:40:49 +0200 Martin Geisler revert: wrap long line
Wed, 25 Aug 2010 16:23:32 +0200 Martin Geisler util: remove lexists, Python 2.4 introduced os.path.lexists
Fri, 20 Aug 2010 15:31:05 -0500 Matt Mackall debuginstall: report installpath
Wed, 28 Jul 2010 23:05:03 -0600 Jeremy Whitlock color: enable branches support
Fri, 13 Aug 2010 13:59:26 -0400 Xavier Snelgrove revert: use opts.get
Sun, 15 Aug 2010 18:13:46 +0200 Martin Geisler Merge with stable
Sun, 15 Aug 2010 17:33:03 +0200 Martin Geisler debugbuilddag: escape backslash properly in help string stable
Sat, 14 Aug 2010 14:57:33 +0200 Greg Ward commit: explicitly document the existence of "last-message.txt" stable
Fri, 13 Aug 2010 10:28:59 +0200 Martin Geisler Merge with stable
Thu, 12 Aug 2010 22:48:22 +0200 Mark Edgington resolve: updated help documentation for improved clarity stable
Wed, 11 Aug 2010 12:30:18 +0200 Martin Geisler Merge with stable
Wed, 11 Aug 2010 12:21:27 +0200 Martin Geisler commands: use round parenthesis in 'hg head --active' help stable
Sat, 31 Jul 2010 18:27:03 -0500 Matt Mackall help: fix bytes/digit confusion for hashes
Tue, 27 Jul 2010 16:04:00 -0500 Matt Mackall Merge with stable
Tue, 27 Jul 2010 14:40:25 -0400 Benjamin Pollack tag: do not allow tag names to consist solely of whitespace (issue2307) stable
Mon, 26 Jul 2010 23:26:15 +0200 Patrick Mezard debugbuilddag: build repository content in binary mode
Thu, 22 Jul 2010 15:14:22 +0900 Nicolas Dumazet merge with stable
Tue, 20 Jul 2010 18:29:00 +0900 Nicolas Dumazet bundle: lookup revisions after addbranchrevs stable
Tue, 20 Jul 2010 15:07:10 -0500 Matt Mackall Merge with stable
Tue, 13 Jul 2010 03:04:14 +0200 Mads Kiilerich revert: rename original to .orig instead of copying (issue2282) stable
Mon, 19 Jul 2010 00:43:34 +0200 Martin Geisler Merge with stable
Wed, 14 Jul 2010 18:28:12 -0400 Steve Losh commands: fix update's help to be more accurate stable
Sun, 18 Jul 2010 01:06:50 +0900 FUJIWARA Katsunori i18n: use encoding.colwidth() for correct column width stable
Wed, 14 Jul 2010 20:25:31 +0200 Martin Geisler archival: move commands.archive.guess_type to archival.guesskind
Tue, 13 Jul 2010 17:30:29 +0200 Dirkjan Ochtman commands: addremove does similarity 100 by default
Fri, 09 Jul 2010 14:21:45 +0200 Martin Geisler Merge with stable
Wed, 07 Jul 2010 18:49:43 -0400 Steve Losh dispatch: add shell aliases
Fri, 09 Jul 2010 13:31:37 +0200 Arnab Bose commands: mention "hg status -C" in addremove help stable
Wed, 07 Jul 2010 14:11:59 +0200 Robert Bauck Hamar commands: only warn when reopening the workdir's branch stable
Fri, 02 Jul 2010 23:49:06 +0900 Yuya Nishihara log: fix missing diff output for hg log -p in sub directory stable
Sun, 04 Jul 2010 17:05:17 +0900 Nicolas Dumazet commands: document return values of add and paths commands stable
Tue, 29 Jun 2010 12:12:34 +0200 Mads Kiilerich log: follow filenames through renames (issue647) stable 1.6
Mon, 28 Jun 2010 15:08:01 +0200 Mads Kiilerich revert: Make it clearer when not to use revert stable
Sun, 27 Jun 2010 17:41:43 -0500 Matt Mackall merge: document how to 'undo' a merge stable
Fri, 25 Jun 2010 13:47:28 -0500 Matt Mackall addchangegroup: pass in lock to release it before changegroup hook is called stable
Fri, 18 Jun 2010 21:35:21 +0200 Martin Geisler commands: advertise "hg help revsets" in help for log
Wed, 16 Jun 2010 16:05:47 -0500 Matt Mackall pushkey: add debugpushkey command for testing
Mon, 14 Jun 2010 16:06:52 -0400 Greg Ward merge: when current branch has 1 or > 2 heads, actually abort.
Tue, 15 Jun 2010 09:53:50 +0200 Martin Geisler commands: get rid of generic exception in debugbuilddag
Fri, 11 Jun 2010 18:54:10 +0200 Martin Geisler commands: format is a Python2.6 function
Thu, 10 Jun 2010 11:49:48 +0200 Peter Arrenbrecht debugbuilddag: build a changelog dag from a concise description
Thu, 10 Jun 2010 11:48:45 +0200 Peter Arrenbrecht debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
Wed, 09 Jun 2010 16:39:25 -0500 Matt Mackall summary: report copies and renames
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Tue, 08 Jun 2010 22:28:42 +0200 Gilles Moris commit: fix display of 'created new head' message (issue2186)
Tue, 08 Jun 2010 15:52:56 -0500 Steve Borho Merge backout
Tue, 08 Jun 2010 15:52:41 -0500 Steve Borho Backed out changeset: e1dde7363601
Mon, 07 Jun 2010 20:03:32 +0200 Dirkjan Ochtman move working dir/dirstate methods from localrepo to workingctx
Thu, 03 Jun 2010 23:18:18 -0500 Steve Borho color: labeled text should be passed to ui.write() as ui.labeled
Mon, 07 Jun 2010 18:35:54 +0200 Dirkjan Ochtman move discovery methods from localrepo into new discovery module
Sun, 06 Jun 2010 17:20:10 +0900 FUJIWARA Katsunori replace Python standard textwrap by MBCS sensitive one for i18n text
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall revset: add a debugrevspec command
Tue, 01 Jun 2010 11:18:57 -0500 Matt Mackall remoteui: move from cmdutil to hg
Tue, 25 May 2010 09:57:19 +0200 Martin Geisler commands: document --new-branch flag for push
Tue, 25 May 2010 09:56:26 +0200 Martin Geisler Merge with stable
Mon, 24 May 2010 21:52:33 +0530 Faheem Mitha commands: updates to push docstring. stable
Fri, 21 May 2010 15:22:29 +0200 Sune Foldager push: add --new-branch option to allow intial push of new branches
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Sat, 15 May 2010 23:33:22 -0400 Steve Losh tag: add -e/--edit option for modifying the commit message
Sat, 15 May 2010 21:24:23 -0500 Matt Mackall commit: fix complaint about branch merge creating new heads (issue2186)
Sat, 15 May 2010 00:34:07 +0300 Ori Avtalion Fix hg heads -r flag documentation
Fri, 14 May 2010 22:29:15 +0300 Ori Avtalion Fix wording in hg pull documentation
Sat, 15 May 2010 17:48:49 -0500 Matt Mackall commands: initial audit of exit codes
Thu, 13 May 2010 17:24:21 -0500 Matt Mackall commit: note new branch heads rather than topological heads
Wed, 12 May 2010 15:40:58 -0500 Matt Mackall tag: strip whitespace from tag names (issue2174)
Mon, 10 May 2010 22:44:06 +0200 Gilles Moris summary: show if commit will be from a closed head
Mon, 10 May 2010 08:53:06 +0200 Gilles Moris commit: inform the commiter when resurrecting a closed changeset
Mon, 10 May 2010 08:43:36 +0200 Gilles Moris commit: prevent closing non-head changesets
Fri, 07 May 2010 17:03:48 +0200 Martin Geisler Merge with stable
Fri, 07 May 2010 17:03:31 +0200 Martin Geisler commands: explain that "hg serve" does not do authentication stable
Fri, 07 May 2010 17:01:14 +0200 Martin Geisler commands: explain that "hg serve" is mostly for ad-hoc sharing stable
Mon, 03 May 2010 15:28:04 -0700 Brendan Cully Merge with main
Mon, 03 May 2010 15:27:05 -0700 Brendan Cully Merge with stable
Mon, 03 May 2010 15:22:47 -0700 Brendan Cully grep: clarify help for -r stable
Mon, 03 May 2010 17:05:23 -0500 Matt Mackall summary: add subrepo status
Sat, 01 May 2010 15:15:35 -0500 Matt Mackall Merge with stable
Fri, 30 Apr 2010 18:32:18 -0500 Matt Mackall subrepo: propagate and catch push failures stable
Mon, 19 Apr 2010 17:41:12 +0900 Nicolas Dumazet tag: warn users about tag/branch possible name conflicts
Thu, 01 Apr 2010 00:35:12 +0900 Yuya Nishihara log: add --stat for diffstat output
Wed, 07 Apr 2010 00:45:20 +0900 Yuya Nishihara commands: refactor diff --stat and qdiff --stat
Mon, 26 Apr 2010 15:32:23 +0200 Mads Kiilerich showconfig: show rc paths with --debug
Mon, 26 Apr 2010 21:35:09 +0200 Martin Geisler commands: better markup in "hg help paths"
Mon, 26 Apr 2010 21:32:46 +0200 Martin Geisler Merge with stable
Tue, 27 Apr 2010 00:44:06 +0530 Faheem Mitha commands: revised documentation of 'default' and 'default-push' stable
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: unify hgweb calls in serve
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall serve: webdir_conf -> webconf
Mon, 26 Apr 2010 11:03:40 -0500 Matt Mackall hgweb: make baseui parameter non-positional
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Tue, 20 Apr 2010 01:08:20 +0200 Benoit Boissinot log -b: use opts.get() instead of assuming opts is correctly filled
Mon, 19 Apr 2010 17:00:02 -0500 Matt Mackall Merge with stable
Mon, 12 Apr 2010 19:33:25 -0400 Steve Losh commands: add more robust support for 'hg log -b' (issue2078)
Mon, 19 Apr 2010 16:47:44 -0500 Matt Mackall debugcomplete: don't list deprecated options
Sun, 18 Apr 2010 18:18:19 -0400 Steve Losh commands: Add 'hg log --branch' and deprecate 'hg log --only-branch'
Thu, 15 Apr 2010 18:52:59 +0200 Dan Villiom Podlaski Christiansen diffstat: use ui.plain() instead of ui.interactive() stable
Fri, 16 Apr 2010 22:14:14 +0200 Martin Geisler Merge with stable
Wed, 14 Apr 2010 11:59:53 +0530 Faheem Mitha Document 'default' and 'default-push' in paths docstring stable
Sun, 11 Apr 2010 14:24:19 -0500 Matt Mackall commands: improve some command summaries
Fri, 09 Apr 2010 17:23:37 -0500 Steve Borho rollback: add dry-run argument, emit transaction description
Mon, 05 Apr 2010 13:44:30 +0200 Martin Geisler commands: leftover from d7b601f1e02c
Mon, 05 Apr 2010 11:58:54 +0200 Martin Geisler commands: small refactoring in summary
Mon, 05 Apr 2010 11:52:40 +0200 Martin Geisler commands: retrieve tags from context object
Sun, 04 Apr 2010 21:35:00 -0400 Eric Eisner summary: make use of output labeling
Mon, 05 Apr 2010 01:31:16 +0200 Martin Geisler commands: fix typo
Fri, 02 Apr 2010 15:22:06 -0500 Brodie Rao diff: make use of output labeling
Fri, 02 Apr 2010 15:22:05 -0500 Brodie Rao status: make use of output labeling
Fri, 02 Apr 2010 15:22:03 -0500 Brodie Rao grep: make use of output labeling
Thu, 11 Mar 2010 19:09:35 +0100 Benoit Boissinot any is not available for python2.4
Thu, 11 Mar 2010 17:43:44 +0100 Benoit Boissinot style: use consistent variable names (*mod) with imports which would shadow
Thu, 11 Mar 2010 15:52:17 +0100 David Wolever archive: autodetect archive type by extension (issue2058)
Thu, 11 Mar 2010 15:38:35 +0100 Dirkjan Ochtman merge with stable
Thu, 11 Mar 2010 14:56:15 +0100 Martin Geisler commands: remove extra indentation from list in help text stable
Thu, 11 Mar 2010 13:33:29 +0100 Dirkjan Ochtman server: initialize wsgi app in command, then wrap server around it
Thu, 11 Mar 2010 10:06:01 +0200 timeless commands: document and test hg clone update priority stable
Wed, 10 Mar 2010 22:27:42 +0100 Benoit Boissinot serve: fix port config
Wed, 10 Mar 2010 21:35:38 +0100 Thomas Arendsen Hein drop (default: 8000), non-zero default is automatically added to help
Wed, 10 Mar 2010 21:21:15 +0100 Thomas Arendsen Hein make expression shorter, now the line fits into 80 chars
Wed, 10 Mar 2010 21:14:24 +0100 Benoit Boissinot serve: fix options recording, trailing whitespace
Wed, 10 Mar 2010 10:51:37 -0800 Bryan O'Sullivan serve: allow --port=0 to specify "server chooses the port number"
Tue, 09 Mar 2010 20:47:35 +0100 Benoit Boissinot merge with stable
Tue, 09 Mar 2010 20:38:23 +0100 Benoit Boissinot bundle: fix bundle generation for empty changegroup stable
Mon, 08 Mar 2010 19:43:24 +0100 Benoit Boissinot patch/diff: move patch.export() to cmdutil.export()
Tue, 12 Jan 2010 22:49:10 +0900 Yuya Nishihara branch: help misuse of hg branch to switch branches stable
Wed, 03 Mar 2010 22:04:59 +0100 Thomas Arendsen Hein Make annotate --follow an alias for -f/--file to behave like in older versions stable
Mon, 01 Mar 2010 23:27:44 +0900 Yuya Nishihara alias: fixes exception when displaying translated help text stable
Mon, 01 Mar 2010 15:41:21 -0500 Greg Ward resolve: rewrite help to be clearer and more complete (issue2030). stable
Wed, 24 Feb 2010 11:04:56 -0300 Wagner Bruna commands: clarify --config syntax stable
Tue, 23 Feb 2010 06:42:10 +0100 timeless commands: correct diff -c explanation stable
Sun, 21 Feb 2010 01:21:17 +0200 timeless commands: mention diff -c stable
Fri, 19 Feb 2010 20:34:23 -0500 Dirkjan Ochtman identify: don't include unknown in status stable
Mon, 15 Feb 2010 15:25:29 -0500 Greg Ward merge: fix --preview to show all nodes that will be merged (issue2043). stable
Mon, 16 Nov 2009 16:10:05 -0500 Benoit Boissinot bundle: exclude csets given in --base, unless they are in --rev (issue1910) stable
Sat, 13 Feb 2010 22:10:31 +0100 Martin Geisler commands: correct example in add help text
Sat, 13 Feb 2010 18:44:19 +0100 Martin Geisler commands: add verbose example to help text for add
Sat, 13 Feb 2010 18:36:24 +0100 Martin Geisler commands: support verbose help
Tue, 09 Feb 2010 14:12:22 -0600 Matt Mackall fix up a bunch of check-code warnings
Mon, 08 Feb 2010 20:51:23 +0100 Peter Arrenbrecht whitespace cleanup
Mon, 08 Feb 2010 15:36:34 +0100 Benoit Boissinot fix coding style (reported by pylint)
Mon, 08 Feb 2010 11:04:38 +0100 Matt Mackall summary: various fixes, add a test
Mon, 08 Feb 2010 10:32:44 +0100 Sune Foldager fix remaining hg.parseurl uses
Sun, 07 Feb 2010 18:06:52 +0100 Brendan Cully import: import each patch in a file or stream as a separate change
Sun, 07 Feb 2010 15:23:46 +0100 Sune Foldager add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sun, 07 Feb 2010 15:08:26 +0100 timeless help: Improved body text
Fri, 20 Nov 2009 14:37:36 +0200 timeless commands: Try to improve help options text for basic commands
Sun, 07 Feb 2010 14:51:52 +0100 Dirkjan Ochtman commands: annotate follows by default, separate -f/--file option
Sun, 07 Feb 2010 14:29:07 +0100 Sune Foldager interpret repo#name url syntax as branch instead of revision
Sun, 07 Feb 2010 14:01:43 +0100 Brodie Rao dispatch: provide help for disabled extensions and commands
Sun, 07 Feb 2010 00:51:59 +0100 Benoit Boissinot merge: add hints about the use of 'hg heads' to find the rev to merge
Sat, 06 Feb 2010 19:38:39 +0100 Dirkjan Ochtman commands: do all branch heads by default, demote topological to -t/--topo
Sat, 06 Feb 2010 19:33:40 +0100 Dirkjan Ochtman commands: actually implement --closed for topological heads
Sat, 06 Feb 2010 19:06:02 +0100 Dirkjan Ochtman commands: externalize branchheads so we can do it for all branches at once
Sat, 06 Feb 2010 19:33:33 +0100 Dirkjan Ochtman commands: move inactive/closed out so they can have more effect
Sat, 06 Feb 2010 19:33:28 +0100 Dirkjan Ochtman commands: don't do too much work for error messages
Sat, 06 Feb 2010 19:00:50 +0100 Dirkjan Ochtman commands: allow --closed even for topological heads displays
Sat, 06 Feb 2010 17:11:18 +0100 Benoit Boissinot merge with main
Fri, 05 Feb 2010 18:50:08 +0100 Benoit Boissinot fix spaces/identation issues
Sat, 06 Feb 2010 08:57:57 -0500 Steve Losh commands: fix more changeset header information in 'hg help export'
Sat, 06 Feb 2010 08:28:39 -0500 Steve Losh commands: fix the list of changeset header information in 'hg help export'
Sat, 06 Feb 2010 12:47:33 +0100 Dirkjan Ochtman commands: always order heads recent to oldest
Sat, 06 Feb 2010 12:47:24 +0100 Dirkjan Ochtman commands: fix up stupidly untested heads simplification
Sat, 06 Feb 2010 11:29:48 +0100 Dirkjan Ochtman commands: simplify heads a little bit before I start hacking it up
Sat, 06 Feb 2010 11:28:03 +0100 Dirkjan Ochtman commands: deprecate the heads -a option
Fri, 05 Feb 2010 07:07:53 -0600 Steve Borho Merge with stable
Fri, 05 Feb 2010 04:33:08 -0600 Steve Borho commands: label from user is in local encoding stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Wed, 20 Jan 2010 16:58:48 +0100 Martin Geisler Merge with stable
Wed, 20 Jan 2010 13:50:06 +0900 FUJIWARA Katsunori summary: L10N messages hide clean-ness of workdir from 'hg summary' stable
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sat, 09 Jan 2010 23:16:48 +0100 Martin Geisler Merge with stable
Sat, 09 Jan 2010 23:03:33 +0100 Jens Bäckman commands: fix typo in help text stable
Tue, 05 Jan 2010 22:41:39 +0100 Martin Geisler Merge with stable.
Tue, 05 Jan 2010 15:07:38 -0500 Greg Ward commands: fix help string for pull -u and unbundle -u. stable
Mon, 04 Jan 2010 01:11:18 +0100 Martin Geisler Merge with stable
Mon, 04 Jan 2010 01:09:23 +0100 Martin Geisler commands: update copyright year to 2010 stable
Mon, 28 Dec 2009 17:55:52 +0100 Robert Bachmann Added support for templatevar "footer" to cmdutil.py
Mon, 14 Dec 2009 00:32:29 +0900 Nicolas Dumazet cmdutil: replace sys.maxint with None as default value in loglimit
Sun, 13 Dec 2009 18:06:24 +0100 Patrick Mezard templatekw: change {file_copies} behaviour, add {file_copies_switch}
Sat, 05 Dec 2009 23:26:27 -0500 Brodie Rao help: don't display bogus help messages for invalid aliases
Sat, 28 Nov 2009 16:48:07 +0200 Alexander Solovyov commands.export: accept -r option as revision specification
Mon, 30 Nov 2009 23:51:06 +0100 Gilles Moris status: add the --change option to display files changed in a revision