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
|
Mon, 07 Nov 2011 13:46:39 -0600 |
Matt Mackall |
merge with crew
|
Fri, 04 Nov 2011 10:39:04 +0100 |
Martin Geisler |
merge with stable
|
Fri, 04 Nov 2011 10:32:13 +0100 |
Martin Geisler |
merge with main
|
Fri, 04 Nov 2011 10:31:38 +0100 |
Martin Geisler |
merge with main
stable
|
Thu, 03 Nov 2011 23:12:31 -0400 |
David M. Carr |
subrepo: improve help for svn subrepo support
stable
|
Thu, 03 Nov 2011 23:12:30 -0400 |
David M. Carr |
subrepo: improve help for git subrepo support
stable
|
Thu, 03 Nov 2011 23:11:40 -0400 |
David M. Carr |
subrepo: update help for commit to reflect new default behavior
stable
|
Thu, 03 Nov 2011 14:40:58 +0100 |
Martin Geisler |
merge with stable
|
Thu, 03 Nov 2011 10:52:58 -0200 |
Wagner Bruna |
i18n: disable translations with conflicting prompt keys (issue3082)
stable
|
Sun, 06 Nov 2011 14:40:31 -0600 |
Matt Mackall |
log: hide hidden option until it actually does something
|
Fri, 04 Nov 2011 00:40:47 +0100 |
Pierre-Yves David |
phases: add a very simple test
|
Sun, 09 Oct 2011 14:25:04 +0200 |
Pierre-Yves David |
phases: add a phase template keyword
|
Tue, 18 Oct 2011 18:25:53 +0200 |
Pierre-Yves David |
phases: add a phase method to context
|
Fri, 04 Nov 2011 00:20:20 +0100 |
Pierre-Yves David |
phases: add a cache allowing to know in which phase a changeset is
|
Sun, 06 Nov 2011 11:57:24 -0600 |
Matt Mackall |
phases: handle errors other than ENOENT appropriately
|
Fri, 04 Nov 2011 00:16:24 +0100 |
Pierre-Yves David |
phases: basic I/O logic
|
Thu, 03 Nov 2011 23:49:14 +0100 |
Pierre-Yves David |
phases: Minimal first add.
|
Thu, 03 Nov 2011 15:18:10 -0500 |
Matt Mackall |
run-tests: minor cleanups
|
Thu, 03 Nov 2011 15:08:45 -0500 |
Matt Mackall |
run-tests: pull out line matching function
|
Thu, 03 Nov 2011 14:51:04 -0500 |
Matt Mackall |
run-tests: pull out unified matching funcs
|
Thu, 03 Nov 2011 14:48:56 -0500 |
Matt Mackall |
tests: add some comments to the unified test code
|
Thu, 03 Nov 2011 14:30:00 -0500 |
Matt Mackall |
tests: rewrite inline Python support
|
Thu, 03 Nov 2011 12:58:30 -0500 |
Matt Mackall |
merge with stable
|
Wed, 02 Nov 2011 01:17:11 -0400 |
David M. Carr |
add: support adding explicit files in subrepos
|
Tue, 01 Nov 2011 23:53:29 -0400 |
David M. Carr |
tests: add test for add of explicit path in subrepo
|
Thu, 03 Nov 2011 10:59:32 -0400 |
Hao Lian |
largefiles: ensure destination directory exists before findfile links to there
stable
|
Thu, 03 Nov 2011 11:24:55 -0500 |
Matt Mackall |
misc: adding missing file close() calls
stable
|
Thu, 20 Oct 2011 00:37:34 +0200 |
Yann E. MORIN |
bisect: remove superfluous parameter in label()
|
Wed, 02 Nov 2011 15:06:40 -0500 |
Matt Mackall |
log: hide some low-utility options
|
Wed, 02 Nov 2011 13:51:16 -0500 |
Matt Mackall |
localrepo: convert various repo.set() users to repo.revs()
|
Wed, 02 Nov 2011 13:37:34 -0500 |
Matt Mackall |
localrepo: add revs helper method
|
Tue, 01 Nov 2011 16:49:30 -0500 |
Matt Mackall |
merge with stable, reopen default branch
|
Tue, 01 Nov 2011 15:37:00 -0500 |
Matt Mackall |
Added signature for changeset 41453d55b481
stable
|
Tue, 01 Nov 2011 15:36:56 -0500 |
Matt Mackall |
Added tag 2.0 for changeset 41453d55b481
stable
|
Tue, 01 Nov 2011 15:19:37 -0500 |
Matt Mackall |
dirstate: don't fail when dropping a not-tracked file (issue3080)
stable 2.0
|
Tue, 01 Nov 2011 12:25:54 -0700 |
Brodie Rao |
tests: fix readline escape characters in heredoctest.py/test-url.py
stable
|