- Jul 12, 2010
-
-
Giorgos Keramidas authored
-
- Jul 13, 2010
-
-
Nicolas Dumazet authored
Since 1b82a26635d7, we are adding patches after the qimport call, and not inside it anymore. Correct updatemq to match the new behaviour.
-
- Jul 12, 2010
-
-
Nicolas Dumazet authored
It seems wiser to reset mq.added at the end of the mq transaction instead of at the beginning of a qimport call: this way, calling several times qimport() without saving mq state in-between does not overwrite the previous value of mq.added (this happens, for example in rebase, where we import several patches in a batch before calling .save_dirty() )
-
- Jul 08, 2010
-
-
kiilerix authored
Clarify that: - Specified paths are matched by comparing name of file or directory. - Line order (thus) doesn't matter. - Rename doesn't imply include.
-
- Jul 09, 2010
-
-
Martin Geisler authored
-
Dan Villiom Podlaski Christiansen authored
Specifically, assert that the given wrapper is callable in both functions, and assert that the original was also callable in wrapfunction().
-
Dan Villiom Podlaski Christiansen authored
-
Dan Villiom Podlaski Christiansen authored
-
Arnab Bose authored
-
- Jul 07, 2010
-
-
Martin Geisler authored
-
Robert Bauck Hamar authored
When commiting, a check is made to see if one of the parents is a closed head. However this did not check that the branch of the commit is the same as the closed head, so one could get a warning message on the sequence hg commit --close-branch hg branch new-branch hg commit or when merging in a closed head.
-
- Mar 28, 2010
-
-
Yuya Nishihara authored
MQ patch name can contain slashes, e.g. 'foo/bar.patch'. Currently "qnew foo/bar.patch" works, but "qrename foo/bar.patch new/dir.patch" fails with "No such file or directory". Also added test case for "qnew foo/bar.patch"
-
- Jul 03, 2010
-
-
Julian Cowley authored
Even though the name of the project is Docutils, most packagers use the package name python-docutils to fit into the naming scheme of other packages written in Python. The name is used by Fedora, EPEL, DAG, Mandriva, and a few other distributions.
-
- Jul 06, 2010
-
-
Renato Cunha authored
The term "Directory, working" referenced a non-existant term named "Parents, working directory". This patch fixes the typo.
-
- Jul 04, 2010
-
-
Martin Geisler authored
-
- Jul 02, 2010
-
-
Yuya Nishihara authored
prep(ctx, fns) receives paths relative to repository root, not cwd.
-
- Jul 04, 2010
-
-
Nicolas Dumazet authored
-
- Jul 02, 2010
-
-
Martin Geisler authored
Use reST role for consistency, import small part of Debian's proposed_upstream__correct-zeroconf-doc patch from http://svn.debian.org/viewsvn/python-apps/packages/mercurial/trunk/debian/patches/
-
- Jul 03, 2010
-
-
Martin Geisler authored
-
- Jul 02, 2010
-
-
Martin Geisler authored
Imported for_upstream__add_doc_url_in_example_files.patch from Debian's patch queue: http://svn.debian.org/viewsvn/python-apps/packages/mercurial/trunk/debian/patches/
-
Steve Borho authored
A GUID change is recommended after changes like 159233cc9c14
-
- Jul 01, 2010
-
-
Steve Borho authored
These files are not included the 1.6.0 installer, but will be picked up by nightly builds as soon as this makes it to the stable branch.
-
Matt Mackall authored
-
Matt Mackall authored
-
- Jun 29, 2010
-
-
kiilerix authored
In commands.log a displayer was initialized from cmdutil.show_changeset() with the initial matchfn (which designates the specified files which only is correct in the highest revision in the range). prep() is handed the correct list of files, but displayer.show() didn't use that list but keept using the original matchfn. The matchfn argument to cmdutil.show_changeset() wasn't specified in other places and is only used in .show(), so now we give the matchfn as an optional parameter to .show(). We do however still have to detect --patch and --stat from opts in show_changeset() and let it imply a matchall, but that can now be overruled with the new .show() matchfn parameter.
-
- Jul 01, 2010
-
-
Wagner Bruna authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Matt Mackall authored
-
Martin Geisler authored
-
- Jun 30, 2010
-
-
Katsunori FUJIWARA authored
-
- Jun 29, 2010
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
Jens Bäckman authored
-
- Jun 27, 2010
-
-
Wagner Bruna authored
-
Wagner Bruna authored
-
- Jun 23, 2010
-
-
Wagner Bruna authored
-
Jens Bäckman authored
-
Jens Bäckman authored
-
Wagner Bruna authored
-