hgdeps

log

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