2009-07-17 22:35:48 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.3. Set LICENSE. Disallow Python-2.3 (see below).
Major Changes
* experimental support for sub-repositories
* Python 2.3 is no longer supported; now requires Python 2.4-2.6
Commands
* merge: add -P/--preview option
* update: don't unlink added files when -C/--clean is specified
* update: added -c/--check option to abort on local changes
* update: allow merges going backwards
* push: improved handling of named branches
* branches/heads: add a -c/--closed option to show closed branches
* help: new extensions topic
General
* add patch.eol config setting to work with cross-platform patches
* fixed support for SSL through proxies
* add ability to load hooks from arbitrary Python modules
* hide passwords for HTTP repositories in error and log output
* fix Python 2.6 support in the Windows installer
* add mechanism for specifying HTTP authentication details in hgrc
* prompts and choices are now shown even in non-interactive mode
* performance improvements, especially on Windows
* much improved zsh completion
* improved Danish, Japanese, Italian and simplified Chinese translations
* new German, French, Greek, Brazilian Portuguese and traditional Chinese \
translations
Web interface
* read configuration data from webdir configs
* add branches page to hgweb
* pluggable templater engine support
* refresh hgwebdir configuration periodically
* let web.encoding override ui.encoding setting
* deal with dicts/lists like webdir config paths
Extensions
* experimental share extension
* the alias extension has been moved into core
* mq
o add -P/--push option to qimport
o numerous bug fixes
* convert
o improved source detection
o support for comments in author maps
o add branch map support
o add different ordering options
o svn: support OS-specific authn providers
o svn: improved tag support
o git: add committer tag only when needed
o bzr: fix renaming support
o bzr: add support for filemaps
o bzr: handle timestamps correctly
o bzr: fix symlink handling
o bzr: restore paths to source encoding
o cvs: add support for CVS merge(point)s
o cvs: add support for synthetic revisions
o cvs: better support for branchpoints
o cvs: deprecate use of external cvsps
o mtn: improve renaming support
o mtn: support mtn database files as source
o mtn: improve date/time support
o p4: better handling of keywords, binary files and symlinks
* rebase
o don't lose copy/rename info
o keep original mq patch format
* zeroconf
o advertise repositories by hostname
o try to guess IP address if necessary
* patchbomb
o option to set attachment name
o support for In-Reply-To header
* inotify
o fix handling of untracked files moved out of repository
o fix support for directory deletion
* acl: now works with push over https
|
2009-07-17 00:12:17 by Zafer Aydogan | Files touched by this commit (1) | |
Log message:
update master_sites and homepage
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-22 10:40:01 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.2.1:
This is a bugfix release.
* fixed version number build from tarball
* fix allow_read logic for hgweb
* improve handling of damaged revlogs in verify
* keep .orig files when resolving
* clear resolve state properly when rebasing
* improve --command handling with bisect
* fix diff against bundles
* improve fetch logic for inactive branches
* fix diffstat with notify
* fix 'synthetic file adds' in CVS conversion
|
2009-03-12 08:41:27 by Hasso Tepper | Files touched by this commit (1) |
Log message:
Needs msgfmt.
|
2009-03-11 17:00:46 by Matthias Drochner | Files touched by this commit (3) |
Log message:
make "hg --version" display the version, bump PKGREVISION
|
2009-03-06 08:53:00 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 1.2:
General features:
* explicit closing of named branches via hg commit --close-branch
* hg now accepts options given after arguments on the commandline
* added translation support with initial Danish, Chinese and
Italian translations
* added optional pure-Python versions of C modules
* pending changesets can now be accessed safely from hooks
* diff: added -c option to show single changeset
* many improvements to the documentation and online help topics
Extensions:
* convert:
* new support for perforce sources
* improvements to handling cvs sources
* improvements to handling gnu arch source
* improvements to handling darcs sources
* bookmarks:
* set current to new when current is renamed
* bookmarks: Add track.current option
* bookmarks: add bookmarks to tags
* mq: allow qpop when it won't invalidate any dirstate parents
* patchbomb: respect diff settings
* rebase: pull --rebase updates if there is nothing to rebase
* bugzilla: updated to work with Bugzilla 3.2
* zeroconf: added more documentation
|
2009-02-09 23:56:28 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message:
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
|
2009-01-07 22:50:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.2:
This is a minor release including one security fix and two minor bug fixes
* improve path auditing (issue 1450)
* fix date-related test failures in test suite
* add graph controls to monoblue theme
|
2008-12-21 11:26:07 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.1.1:
This is a bugfix release
* make hgweb recursion optional (use '**' rather than '*')
* fix fncache bug for directories ending in ' ' or '.'
* require -a switch to resolve all files
* improve help for resolve command
* fix inotify interaction with bundle diffs
* fix strange readline import error on Windows
* fix non-existing target directory with git diffs
* fix removing symlinks with git diffs
* fix directory creation bug in patch
* rebase: allow keeping branch names
* fix a copy bug in the SVN converter
|