- Mar 24, 2016
-
-
Yuya Nishihara authored
Before, copied files were assumed as "A" (added) and listed followed by non-copy added files. This could double entries of a copy if it had "M" (modified) state. So, this patch makes the template check if a file is included in copies dict. This way, entries should never be doubled. The output of "log -Tstatus -C" does not always agree with "status -C --change" due to the bug of "status", which is documented in test-status.t. See also 2963d5c9d90b.
-
- Apr 20, 2016
-
-
Martijn Pieters authored
Produce stable output for tools to rely on by hardcoding all edge styles to "|". This ensures that any tool parsing the output of hg log -G still gets the same behaviour as pre-3.8 releases.
-
Martijn Pieters authored
When there are more than 2 parents for a given node (in a sparse graph), extra dummy nodes are inserted to transition the lines more gradually. However, since the seen state was not updated when yielding the extra nodes, the wrong graph styles were being applied to the nodes.
-
timeless authored
-
- Apr 21, 2016
-
-
timeless authored
You can run tests like this: run-tests.py -l --extra-config-opt ui.usehttp2=true And ideally, no tests should fail...
-
- Apr 16, 2016
-
-
Sean Farley authored
-
Sean Farley authored
This is required for building a ppa for ubuntu which following patches will use.
-
- Apr 17, 2016
-
-
Sean Farley authored
-
- Apr 15, 2016
-
-
Sean Farley authored
This one is a no-brainer. Previously, if you tried to build a deb on ubuntu, it would try to diff files in the .hg store. These flags prevent that.
-
Sean Farley authored
We were forgetting to copy over the signature (if it exists) and the zipped diff, so let's do that.
-
Sean Farley authored
The debuild command may output less files than we explicitly list so let's not error out if none exist.
-
- Apr 16, 2016
-
-
Sean Farley authored
This fixes a lintian error (and indeed, launchpad rejects it) by using the distribution's codename (e.g. xenial, trusty, etc).
-
Sean Farley authored
Notice that there is no space after '-i'. This makes it work on both GNU and BSD versions of sed.
-
- Apr 17, 2016
-
-
Sean Farley authored
This had the unfortunate side effect of causing the environment to have a newline due to the fact that some 'cd' outputs the result of the directory change. So, let's just redirect the meaningless output.
-
- Mar 26, 2016
-
-
Yuya Nishihara authored
Because parsing "$n" requires a crafted tokenizer, it exists only for backward compatibility (as documented in revset._tokenizealias.) This patch updates the examples so that users are encouraged to use symbolic names instead of "$n"s. I'm going to implement alias expansion in templater, which won't support "$n" parameters to make my life easier. Templater is more complicated than revset because tokenizer and parser call each other.
-
- Apr 17, 2016
-
-
Sean Farley authored
Apparently, some machines don't have this service (launchpad builders are one such example). This adds the correct dependency for test-serve.t.
-
- Apr 16, 2016
-
-
Sean Farley authored
-
- Apr 15, 2016
-
-
Sean Farley authored
-
Sean Farley authored
-
- Apr 14, 2016
-
-
timeless authored
Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments. This changeset is taken on stable for consistency with similar update done before the freeze. See 2e58dc022caa, ad2cd2ef25d9, fc1d75e7a98d and 9dcc9ed26d33.
-
- Apr 10, 2016
-
-
Jun Wu authored
Before this patch, if the user uses chg and ncurses interface, resizing the terminal window will mess up its content. This patch fixes the issue by forwarding SIGWINCH to the worker process.
-
- Apr 16, 2016
-
-
Matt Mackall authored
-
Matt Mackall authored
-
- Apr 15, 2016
-
-
Sean Farley authored
-
Sean Farley authored
-
Sean Farley authored
-
- Apr 16, 2016
-
-
Sean Farley authored
It seems we changed our build but didn't update the docker test.
-
- Apr 15, 2016
-
-
Sean Farley authored
-
- Apr 16, 2016
-
-
Pulkit Goyal authored
check-code complains for using urllib2 so that too was fixed.
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
-
Pulkit Goyal authored
Fixed direct imports even the tests were not complaining.
-
Pulkit Goyal authored
Also fixed direct symbol imports even the tests were not complaining.
-
- Apr 14, 2016
-
-
timeless authored
Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
-
timeless authored
Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
-
timeless authored
Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
-
timeless authored
Windows command lines use double quotes to quote arguments with spaces. This change is in a series to unify around using single quotes around commands, and double quotes around interior arguments.
-