Mercurial > public > mercurial-scm > hg
diff tests/test-obsolete.t @ 17173:c621f84dbb35
obsolete: compute extinct changesets
`extinct` changesets are obsolete changesets with obsolete descendants only. They
are of no interest anymore and can be:
- exclude from exchange
- hidden to the user in most situation
- safely garbage collected
This changeset just allows mercurial to detect them.
The implementation is a bit naive, as for unstable changesets. We better use a
simple revset query and a cache, but simple version comes first.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Fri, 06 Jul 2012 19:34:09 +0200 |
parents | 12fdaa30063a |
children | 70ebb4bd8083 |
line wrap: on
line diff
--- a/tests/test-obsolete.t Tue Jul 10 01:39:03 2012 +0200 +++ b/tests/test-obsolete.t Fri Jul 06 19:34:09 2012 +0200 @@ -320,3 +320,13 @@ searching for changes abort: push includes an unstable changeset: 7878242aeece! [255] + +Test that extinct changeset are properly detected + + $ hg log -r 'extinct()' + changeset: 3:cdbce2fbb163 + parent: 1:7c3bad9141dc + user: test + date: Thu Jan 01 00:00:00 1970 +0000 + summary: add new_c +