log mercurial/commands.py @ 12699:0159a674a7bc

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