2013-02-08 |
Mads Kiilerich |
export: show 'Date' header in a format that also is readable for humans
stable
|
file |
diff |
annotate
|
2013-01-21 |
Pierre-Yves David |
documentation: update to new filter names
stable
|
file |
diff |
annotate
|
2013-01-15 |
Pierre-Yves David |
destroyed: drop complex branchcache rebuilt logic
stable
|
file |
diff |
annotate
|
2013-01-15 |
Pierre-Yves David |
branchmap: update cache of 'unserved' filter on new changesets
stable
|
file |
diff |
annotate
|
2013-01-13 |
Kevin Bullock |
filtering: rename filters to their antonyms
stable
|
file |
diff |
annotate
|
2013-01-10 |
Christian Ebert |
test: improve grammar and spelling in branchcache note
|
file |
diff |
annotate
|
2013-01-08 |
Pierre-Yves David |
clfilter: enforce hidden changeset globally
stable
|
file |
diff |
annotate
|
2013-01-08 |
Pierre-Yves David |
branchcache: add note about cache invalidation to test-keyword.t
stable
|
file |
diff |
annotate
|
2013-01-02 |
Pierre-Yves David |
clfilter: add mutable filtering
stable
|
file |
diff |
annotate
|
2013-01-07 |
Pierre-Yves David |
branchmap: allow to use cache of subset
stable
|
file |
diff |
annotate
|
2012-12-21 |
Idan Kamara |
localrepo: filter unknown nodes from the phasecache on destroyed
stable
|
file |
diff |
annotate
|
2012-12-27 |
Pierre-Yves David |
strip: do not update branchcache during strip (issue3745)
stable
|
file |
diff |
annotate
|
2012-12-24 |
Pierre-Yves David |
branchmap: move validity logic in the object itself
stable
|
file |
diff |
annotate
|
2012-10-18 |
Pierre-Yves David |
amend: add noise in extra to avoid creating obsolescence cycle (issue3664)
stable
|
file |
diff |
annotate
|
2012-08-17 |
timeless |
spelling: destination
stable
|
file |
diff |
annotate
|
2012-08-15 |
Mads Kiilerich |
fix trivial spelling errors
stable
|
file |
diff |
annotate
|
2012-08-08 |
Mads Kiilerich |
check-code: fix check for trailing whitespace on sh command lines
stable
|
file |
diff |
annotate
|
2012-07-03 |
Adrian Buehlmann |
test-keyword: adapt for Windows
stable
|
file |
diff |
annotate
|
2012-07-04 |
Mads Kiilerich |
tests: don't use dates before epoch in test-keyword.t
stable
|
file |
diff |
annotate
|
2012-05-18 |
Joshua Redstone |
strip: incrementally update the branchheads cache after a strip
stable
|
file |
diff |
annotate
|
2012-06-21 |
Mads Kiilerich |
tests: prepare get-with-headers.py for MSYS
stable
|
file |
diff |
annotate
|
2012-06-20 |
Mads Kiilerich |
tests: add missing no-outer-repo requirements
stable
|
file |
diff |
annotate
|
2012-06-10 |
Mads Kiilerich |
tests: add missing trailing 'cd ..'
stable
|
file |
diff |
annotate
|
2012-06-10 |
Mads Kiilerich |
tests: convert some 'hghave symlink' to #if
stable
|
file |
diff |
annotate
|
2012-05-31 |
Christian Ebert |
Support commit --amend (issue3471)
|
file |
diff |
annotate
|
2012-05-10 |
Patrick Mezard |
repair: no need to call filterunknown() in strip()
stable
|
file |
diff |
annotate
|
2012-04-03 |
Thomas Arendsen Hein |
tests: make tests work if directory contains special characters
stable
|
file |
diff |
annotate
|
2012-03-30 |
A. S. Budden |
record: allow splitting of hunks by manually editing patches
stable
|
file |
diff |
annotate
|
2012-02-07 |
Patrick Mezard |
mq: restore _branchtags() fast path (issue3223)
stable
|
file |
diff |
annotate
|
2012-02-08 |
Jim Hague |
tests: tighten checks for octal escapes in shell printf.
stable
|
file |
diff |
annotate
|
2012-01-19 |
Christian Ebert |
Merge with default
stable
|
file |
diff |
annotate
|
2012-01-15 |
Christian Ebert |
Update filectx.cmp monkeypatch to handle '\1\n' at start of file
|
file |
diff |
annotate
|
2012-01-18 |
Sune Foldager |
phases: use nodemap to check for missing nodes
stable
|
file |
diff |
annotate
|
2011-12-08 |
Matt Mackall |
branch: warn on branching
stable
|
file |
diff |
annotate
|
2011-11-23 |
Christian Ebert |
test-keyword: use inline doctest syntax
|
file |
diff |
annotate
|
2011-11-17 |
Matt Mackall |
merge: give a special message for internal:merge failure (issue3105)
stable
|
file |
diff |
annotate
|
2011-11-07 |
Mads Kiilerich |
tests: make (glob) on windows accept \ instead of /
stable
|
file |
diff |
annotate
|
2011-11-07 |
Mads Kiilerich |
tests: use 'hghave serve' to guard tests that requires serve daemon management
stable
|
file |
diff |
annotate
|
2011-11-07 |
Mads Kiilerich |
tests: use 'hghave unix-permissions' for tests that really use chmod
stable
|
file |
diff |
annotate
|
2011-11-07 |
Mads Kiilerich |
tests: use 'hghave symlink' for tests using symlinks
stable
|
file |
diff |
annotate
|
2011-10-02 |
Greg Ward |
import: wrap a transaction around the whole command
stable
|
file |
diff |
annotate
|
2011-09-10 |
Christian Ebert |
Make status test after record and kwexpand/kwshrink reliable
|
file |
diff |
annotate
|
2011-09-14 |
Christian Ebert |
Preserve file mode when overwriting
|
file |
diff |
annotate
|
2011-05-02 |
Peter Arrenbrecht |
localrepo: reuse parent manifest in commitctx if no files have changed
stable
|
file |
diff |
annotate
|
2011-04-30 |
Nicolas Dumazet |
tests: move test bundles in a bundles/ subdirectory
stable
|
file |
diff |
annotate
|
2011-03-10 |
Martin Geisler |
tests: use $TESTTMP more and use (glob) less
stable
|
file |
diff |
annotate
|
2011-02-10 |
Gilles Moris |
rollback: clarifies the message about the reverted state (issue2628)
stable
|
file |
diff |
annotate
|
2011-01-23 |
Christian Ebert |
Inform user about current keywordset in kwdemo
|
file |
diff |
annotate
|
2010-12-02 |
Christian Ebert |
Copy: when copied source is a symlink, follow it
|
file |
diff |
annotate
|
2010-10-20 |
Kevin Bullock |
pull: silence spurious 'requesting all changes' message
stable
|
file |
diff |
annotate
|
2010-10-25 |
Christian Ebert |
Fix regressions introduced in 9d01f9cab5e2
|
file |
diff |
annotate
|
2010-10-10 |
Christian Ebert |
Fix weeding of expansion candidates when recording
|
file |
diff |
annotate
|
2010-10-09 |
Mads Kiilerich |
test-keyword: ignore subject in notify hook mails
stable
|
file |
diff |
annotate
|
2010-10-09 |
Mads Kiilerich |
test-keyword: fix test glob to ACL/SELinux flag
stable
|
file |
diff |
annotate
|
2010-10-09 |
Mads Kiilerich |
tests: remove redundant globs
stable
|
file |
diff |
annotate
|
2010-09-30 |
Erik Zielke |
tests: removed test names in tests
stable
|
file |
diff |
annotate
|
2010-10-09 |
Matt Mackall |
keyword: fix test glob
stable
|
file |
diff |
annotate
|
2010-10-09 |
Christian Ebert |
Specific regular expressions depending on read mode
|
file |
diff |
annotate
|
2010-10-09 |
Christian Ebert |
test: remove remaining sed calls
|
file |
diff |
annotate
|
2010-10-09 |
Christian Ebert |
Support copy and rename
|
file |
diff |
annotate
|
2010-09-26 |
Christian Ebert |
Support rollback by restoring expansion to previous values
|
file |
diff |
annotate
|
2010-09-26 |
Christian Ebert |
test: fix typo, rephrase
|
file |
diff |
annotate
|
2010-09-22 |
Brodie Rao |
tests: add glob matching for unified tests
stable
|
file |
diff |
annotate
|
2010-09-22 |
Brodie Rao |
tests: require regexes in unified tests to be marked with " (re)"
stable
|
file |
diff |
annotate
|
2010-09-22 |
Brodie Rao |
tests: improve regexes in unified tests
stable
|
file |
diff |
annotate
|
2010-09-16 |
Matt Mackall |
tests: add exit codes to unified tests
stable
|
file |
diff |
annotate
|
2010-09-12 |
Brodie Rao |
merge: suggest 'hg up -C .' for discarding changes, not 'hg up -C'
stable
|
file |
diff |
annotate
|
2010-08-30 |
Nicolas Dumazet |
test-keyword: use regular expressions instead of grepping
stable
|
file |
diff |
annotate
|
2010-08-15 |
Matt Mackall |
tests: drop big sed from test-keyword.t
stable
|
file |
diff |
annotate
|
2010-08-14 |
Christian Ebert |
tests: unify test-keyword
|
file |
diff |
annotate
| base
|