- Mar 02, 2010
-
-
Greg Ward authored
Previously, it only checked for an mq patch if the user explicitly passed -d/--dest. But rebasing onto an mq patch is a bad idea regardless of how we determine the rebase destination.
-
- Mar 05, 2010
-
-
Brodie Rao authored
One test that requires inserting a broken extension into hgext does this by modifying PYTHONPATH. This doesn't work when run with --local because the 'hg' script being used is in the same directory as the local hgext. Instead of modifying PYTHONPATH, a secondary extension is enabled using --config that inserts the dummy hgext at the beginning of sys.path, before the script's path.
-
- Mar 13, 2010
-
-
Benoit Boissinot authored
-
- Mar 12, 2010
-
-
Benoit Boissinot authored
-
Edouard Gomez authored
-
- Mar 13, 2010
-
-
Greg Lindahl authored
-
- Mar 11, 2010
-
-
Martin Geisler authored
They are not needed inside triple-quoted strings and they confuse the line number computation done in i18n/hggettext. The script tries to find the docstring in the source file. When \" in the source is turned into just " in the docstring, the docstring can no longer be found.
-
- Mar 08, 2010
-
-
kiilerix authored
-
- Mar 11, 2010
-
-
Augie Fackler authored
-
Dirkjan Ochtman authored
This removes the option for including the stdlib in coverage reports.
-
- Mar 10, 2010
-
-
Greg Ward authored
- add a paragraph about default dest/source changesets - option help: say "changeset" not "revision" - option help: explain -b/--base better - clarify that -a/--abort and -c/--continue are different from the other options
-
- Mar 11, 2010
-
-
Martin Geisler authored
-
timeless developer authored
-
- Mar 09, 2010
-
-
Patrick Mezard authored
-
Benoit Boissinot authored
-
Dirkjan Ochtman authored
-
- Jan 21, 2010
-
-
Greg Ward authored
-
- Dec 17, 2009
-
-
Paul Molodowitch authored
Cached bookmark information would not be reset when repo.invalidate() was called, meaning (for instanced) guis would be left with out-of-date bookmark info. This patch fixes that by overriding bookmark_repo.invalidate()
-
- Jan 12, 2010
-
-
Yuya Nishihara authored
Maybe beginners tend to use 'hg branch EXISTING_BRANCH' instead of 'hg update EXISTING_BRANCH' as me. If so, let's help them to use 'update'. Also removed '(use --force to override)' because it can mislead them.
-
- Mar 07, 2010
-
-
Lee Cantey authored
-
- Mar 06, 2010
-
-
Benoit Boissinot authored
-
Matt Mackall authored
-
Matt Mackall authored
-
- Mar 05, 2010
-
-
Matt Mackall authored
-
Sune Foldager authored
-
Sune Foldager authored
-
- Mar 04, 2010
-
-
Sune Foldager authored
-
Sune Foldager authored
-
Sune Foldager authored
-
Martin Geisler authored
-
Jens Bäckman authored
-
Katsunori FUJIWARA authored
-
- Mar 03, 2010
-
-
Wagner Bruna authored
-
Steve Borho authored
-
Sune Foldager authored
-
Thomas Arendsen Hein authored
Since 98a0421b9e52 annotate follows copies/renames by default, but the output of e.g. "annotate --follow --number" should not change without some deprecation time.
-
Martin Geisler authored
-
Adrian Buehlmann authored
Newly added fncache entries were not added to the in-memory cache, making it possible for 'hg convert' to cause duplicates in .hg/store/fncache. Duplicates in the fncache file are harmless, but excessive numbers of duplicates from large converted repositories may slow down execution speed considerably.
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
-