| 3 months | Simon Law | hgweb's internal workings have changed for serving HTTP. |
| 3 months | Simon Law | Make fetch detection more reliable. |
| 3 months | Simon Law | fcloning to remote SSH repositories works again. |
| 4 months | Patrick Mezard | test-forest: move path rewriting calls in a function |
| 5 months | Simon Law | Implement a "[forest] partial" configuration option to set partial by default. |
| 5 months | Mark Reinhold | fpull -p option for partial forests |
| 6 months | Simon Law | hg fupdate should not break if Mercurial does not support --rev |
| 8 months | Simon Law | When no paths are defined, fpull should not abort. |
| 8 months | Simon Law | Compatibility layer for cmdutil.UnknownCommand in Mercurial 0.9.3. |
| 6 months | Robin Farine | Mercurial 0.9.5 compatibility fix |
| 8 months | Simon Law | fpull should work when remote repositories don't support Forest. |
| 8 months | Simon Law | Backwards compatibility layer for cmdutil.parseurl(). |
| 8 months | Simon Law | `hg ffetch` becomes available if you have the fetch extension |
| 8 months | Simon Law | Added `hg fincoming` and `hg foutgoing` |
| 8 months | Simon Law | `hg fupdate` now behaves much like `hg update` |
| 8 months | Simon Law | `hg ftrees` now uses the Forest framework |
| 8 months | Simon Law | `hg fstatus` now behaves much like `hg status` |
| 8 months | Simon Law | `hg fsnap` now uses the Forest framework |
| 8 months | Simon Law | `hg fseed` now uses the Forest framework |
| 8 months | Simon Law | `hg fpush` now behaves much like `hg push` |
| 8 months | Simon Law | `hg fpull` now behaves much like `hg pull` |
| 8 months | Simon Law | `hg fclone` now behaves much like `hg clone` |
| 8 months | Simon Law | Refactor ForestSnapshot into the Forest class. |
| 8 months | Simon Law | The "forests" request should now be network clean. |
| 8 months | Simon Law | Make --walkhg=true be the default behaviour. |
| 8 months | Simon Law | Fixes to make Forest work on Windows clients. |
| 8 months | Simon Law | Refactor the findcmd compatibility system to prefer the newer syntax. |
| 9 months | Simon Law | Fix up shims to work with Mercurial 0.9.4. |
| 8 months | Christian Ebert | Make findcmd compatible with 18a9fbb5cd78 |
| 10 months | Simon Law | Cloning a forest is now possible over static HTTP. |
| 10 months | Simon Law | Fix hg ftrees so it works properly on convert=True |
| 10 months | Simon Law | test-forest tests now pass. |
| 10 months | Simon Law | Keep lines at less than 80 characters. |
| 10 months | Simon Law | Final cleanups of documentation and other functions. |
| 10 months | Simon Law | Cloning a forest is now possible over HTTP. |
| 10 months | Simon Law | Cloning a forest is now possible over SSH. |
| 11 months | Christian Ebert | Avoid failure if findcmd has been moved to cmdutil |
| 11 months | Simon Law | enumerate_repos() does not skip directories by accident any more. |
| 13 months | Christian Ebert | test: adapt to tempdir location on MacOS |
| 16 months | Robin Farine | restore support for repositories under .hg |
| 16 months | Robin Farine | do not use Mercurial's util.walkrepos() anymore |
| 16 months | Robin Farine | discard the head for 0.9.1 |
| 16 months | Robin Farine | doc string update |
| 16 months | Robin Farine | mq check: need a path to the status file iff the series file exists |
| 16 months | Robin Farine | use hg.repository() directly instead of a wrapper |
| 16 months | Robin Farine | fix hg fcmd -R toprepo ... |
| 16 months | Robin Farine | new fupdate command |
| 16 months | Robin Farine | test nested repo in otherwise empty directory |
| 17 months | Mark White | Snapshot files: allow missing sections and sort by root. |
| 17 months | Robin Farine | simplify the test for applied mq patches |
| 17 months | Robin Farine | use util.walkrepos to enumerate nested repositories |
| 17 months | Robin Farine | filesystem vs mercurial path representation |
| 17 months | Robin Farine | drop support for traversing .hg directories |
| 17 months | Robin Farine | 'walkhg' accepts (0|no|false|1|yes|true) as boolean values |
| 17 months | Robin Farine | optionally walk .hg directories |
| 17 months | Robin Farine | remove version string |
| 18 months | Mark White | Streamline fsnap/fseed support for keeping children at tip. |
| 18 months | Robin Farine | snapshot: update existing but do not add new path aliases |
| 18 months | Robin Farine | snapshot: update existing but do not add new path aliases |
| 18 months | Mark White | Streamline fsnap/fseed support for keeping children at tip. |