- Mar 15, 2011
-
-
Radomir Dopieralski authored
When collapsing changesets with rebase, you get a chance to edit the commit message manually, but there is no way to pass this message from the command line. This patch adds a `--message` (with short form `-m`) and `--logfile` (with short form `-m`) options to the rebase command. These options suppresses the generation of the default commit message, and instead use the message provided in the option (in case of `-m`) or in the file it points to (in case of `-l`). If you use this option without the `--collapse` option, it will raise an error. Options documentation edited by Patrick Mezard <pmezard@gmail.com>
-
David Wolever authored
-
- Mar 16, 2011
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Mar 15, 2011
-
-
Matt Mackall authored
-
- Mar 14, 2011
-
-
Patrick Mezard authored
When converting directory additions/replacement with project directory set to root, _iterfiles() sometimes returned paths starting with a slash making following svn calls to fail. I could not reproduce the issue with hand-crafted repositories. Report and first analysis by Clinton Chau <clinton@clearcanvas.ca>
-
Patrick Mezard authored
Just check the files touched by the changesets.
-
Patrick Mezard authored
Before, only the first failure was reported: abort: b.txt should not have CRLF line endings while now all of them are listed: abort: end-of-line check failed: d.txt in a7040e68714f should not have CRLF line endings b.txt in fbcf9b1025f5 should not have CRLF line endings As first suggested by Antoine Pitrou <solipsis@pitrou.net>
-
Matt Mackall authored
-
- Jan 03, 2011
-
-
Brodie Rao authored
-
- Mar 11, 2011
-
-
Adrian Buehlmann authored
replacing usage of pywin32, which was removed for Mercurial 1.8
-
- Mar 14, 2011
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
The render_text function actually never existed, the docstring probably meant the render_effects function instead.
-
Christian Ebert authored
Before the additional datefilters (utcdate, svnisodate, svnutcdate) were used when kwtemplater was initialized. Now they always be used once the extension is enabled.
-
Christian Ebert authored
-
- Mar 13, 2011
-
-
Martin Geisler authored
-
Klaus Koch authored
-
Steve Borho authored
-
Steve Borho authored
The win32text extension does not break eol or vice-versa, so it is not a fatal error to have both of them enabled. It's just folly. So spewing warnings in this condition is preferrable to aborting. When both extensions are enabled, the user now sees: % hg st the eol extension is incompatible with the win32text extension win32text is deprecated: http://mercurial.selenic.com/wiki/Win32TextExtension M hgext/eol.py
-
Patrick Mezard authored
"hook" is still an alias for "checkheadshook".
-
Patrick Mezard authored
Report and test by Antoine Pitrou <solipsis@pitrou.net>
-
Patrick Mezard authored
Reading rules in the hook means we no longer need ui to be filled and do not need reposetup() to be run anymore.
-
Patrick Mezard authored
-
Patrick Mezard authored
This will help refactoring the hook.
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Mar 12, 2011
-
-
Patrick Mezard authored
Keywords keywords are not documented yet but are turned into function definitions to avoid lambda docstring weirdness.
-
Martin Geisler authored
This fixes a race that was observed when status was called before and after clearing the dirstate.
-
- Mar 11, 2011
-
-
Luke Plant authored
Sometimes it is necessary to know the original revision ID in order to correctly rewrite the patch or commit message when transplanting. This patch follows the pattern set by the existing 'HGUSER' environment variable, and adds a test that covers both HGUSER and HGREVISION.
-
- Mar 06, 2011
-
-
Georg Brandl authored
-
- Mar 03, 2011
-
-
Patrick Mezard authored
-
Patrick Mezard authored
-
Patrick Mezard authored
-