2009-04-10 Martin Vejnar Locally modified Mercurial dependencies are now detected. default tip
2009-04-10 Martin Vejnar Fixed: 'hg dep' will now pull the entire repository if 'tip' revision was specified.
2009-04-07 Martin Vejnar Allow depcommit only if there are no local modifications.
2009-04-07 Martin Vejnar Inverted the semantics of 'hg depci' with respect to '-C' option.
2009-04-07 Martin Vejnar It is now possible to use tags as a target revision in 'dep' command.
2009-04-07 Martin Vejnar Fixed another hg-1.0 compatibility issue: RepoError is in mercurial.repo.
2009-04-07 Martin Vejnar Fixed: non-terminating _find_deplist.
2009-04-07 Martin Vejnar The null revision can now be assigned a dependency list as well.
2009-04-07 Martin Vejnar Small fixes to make hgdeps compatible with hg-1.0.
2009-04-06 Martin Vejnar Dependency locations and arguments are now properly escaped when adding new.
2009-04-06 Martin Vejnar Added some documentation and fixed some typos.
2009-04-04 Martin Vejnar Updated the copyright notice.
2009-04-04 Martin Vejnar Added docstring for 'depstatus'.
2009-04-04 Martin Vejnar The unmodified dependencies in 'hg depst' are written only with -v option.
2009-04-04 Martin Vejnar Added 'hg depcommit --commit' option.
2009-04-04 Martin Vejnar Fixed _find_deplist to properly terminate at revision -1.
2009-04-04 Martin Vejnar Fixed crashes during 'hg depstatus' (due to incorrect revision translation).
2009-04-04 Martin Vejnar A failure to find a deplist no longer raises an exception.
2009-04-04 Martin Vejnar Newly created hg repository is noew immediately recorded in depsmanifest.
2009-04-04 Martin Vejnar Added 'hg depcommit' command.
2009-04-04 Martin Vejnar Fixed: hg depst now prints readable revision numbers.
2009-04-04 Martin Vejnar Dependency revisions are now tracked in manifest file.
2009-04-04 Martin Vejnar The removed aliases are now only marked with '-' scmtype (fixing 'hg deprmalias').
2009-04-04 Martin Vejnar Fixed error reporting related to invalid or mismatched scm types.
2009-04-04 Martin Vejnar The .hgdeps file is now loaded from repo heads.
2009-04-02 Martin Vejnar Added 'hg depst' command to check the current status of dependencies.
2009-04-01 Martin Vejnar Added 'hg depupdate' command.
2009-04-01 Martin Vejnar Added support for 'cmd' repository type.
2009-03-30 Martin Vejnar Added commands for direct manipulation of dependencies (dep, deprm, deppurge).
2009-03-29 Martin Vejnar Added new commands: depalias, depaliases, deprmalias.
2009-03-29 Martin Vejnar Fixed: depsclone will not traceback if .hgdeps references unknown alias.
2009-03-29 Martin Vejnar The contents of .hgdeps is computed before the file is rewritten.
2009-03-29 Martin Vejnar Removed unnecessary whitespace in .hgdeps dependency lists.
2009-03-29 Martin Vejnar Some refactoring (deps_aliases, dep_alias; see verbose).
2009-03-29 Martin Vejnar The config file is now loaded relative to the root of the repository.
2009-03-23 Martin Vejnar Aliases can now be defined directly in .hgdeps file.
2009-03-22 Martin Vejnar Aliases now carry a scmtype and can thus be extended to other SCM systems more easily.
2009-03-22 Martin Vejnar Refactoring: aliases are now part of the config structure.
2009-03-22 Martin Vejnar Refactoring: saving and printing config is now performed by the same code.
2009-02-24 Aleix Conchillo Flaque add general extension description
2008-03-17 Aleix Conchillo Flaque help typo fixes
2008-03-17 Aleix Conchillo Flaque cleanup, print deps for single list, cmd clone
2008-03-13 Aleix Conchillo Flaque preparing for non mercurial clones
2008-03-13 Aleix Conchillo Flaque added gplv3 license file
2008-03-13 Aleix Conchillo Flaque add remote options support for each alias
2008-03-13 Aleix Conchillo Flaque save and print tags in order
2008-03-06 Aleix Conchillo Flaque cleanup and add aliases related classes
2008-03-05 Aleix Conchillo Flaque depsclone: missing ui argument in deps_config
2008-03-04 Aleix Conchillo Flaque enable remove for whole dependency lists
2008-02-26 Aleix Conchillo Flaque move add/remove/print functions to class and fix remove
2008-02-26 Aleix Conchillo Flaque add checking error code and cleanup
2008-02-18 Aleix Conchillo Flaque added license header
2008-02-18 Aleix Conchillo Flaque initial implementation