- Jun 14, 2012
- Jun 15, 2012
-
-
Adrian Buehlmann authored
-
- Jun 14, 2012
-
-
Adrian Buehlmann authored
hghave is degraded to a bare script, moving the functions to hghave.py so they can be shared later on.
-
- Jun 16, 2012
-
-
kiilerix authored
The test used 'echo' to test '!' style aliases. On Windows 'echo' is handled by cmd and thus behaves very differently from the 'normal' echo command. The simple workaround used here for using the same alias on all platforms is to use 'printf' instead. Msys 'printf' will also handle sh quoting and escaping in cmd. Environment variable expansion with sh syntax is handled by launching sh.
-
- Jun 15, 2012
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
saves us quite a bunch of (glob)'s
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
This also uncovers the exit codes of the 'hg merge' calls
-
- Jun 14, 2012
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Matt Mackall authored
-
- May 28, 2012
-
-
Elifarley Callado Coelho Cruz authored
The "!" prefix allows you to prevent anyone except a given user or group to push changesets in a given branch or path. This patch enables a use case suggested by a user (Julien Bonnet): There's a branch that only a given user (or group) should be able to push to, and you don't want to restrict access to any other branch that may be created. With the "!" prefix, you simply deny access to "!givenuser" (or "!@givengroup").
-
- Jun 08, 2012
-
-
Eduard-Cristian Stefan authored
-
- Jun 09, 2012
-
-
Adrian Buehlmann authored
This specific cd .. leaves the base directory of the test ($TESTTMP). Removing it avoids that test artifacts (e.g. files) are created outside of the base directory.
-
- May 29, 2012
-
-
David Champion authored
Typo corrections, grammar adjustments, clarity improvements.
-
- Jun 13, 2012
-
-
kiilerix authored
-
kiilerix authored
They are needed on windows and were accidentally removed in eaf6a6d7f015.
-
- Jun 01, 2012
-
-
Elifarley Callado Coelho Cruz authored
Declaring 'acl' in the [extensions] section doesn't change anything.
-
- Jun 06, 2012
-
-
Olav Reinert authored
This patch fixes the synopsis shown for extension commands in keyword search results. A previous patch erroneously caused the extension synopsis to be shown instead. Test cases for keyword search are missing, so I added a one.
-
- Jun 12, 2012
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
-
- Jun 11, 2012
-
-
Martin Geisler authored
-
Martin Geisler authored
-
Martin Geisler authored
The test contained what looks like a copy-paste mistake.
-
- Jun 12, 2012
-
-
Thomas Arendsen Hein authored
-
Thomas Arendsen Hein authored
Before this, files that are excluded (or not included) were shown when using progress bar or --debug. Reported by Andrew Shadura.
-
- Jun 11, 2012
-
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
-
Adrian Buehlmann authored
but without the part that needs serve
-