- Nov 05, 2009
-
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Stuart W Marks authored
-
Stuart W Marks authored
Update will now allow crossing branches within the same named branch, when given a specific revision, if the working dir is clean, without requiring the -c or -C option. Abort if no revision is given and this would cross branches. Minor change to abort message if uncommitted changes are found. Modify test-update-branches and output to reflect the altered case. Modify test-merge5.out to reflect the altered case. Modify test-up-local-change.out with new message.
-
Stuart W Marks authored
Add comment to merge.py:update() showing various cases of 'hg update': to a descendant, crossing named branches, and crossing branches within a named branch; with no option, -c or -C; with or without uncommitted changes; and with or without a specific revision. Add tests for all of these cases.
-
Marti Raudsepp authored
dom.encode('idna') requires dom to be a Unicode string.
-
Adrian Buehlmann authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Martin Geisler authored
The qrecord command is registered in uisetup phase, so we do our wrapping in extsetup phase.
-
Martin Geisler authored
New commands should be registered in uisetup so that other extensions have a change of wrapping them in extsetup.
-
- Nov 04, 2009
-
-
Sune Foldager authored
Merge tools will be able to exploit this to correctly merge backouts. This won't work fully, though, until issue 1327 is solved, since the node information is not necessarily correct.
-
Martin Geisler authored
Different shells on vary in their error messages. Here we're satisfied if the shell mentions './foobar' at all.
-
- Nov 02, 2009
-
-
Greg Ward authored
In debug mode, we: - don't try to diff expected vs actual output - disallow --interactive - disable timeouts (warn if user tried to supply one) - don't try to parse hghave output, since we don't have the output - don't try to save output to .err file
-
Greg Ward authored
- instead of creating HGTMP inside tmpdir, now HGTMP is tmpdir (thus, fail if tmpdir already exists) - passing --tmpdir automatically turns on --keep-tmpdir
-
Martin Geisler authored
I believe the backslash prevented asciidoc from automatically turning "(C)" into a real copyright symbol. This replacement is not done in reST in the first place.
-
Martin Geisler authored
Otherwise we get useless links to user@example.org in the HTML version of the man pages.
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
Short and precise sentences are good, but we can have more than one such sentence per paragraph.
-
Martin Geisler authored
The 'NOTE: bla bla' syntax was for asciidoc and is still present in a couple of docstrings. The docstrings will be converted to reST format when minirst knows how to handle it.
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Sune Foldager authored
Fixes a bug in protocol which caused an exception during exception handling in some cases on Windows. Also makes sure the server error message is correctly propagated to the client, instead of being thrown away.
-
Sune Foldager authored
When transactions without entries were aborted, the journal (of size 0) was not unlinked, which prevents subsequent operations until hg recover is run on the repository. We also make sure the journal is unlinked when committing, even if the provided hook doesn't do so.
-
Sune Foldager authored
-
Sune Foldager authored
Journal already exists is a pretty internal piece of information, which doesn't necessarily mean much to people who are not familiar with the code. The new text is a more well-known concept.
-
Sune Foldager authored
-
- Nov 01, 2009
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
- Oct 31, 2009
-
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-
Benoit Boissinot authored
-