log

age author description
Tue, 08 Nov 2011 21:31:39 +0100 Stefano Tortarolo graft: mark a string for translation stable
Wed, 09 Nov 2011 16:55:59 -0800 Nicolas Venegas mdiff/patch: fix bad hunk handling for unified diffs with zero context stable
Tue, 08 Nov 2011 17:08:58 +0100 Patrick Mezard convert/bzr: correctly handle divergent nested renames (issue3089) stable
Tue, 01 Nov 2011 20:13:53 +0100 Simon Heimberg setup: subclass build command
Tue, 01 Nov 2011 20:13:52 +0100 Simon Heimberg setup: has_ext_modules always returns false when pure is specified
Sat, 23 Jul 2011 05:57:39 +0200 Simon Heimberg setup: subclass distribution instead of overwriting original
Wed, 09 Nov 2011 16:36:54 -0600 Matt Mackall check-code: enable camelcase check, fix up problems
Mon, 07 Nov 2011 13:20:22 +0100 Pierre-Yves David phases: handle unknown nodes in boundary
Mon, 07 Nov 2011 12:27:25 +0100 Pierre-Yves David phases: add rollback support
Mon, 07 Nov 2011 14:11:01 +0100 Pierre-Yves David phases: add a moveboundary function to move phases boundaries
Mon, 07 Nov 2011 18:37:58 +0100 Pierre-Yves David phases: improve context.phase()
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich util: don't encode ':' in url paths
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: make $TESTTMP matching case-insensitive on windows
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: don't quote command names - that do apparently not work with msys
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: ignore \r on windows
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich run-tests: convert windows paths to unix
Mon, 07 Nov 2011 03:25:10 +0100 Mads Kiilerich tests: make (glob) on windows accept \ instead of /
Mon, 07 Nov 2011 03:24:53 +0100 Mads Kiilerich tests: use 'hghave serve' to guard tests that requires serve daemon management
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave system-sh' to guard tests that requires sh in system()
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave no-windows' to avoid testing reserved file names on windows
Mon, 07 Nov 2011 03:14:55 +0100 Mads Kiilerich tests: use 'hghave unix-permissions' for tests that really use chmod
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich tests: use 'hghave execbit' for tests that manipulate x bit in file system
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich tests: use 'hghave symlink' for tests using symlinks
Mon, 07 Nov 2011 03:14:54 +0100 Mads Kiilerich windows: use umask 022 in debugstate output
Mon, 07 Nov 2011 03:14:53 +0100 Mads Kiilerich dispatch: exit with 8-bit exit code
Mon, 07 Nov 2011 03:14:53 +0100 Mads Kiilerich tests: don't let time go back before 0 o'clock in bisect3.t
Mon, 07 Nov 2011 02:49:00 +0100 Mads Kiilerich diff: always use / in paths in diff
Mon, 07 Nov 2011 02:49:00 +0100 Mads Kiilerich cmdutil: don't use repr on paths in pathauditor - it looks strange on windows
Mon, 07 Nov 2011 02:44:04 +0100 Mads Kiilerich tests: make '(esc)' matching in run-tests.py work as intended
Mon, 07 Nov 2011 13:46:41 -0600 Matt Mackall run-tests: replace inline python handling with more native scheme