log mercurial/commands.py @ 11331:997ab9af81df

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