Update to 2.4:
Mercurial 2.4 (2012-11-1)
This is a regularly-scheduled feature release.
1.1. Core features
amend: support for ChangesetEvolution if enabled
bookmarks: deactivate current bookmark if no name is given
bookmarks: teach the -r option to use revsets
bookmarks: disallow bookmarks named 'tip', '.', or 'null'
clone: substantial speedup to clone on repo with a lots of heads (issue3378)
clone: activate bookmark specified with --updaterev
clone: update to @ bookmark if it exists
log: substantial speedup for untracked files (issue1340)
revsets: add branchpoint() function
resolve: commit the changes after each item resolve (issue3638)
subrepo, hghave: use "svn --version --quiet" to determine version number
subrepo: setting LC_MESSAGES only works if LC_ALL is empty or unset
templatefilters: add parameterized date method
templatefilters: add parameterized fill function
templatefilters: avoid traceback caused by bogus date input (issue3344)
templatekw: add p1rev, p1node, p2rev, p2node keywords
templatekw: add parent1, parent1node, parent2, parent2node keywords
templater: abort when a template filter raises an exception (issue2987)
templater: add if/ifeq conditionals
templater: add sub() function
templating: make new-style templating features work with command line lists
bookmarks: take ChangesetEvolution into account when updating (issue3561)
speedup various operation related to ChangesetEvolution
add detection of changeset bumped by ChangesetEvolution
1.2. Extension features
color: add additional changeset.phase label to log.changeset and log.parent
color: enabled color support for export command (issue1507)
color: support for all grep fields
contrib: add a commit synthesizer for reproducing scaling problems
histedit: refuse to edit public changeset
histedit: replaces patching logic by merges
histedit: support for ChangesetEvolution if enabled
largefiles: always create the cache and standin directories when cloning
largefiles: distinguish "no remote repo" from "no files to upload" (issue3651)
largefiles: fix a traceback in lfconvert if a largefile is missing (issue3519)
mq: improve qqueue message with patches applied (issue3036)
mq: update bookmarks during qrefresh
notify: support revset selection for subscriptions
rebase: support for ChangesetEvolution if enabled
record: checks for valid username before starting recording process (issue3456)
record: fix display of non-ASCII names in chunk selection
1.3. Fixes
amend: fix incompatibity between logfile and message option (issue3675)
amend: wrap all commit operations in a single transaction
bookmarks: abort when incompatible options are used (issue3663)
bookmarks: avoid redundant creation/assignment of "validdests" in "validdest()"
bookmarks: check bookmark format during rename (issue3662)
bookmarks: when @ bookmark diverges, don't double the @ sign (BC)
bookmark: prevent crashing when a successor is unknown locally (issue3680)
clone: activate @ bookmark if updating to it
clone: don't %-escape the default destination (issue3145)
clone: make sure to use "@" as bookmark and "default" as branch (issue3677) (BC)
clone: print bookmark name when clone activates a bookmark
commands: don't infer repo for commands like update (issue2748)
convert: normalize paths in filemaps (issue3612)
dirstate: handle large dates and times with masking (issue2608)
dirstate: handle dangling junctions on windows (issue2579)
filemerge: use util.shellquote when calling merge (issue3581)
hgweb: make the escape filter remove null characters (issue2567)
http2: make it possible to connect w/o ssl on port 443
icasefs: make case-folding collision detection as deletion aware (issue3648)
largefiles: don't copy largefiles from working dir to the store while converting
largefiles: respect the rev when reading standins in copytostore() (issue3630)
largefiles: use 'default' instead of 'default-push' when pulling (issue3584)
mq: fix qrefresh case sensitivity (issue3271)
patchbomb: respect --in-reply-to for all mails if no intro message is sent
remove: don't return error on directories with tracked files
revset: accept @ in unquoted symbols (issue3686)
scmutil: add mustaudit delegation to filtervfs (issue3673)
subrepo: only do clean update when overwrite is set (issue3276)
subrepo: subrepo isolation, pass baseui when cloning a new subrepo (issue2904)
update: check for missing files with --check (issue3595) (BC)
url: use open and not url.open for local files (issue3624)
verify: fix all doubled-slash sites (issue3665)
wireproto: fix pushkey hook failure and output on remote http repo
2012-11-02 02:46:05 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.32 2012/11/02 01:46:05 wiz Exp $
|
2006-01-15 03:15:58 +01:00
|
|
|
bin/hg
|
2006-03-01 19:27:26 +01:00
|
|
|
${PYSITELIB}/hgext/__init__.py
|
|
|
|
${PYSITELIB}/hgext/__init__.pyc
|
|
|
|
${PYSITELIB}/hgext/__init__.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/hgext/acl.py
|
|
|
|
${PYSITELIB}/hgext/acl.pyc
|
|
|
|
${PYSITELIB}/hgext/acl.pyo
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/hgext/bugzilla.py
|
|
|
|
${PYSITELIB}/hgext/bugzilla.pyc
|
|
|
|
${PYSITELIB}/hgext/bugzilla.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/hgext/children.py
|
|
|
|
${PYSITELIB}/hgext/children.pyc
|
|
|
|
${PYSITELIB}/hgext/children.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/churn.py
|
|
|
|
${PYSITELIB}/hgext/churn.pyc
|
|
|
|
${PYSITELIB}/hgext/churn.pyo
|
|
|
|
${PYSITELIB}/hgext/color.py
|
|
|
|
${PYSITELIB}/hgext/color.pyc
|
|
|
|
${PYSITELIB}/hgext/color.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/convert/__init__.py
|
|
|
|
${PYSITELIB}/hgext/convert/__init__.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/__init__.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/hgext/convert/bzr.py
|
|
|
|
${PYSITELIB}/hgext/convert/bzr.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/bzr.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/convert/common.py
|
|
|
|
${PYSITELIB}/hgext/convert/common.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/common.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/convert/convcmd.py
|
|
|
|
${PYSITELIB}/hgext/convert/convcmd.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/convcmd.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/convert/cvs.py
|
|
|
|
${PYSITELIB}/hgext/convert/cvs.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/cvs.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/hgext/convert/cvsps.py
|
|
|
|
${PYSITELIB}/hgext/convert/cvsps.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/cvsps.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/hgext/convert/darcs.py
|
|
|
|
${PYSITELIB}/hgext/convert/darcs.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/darcs.pyo
|
|
|
|
${PYSITELIB}/hgext/convert/filemap.py
|
|
|
|
${PYSITELIB}/hgext/convert/filemap.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/filemap.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/convert/git.py
|
|
|
|
${PYSITELIB}/hgext/convert/git.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/git.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/convert/gnuarch.py
|
|
|
|
${PYSITELIB}/hgext/convert/gnuarch.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/gnuarch.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/convert/hg.py
|
|
|
|
${PYSITELIB}/hgext/convert/hg.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/hg.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/convert/monotone.py
|
|
|
|
${PYSITELIB}/hgext/convert/monotone.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/monotone.pyo
|
2009-03-06 08:53:00 +01:00
|
|
|
${PYSITELIB}/hgext/convert/p4.py
|
|
|
|
${PYSITELIB}/hgext/convert/p4.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/p4.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/hgext/convert/subversion.py
|
|
|
|
${PYSITELIB}/hgext/convert/subversion.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/subversion.pyo
|
|
|
|
${PYSITELIB}/hgext/convert/transport.py
|
|
|
|
${PYSITELIB}/hgext/convert/transport.pyc
|
|
|
|
${PYSITELIB}/hgext/convert/transport.pyo
|
2010-06-05 14:32:20 +02:00
|
|
|
${PYSITELIB}/hgext/eol.py
|
|
|
|
${PYSITELIB}/hgext/eol.pyc
|
|
|
|
${PYSITELIB}/hgext/eol.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/hgext/extdiff.py
|
|
|
|
${PYSITELIB}/hgext/extdiff.pyc
|
|
|
|
${PYSITELIB}/hgext/extdiff.pyo
|
2012-05-03 18:16:51 +02:00
|
|
|
${PYSITELIB}/hgext/factotum.py
|
|
|
|
${PYSITELIB}/hgext/factotum.pyc
|
|
|
|
${PYSITELIB}/hgext/factotum.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/hgext/fetch.py
|
|
|
|
${PYSITELIB}/hgext/fetch.pyc
|
|
|
|
${PYSITELIB}/hgext/fetch.pyo
|
2006-03-01 19:27:26 +01:00
|
|
|
${PYSITELIB}/hgext/gpg.py
|
|
|
|
${PYSITELIB}/hgext/gpg.pyc
|
|
|
|
${PYSITELIB}/hgext/gpg.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/graphlog.py
|
|
|
|
${PYSITELIB}/hgext/graphlog.pyc
|
|
|
|
${PYSITELIB}/hgext/graphlog.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/hgext/hgcia.py
|
|
|
|
${PYSITELIB}/hgext/hgcia.pyc
|
|
|
|
${PYSITELIB}/hgext/hgcia.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/hgext/hgk.py
|
|
|
|
${PYSITELIB}/hgext/hgk.pyc
|
|
|
|
${PYSITELIB}/hgext/hgk.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/hgext/highlight/__init__.py
|
|
|
|
${PYSITELIB}/hgext/highlight/__init__.pyc
|
|
|
|
${PYSITELIB}/hgext/highlight/__init__.pyo
|
|
|
|
${PYSITELIB}/hgext/highlight/highlight.py
|
|
|
|
${PYSITELIB}/hgext/highlight/highlight.pyc
|
|
|
|
${PYSITELIB}/hgext/highlight/highlight.pyo
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/hgext/histedit.py
|
|
|
|
${PYSITELIB}/hgext/histedit.pyc
|
|
|
|
${PYSITELIB}/hgext/histedit.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/hgext/interhg.py
|
|
|
|
${PYSITELIB}/hgext/interhg.pyc
|
|
|
|
${PYSITELIB}/hgext/interhg.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/keyword.py
|
|
|
|
${PYSITELIB}/hgext/keyword.pyc
|
|
|
|
${PYSITELIB}/hgext/keyword.pyo
|
2011-11-03 00:14:33 +01:00
|
|
|
${PYSITELIB}/hgext/largefiles/__init__.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/__init__.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/__init__.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/basestore.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/basestore.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/basestore.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/lfcommands.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/lfcommands.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/lfcommands.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/lfutil.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/lfutil.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/lfutil.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/localstore.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/localstore.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/localstore.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/overrides.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/overrides.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/overrides.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/proto.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/proto.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/proto.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/remotestore.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/remotestore.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/remotestore.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/reposetup.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/reposetup.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/reposetup.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/uisetup.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/uisetup.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/uisetup.pyo
|
|
|
|
${PYSITELIB}/hgext/largefiles/wirestore.py
|
|
|
|
${PYSITELIB}/hgext/largefiles/wirestore.pyc
|
|
|
|
${PYSITELIB}/hgext/largefiles/wirestore.pyo
|
2006-04-09 01:21:38 +02:00
|
|
|
${PYSITELIB}/hgext/mq.py
|
|
|
|
${PYSITELIB}/hgext/mq.pyc
|
|
|
|
${PYSITELIB}/hgext/mq.pyo
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/hgext/notify.py
|
|
|
|
${PYSITELIB}/hgext/notify.pyc
|
|
|
|
${PYSITELIB}/hgext/notify.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/pager.py
|
|
|
|
${PYSITELIB}/hgext/pager.pyc
|
|
|
|
${PYSITELIB}/hgext/pager.pyo
|
2006-04-09 01:21:38 +02:00
|
|
|
${PYSITELIB}/hgext/patchbomb.py
|
|
|
|
${PYSITELIB}/hgext/patchbomb.pyc
|
|
|
|
${PYSITELIB}/hgext/patchbomb.pyo
|
Update to 1.5.
1.5: Small behavior changes
* hg heads now shows all branch heads, use --topo for old behavior
* hg annotate now follows copies and renames by default, use
--no-follow for old behavior
* the repo#name URL syntax now refers to all branch heads if
name is a branch
* servers now allow clone --uncompressed by default, set
server.uncompressed=false for old behavior
* the {file_copies} template now displays copies unconditionally,
use {file_copies_switch} for old behavior
* the templates/ directory has moved inside mercurial/
* mq patches are automatically upgraded to git patches, use
mq.git=keep for old behavior
1.5 - 2010-03-06
Core
* improved behavior for named branches with heads command
* new XML output template for logs
* import extract multiple patches from emails, mboxes, files, and URLs
* new patch.eol=auto option to ignore patch line-endings while
preserving target file endings.
* new -b/--branch option for clone, bundle, incoming, outgoing,
pull, and push
* new server.validate option to validate completeness of pushed
changesets
* subrepos now has basic Subversion support
* support for SSL server certificates and improved IPv6 support
* the HGPLAIN environment variable makes output more stable for scripts
Extensions
* new progress bar extension
* mq: new --mq option to make regular commands operate on queue repository
* mq: automatically upgrade conventional patches to git format where needed
* color: add support for bookmarks, resolve -l, and churn --diffstat
* convert: two CVS history editing hooks
* win32mbcs: add configuration to specify path encoding
* zeroconf: many bug fixes
* rebase: new --detach option for rebase
Web Interface
* improve navigation on log and graph pages
* support for pluggable authorization
* raw templates for tags/branches pages
* add wsgi script for Microsoft IIS with isapi-wsgi
Help and Documentation
* greatly improve error messages and command documentation
* support extended documentation with --verbose
* provide help for disabled extensions and commands
2010-03-08 00:23:59 +01:00
|
|
|
${PYSITELIB}/hgext/progress.py
|
|
|
|
${PYSITELIB}/hgext/progress.pyc
|
|
|
|
${PYSITELIB}/hgext/progress.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/hgext/purge.py
|
|
|
|
${PYSITELIB}/hgext/purge.pyc
|
|
|
|
${PYSITELIB}/hgext/purge.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/hgext/rebase.py
|
|
|
|
${PYSITELIB}/hgext/rebase.pyc
|
|
|
|
${PYSITELIB}/hgext/rebase.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/hgext/record.py
|
|
|
|
${PYSITELIB}/hgext/record.pyc
|
|
|
|
${PYSITELIB}/hgext/record.pyo
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/hgext/relink.py
|
|
|
|
${PYSITELIB}/hgext/relink.pyc
|
|
|
|
${PYSITELIB}/hgext/relink.pyo
|
2009-12-02 13:08:57 +01:00
|
|
|
${PYSITELIB}/hgext/schemes.py
|
|
|
|
${PYSITELIB}/hgext/schemes.pyc
|
|
|
|
${PYSITELIB}/hgext/schemes.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/hgext/share.py
|
|
|
|
${PYSITELIB}/hgext/share.pyc
|
|
|
|
${PYSITELIB}/hgext/share.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/hgext/transplant.py
|
|
|
|
${PYSITELIB}/hgext/transplant.pyc
|
|
|
|
${PYSITELIB}/hgext/transplant.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/hgext/win32mbcs.py
|
|
|
|
${PYSITELIB}/hgext/win32mbcs.pyc
|
|
|
|
${PYSITELIB}/hgext/win32mbcs.pyo
|
2006-03-01 19:27:26 +01:00
|
|
|
${PYSITELIB}/hgext/win32text.py
|
|
|
|
${PYSITELIB}/hgext/win32text.pyc
|
|
|
|
${PYSITELIB}/hgext/win32text.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/hgext/zeroconf/Zeroconf.py
|
|
|
|
${PYSITELIB}/hgext/zeroconf/Zeroconf.pyc
|
|
|
|
${PYSITELIB}/hgext/zeroconf/Zeroconf.pyo
|
|
|
|
${PYSITELIB}/hgext/zeroconf/__init__.py
|
|
|
|
${PYSITELIB}/hgext/zeroconf/__init__.pyc
|
|
|
|
${PYSITELIB}/hgext/zeroconf/__init__.pyo
|
2012-04-08 22:21:41 +02:00
|
|
|
${PYSITELIB}/${EGG_FILE}
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/__init__.py
|
|
|
|
${PYSITELIB}/mercurial/__init__.pyc
|
|
|
|
${PYSITELIB}/mercurial/__init__.pyo
|
2007-01-02 17:52:00 +01:00
|
|
|
${PYSITELIB}/mercurial/__version__.py
|
|
|
|
${PYSITELIB}/mercurial/__version__.pyc
|
|
|
|
${PYSITELIB}/mercurial/__version__.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/ancestor.py
|
|
|
|
${PYSITELIB}/mercurial/ancestor.pyc
|
|
|
|
${PYSITELIB}/mercurial/ancestor.pyo
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/mercurial/archival.py
|
|
|
|
${PYSITELIB}/mercurial/archival.pyc
|
|
|
|
${PYSITELIB}/mercurial/archival.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/base85.so
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/bdiff.so
|
2011-03-02 07:46:11 +01:00
|
|
|
${PYSITELIB}/mercurial/bookmarks.py
|
|
|
|
${PYSITELIB}/mercurial/bookmarks.pyc
|
|
|
|
${PYSITELIB}/mercurial/bookmarks.pyo
|
2006-04-09 01:21:38 +02:00
|
|
|
${PYSITELIB}/mercurial/bundlerepo.py
|
|
|
|
${PYSITELIB}/mercurial/bundlerepo.pyc
|
|
|
|
${PYSITELIB}/mercurial/bundlerepo.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/byterange.py
|
|
|
|
${PYSITELIB}/mercurial/byterange.pyc
|
|
|
|
${PYSITELIB}/mercurial/byterange.pyo
|
2006-04-09 01:21:38 +02:00
|
|
|
${PYSITELIB}/mercurial/changegroup.py
|
|
|
|
${PYSITELIB}/mercurial/changegroup.pyc
|
|
|
|
${PYSITELIB}/mercurial/changegroup.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/changelog.py
|
|
|
|
${PYSITELIB}/mercurial/changelog.pyc
|
|
|
|
${PYSITELIB}/mercurial/changelog.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/cmdutil.py
|
|
|
|
${PYSITELIB}/mercurial/cmdutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/cmdutil.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/commands.py
|
|
|
|
${PYSITELIB}/mercurial/commands.pyc
|
|
|
|
${PYSITELIB}/mercurial/commands.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/commandserver.py
|
|
|
|
${PYSITELIB}/mercurial/commandserver.pyc
|
|
|
|
${PYSITELIB}/mercurial/commandserver.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/config.py
|
|
|
|
${PYSITELIB}/mercurial/config.pyc
|
|
|
|
${PYSITELIB}/mercurial/config.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/context.py
|
|
|
|
${PYSITELIB}/mercurial/context.pyc
|
|
|
|
${PYSITELIB}/mercurial/context.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/copies.py
|
|
|
|
${PYSITELIB}/mercurial/copies.pyc
|
|
|
|
${PYSITELIB}/mercurial/copies.pyo
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/dagparser.py
|
|
|
|
${PYSITELIB}/mercurial/dagparser.pyc
|
|
|
|
${PYSITELIB}/mercurial/dagparser.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/dagutil.py
|
|
|
|
${PYSITELIB}/mercurial/dagutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/dagutil.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/mercurial/demandimport.py
|
|
|
|
${PYSITELIB}/mercurial/demandimport.pyc
|
|
|
|
${PYSITELIB}/mercurial/demandimport.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/mercurial/diffhelpers.so
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/dirstate.py
|
|
|
|
${PYSITELIB}/mercurial/dirstate.pyc
|
|
|
|
${PYSITELIB}/mercurial/dirstate.pyo
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/discovery.py
|
|
|
|
${PYSITELIB}/mercurial/discovery.pyc
|
|
|
|
${PYSITELIB}/mercurial/discovery.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/mercurial/dispatch.py
|
|
|
|
${PYSITELIB}/mercurial/dispatch.pyc
|
|
|
|
${PYSITELIB}/mercurial/dispatch.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/encoding.py
|
|
|
|
${PYSITELIB}/mercurial/encoding.pyc
|
|
|
|
${PYSITELIB}/mercurial/encoding.pyo
|
2009-03-06 08:53:00 +01:00
|
|
|
${PYSITELIB}/mercurial/error.py
|
|
|
|
${PYSITELIB}/mercurial/error.pyc
|
|
|
|
${PYSITELIB}/mercurial/error.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/mercurial/extensions.py
|
|
|
|
${PYSITELIB}/mercurial/extensions.pyc
|
|
|
|
${PYSITELIB}/mercurial/extensions.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/fancyopts.py
|
|
|
|
${PYSITELIB}/mercurial/fancyopts.pyc
|
|
|
|
${PYSITELIB}/mercurial/fancyopts.pyo
|
|
|
|
${PYSITELIB}/mercurial/filelog.py
|
|
|
|
${PYSITELIB}/mercurial/filelog.pyc
|
|
|
|
${PYSITELIB}/mercurial/filelog.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/filemerge.py
|
|
|
|
${PYSITELIB}/mercurial/filemerge.pyc
|
|
|
|
${PYSITELIB}/mercurial/filemerge.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/fileset.py
|
|
|
|
${PYSITELIB}/mercurial/fileset.pyc
|
|
|
|
${PYSITELIB}/mercurial/fileset.pyo
|
2012-05-03 18:16:51 +02:00
|
|
|
${PYSITELIB}/mercurial/formatter.py
|
|
|
|
${PYSITELIB}/mercurial/formatter.pyc
|
|
|
|
${PYSITELIB}/mercurial/formatter.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/graphmod.py
|
|
|
|
${PYSITELIB}/mercurial/graphmod.pyc
|
|
|
|
${PYSITELIB}/mercurial/graphmod.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/hbisect.py
|
|
|
|
${PYSITELIB}/mercurial/hbisect.pyc
|
|
|
|
${PYSITELIB}/mercurial/hbisect.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/help.py
|
|
|
|
${PYSITELIB}/mercurial/help.pyc
|
|
|
|
${PYSITELIB}/mercurial/help.pyo
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/help/config.txt
|
|
|
|
${PYSITELIB}/mercurial/help/dates.txt
|
|
|
|
${PYSITELIB}/mercurial/help/diffs.txt
|
|
|
|
${PYSITELIB}/mercurial/help/environment.txt
|
|
|
|
${PYSITELIB}/mercurial/help/extensions.txt
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/help/filesets.txt
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/help/glossary.txt
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/help/hgignore.txt
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/help/hgweb.txt
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/help/merge-tools.txt
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/help/multirevs.txt
|
|
|
|
${PYSITELIB}/mercurial/help/patterns.txt
|
2012-02-12 19:49:45 +01:00
|
|
|
${PYSITELIB}/mercurial/help/phases.txt
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/help/revisions.txt
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/help/revsets.txt
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/help/subrepos.txt
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/help/templates.txt
|
|
|
|
${PYSITELIB}/mercurial/help/urls.txt
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/hg.py
|
|
|
|
${PYSITELIB}/mercurial/hg.pyc
|
|
|
|
${PYSITELIB}/mercurial/hg.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/hgweb/__init__.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/__init__.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/__init__.pyo
|
|
|
|
${PYSITELIB}/mercurial/hgweb/common.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/common.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/common.pyo
|
|
|
|
${PYSITELIB}/mercurial/hgweb/hgweb_mod.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/hgweb_mod.pyo
|
|
|
|
${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/hgwebdir_mod.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/hgweb/protocol.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/protocol.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/protocol.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/hgweb/request.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/request.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/request.pyo
|
|
|
|
${PYSITELIB}/mercurial/hgweb/server.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/server.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/server.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/hgweb/webcommands.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/webcommands.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/webcommands.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/hgweb/webutil.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/webutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/webutil.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/hgweb/wsgicgi.py
|
|
|
|
${PYSITELIB}/mercurial/hgweb/wsgicgi.pyc
|
|
|
|
${PYSITELIB}/mercurial/hgweb/wsgicgi.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/mercurial/hook.py
|
|
|
|
${PYSITELIB}/mercurial/hook.pyc
|
|
|
|
${PYSITELIB}/mercurial/hook.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/httpclient/__init__.py
|
|
|
|
${PYSITELIB}/mercurial/httpclient/__init__.pyc
|
|
|
|
${PYSITELIB}/mercurial/httpclient/__init__.pyo
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/httpclient/_readers.py
|
|
|
|
${PYSITELIB}/mercurial/httpclient/_readers.pyc
|
|
|
|
${PYSITELIB}/mercurial/httpclient/_readers.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/httpclient/socketutil.py
|
|
|
|
${PYSITELIB}/mercurial/httpclient/socketutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/httpclient/socketutil.pyo
|
|
|
|
${PYSITELIB}/mercurial/httpconnection.py
|
|
|
|
${PYSITELIB}/mercurial/httpconnection.pyc
|
|
|
|
${PYSITELIB}/mercurial/httpconnection.pyo
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/httppeer.py
|
|
|
|
${PYSITELIB}/mercurial/httppeer.pyc
|
|
|
|
${PYSITELIB}/mercurial/httppeer.pyo
|
2006-03-01 19:27:26 +01:00
|
|
|
${PYSITELIB}/mercurial/i18n.py
|
|
|
|
${PYSITELIB}/mercurial/i18n.pyc
|
|
|
|
${PYSITELIB}/mercurial/i18n.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/mercurial/ignore.py
|
|
|
|
${PYSITELIB}/mercurial/ignore.pyc
|
|
|
|
${PYSITELIB}/mercurial/ignore.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/keepalive.py
|
|
|
|
${PYSITELIB}/mercurial/keepalive.pyc
|
|
|
|
${PYSITELIB}/mercurial/keepalive.pyo
|
2009-03-06 08:53:00 +01:00
|
|
|
${PYSITELIB}/mercurial/locale/da/LC_MESSAGES/hg.mo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/locale/de/LC_MESSAGES/hg.mo
|
|
|
|
${PYSITELIB}/mercurial/locale/el/LC_MESSAGES/hg.mo
|
|
|
|
${PYSITELIB}/mercurial/locale/fr/LC_MESSAGES/hg.mo
|
2009-03-06 08:53:00 +01:00
|
|
|
${PYSITELIB}/mercurial/locale/it/LC_MESSAGES/hg.mo
|
|
|
|
${PYSITELIB}/mercurial/locale/ja/LC_MESSAGES/hg.mo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/locale/pt_BR/LC_MESSAGES/hg.mo
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/locale/ro/LC_MESSAGES/hg.mo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/locale/ru/LC_MESSAGES/hg.mo
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/locale/sv/LC_MESSAGES/hg.mo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/locale/zh_CN/LC_MESSAGES/hg.mo
|
|
|
|
${PYSITELIB}/mercurial/locale/zh_TW/LC_MESSAGES/hg.mo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/localrepo.py
|
|
|
|
${PYSITELIB}/mercurial/localrepo.pyc
|
|
|
|
${PYSITELIB}/mercurial/localrepo.pyo
|
|
|
|
${PYSITELIB}/mercurial/lock.py
|
|
|
|
${PYSITELIB}/mercurial/lock.pyc
|
|
|
|
${PYSITELIB}/mercurial/lock.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/lsprof.py
|
|
|
|
${PYSITELIB}/mercurial/lsprof.pyc
|
|
|
|
${PYSITELIB}/mercurial/lsprof.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/lsprofcalltree.py
|
|
|
|
${PYSITELIB}/mercurial/lsprofcalltree.pyc
|
|
|
|
${PYSITELIB}/mercurial/lsprofcalltree.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/mail.py
|
|
|
|
${PYSITELIB}/mercurial/mail.pyc
|
|
|
|
${PYSITELIB}/mercurial/mail.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/manifest.py
|
|
|
|
${PYSITELIB}/mercurial/manifest.pyc
|
|
|
|
${PYSITELIB}/mercurial/manifest.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/match.py
|
|
|
|
${PYSITELIB}/mercurial/match.pyc
|
|
|
|
${PYSITELIB}/mercurial/match.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/mdiff.py
|
|
|
|
${PYSITELIB}/mercurial/mdiff.pyc
|
|
|
|
${PYSITELIB}/mercurial/mdiff.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/merge.py
|
|
|
|
${PYSITELIB}/mercurial/merge.pyc
|
|
|
|
${PYSITELIB}/mercurial/merge.pyo
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/minirst.py
|
|
|
|
${PYSITELIB}/mercurial/minirst.pyc
|
|
|
|
${PYSITELIB}/mercurial/minirst.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/mpatch.so
|
|
|
|
${PYSITELIB}/mercurial/node.py
|
|
|
|
${PYSITELIB}/mercurial/node.pyc
|
|
|
|
${PYSITELIB}/mercurial/node.pyo
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/obsolete.py
|
|
|
|
${PYSITELIB}/mercurial/obsolete.pyc
|
|
|
|
${PYSITELIB}/mercurial/obsolete.pyo
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/mercurial/osutil.so
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/parser.py
|
|
|
|
${PYSITELIB}/mercurial/parser.pyc
|
|
|
|
${PYSITELIB}/mercurial/parser.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/parsers.so
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/patch.py
|
|
|
|
${PYSITELIB}/mercurial/patch.pyc
|
|
|
|
${PYSITELIB}/mercurial/patch.pyo
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/peer.py
|
|
|
|
${PYSITELIB}/mercurial/peer.pyc
|
|
|
|
${PYSITELIB}/mercurial/peer.pyo
|
2012-02-12 19:49:45 +01:00
|
|
|
${PYSITELIB}/mercurial/phases.py
|
|
|
|
${PYSITELIB}/mercurial/phases.pyc
|
|
|
|
${PYSITELIB}/mercurial/phases.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/posix.py
|
|
|
|
${PYSITELIB}/mercurial/posix.pyc
|
|
|
|
${PYSITELIB}/mercurial/posix.pyo
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/pushkey.py
|
|
|
|
${PYSITELIB}/mercurial/pushkey.pyc
|
|
|
|
${PYSITELIB}/mercurial/pushkey.pyo
|
2012-05-03 18:16:51 +02:00
|
|
|
${PYSITELIB}/mercurial/pvec.py
|
|
|
|
${PYSITELIB}/mercurial/pvec.pyc
|
|
|
|
${PYSITELIB}/mercurial/pvec.pyo
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/py3kcompat.py
|
|
|
|
${PYSITELIB}/mercurial/py3kcompat.pyc
|
|
|
|
${PYSITELIB}/mercurial/py3kcompat.pyo
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/mercurial/repair.py
|
|
|
|
${PYSITELIB}/mercurial/repair.pyc
|
|
|
|
${PYSITELIB}/mercurial/repair.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/revlog.py
|
|
|
|
${PYSITELIB}/mercurial/revlog.pyc
|
|
|
|
${PYSITELIB}/mercurial/revlog.pyo
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/revset.py
|
|
|
|
${PYSITELIB}/mercurial/revset.pyc
|
|
|
|
${PYSITELIB}/mercurial/revset.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/scmutil.py
|
|
|
|
${PYSITELIB}/mercurial/scmutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/scmutil.pyo
|
|
|
|
${PYSITELIB}/mercurial/setdiscovery.py
|
|
|
|
${PYSITELIB}/mercurial/setdiscovery.pyc
|
|
|
|
${PYSITELIB}/mercurial/setdiscovery.pyo
|
2010-07-05 11:11:14 +02:00
|
|
|
${PYSITELIB}/mercurial/similar.py
|
|
|
|
${PYSITELIB}/mercurial/similar.pyc
|
|
|
|
${PYSITELIB}/mercurial/similar.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/simplemerge.py
|
|
|
|
${PYSITELIB}/mercurial/simplemerge.pyc
|
|
|
|
${PYSITELIB}/mercurial/simplemerge.pyo
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/sshpeer.py
|
|
|
|
${PYSITELIB}/mercurial/sshpeer.pyc
|
|
|
|
${PYSITELIB}/mercurial/sshpeer.pyo
|
2006-07-26 00:12:38 +02:00
|
|
|
${PYSITELIB}/mercurial/sshserver.py
|
|
|
|
${PYSITELIB}/mercurial/sshserver.pyc
|
|
|
|
${PYSITELIB}/mercurial/sshserver.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/sslutil.py
|
|
|
|
${PYSITELIB}/mercurial/sslutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/sslutil.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/statichttprepo.py
|
|
|
|
${PYSITELIB}/mercurial/statichttprepo.pyc
|
|
|
|
${PYSITELIB}/mercurial/statichttprepo.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/store.py
|
|
|
|
${PYSITELIB}/mercurial/store.pyc
|
|
|
|
${PYSITELIB}/mercurial/store.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/strutil.py
|
|
|
|
${PYSITELIB}/mercurial/strutil.pyc
|
|
|
|
${PYSITELIB}/mercurial/strutil.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/subrepo.py
|
|
|
|
${PYSITELIB}/mercurial/subrepo.pyc
|
|
|
|
${PYSITELIB}/mercurial/subrepo.pyo
|
2009-11-17 11:49:50 +01:00
|
|
|
${PYSITELIB}/mercurial/tags.py
|
|
|
|
${PYSITELIB}/mercurial/tags.pyc
|
|
|
|
${PYSITELIB}/mercurial/tags.pyo
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/templatefilters.py
|
|
|
|
${PYSITELIB}/mercurial/templatefilters.pyc
|
|
|
|
${PYSITELIB}/mercurial/templatefilters.pyo
|
Update to 1.5.
1.5: Small behavior changes
* hg heads now shows all branch heads, use --topo for old behavior
* hg annotate now follows copies and renames by default, use
--no-follow for old behavior
* the repo#name URL syntax now refers to all branch heads if
name is a branch
* servers now allow clone --uncompressed by default, set
server.uncompressed=false for old behavior
* the {file_copies} template now displays copies unconditionally,
use {file_copies_switch} for old behavior
* the templates/ directory has moved inside mercurial/
* mq patches are automatically upgraded to git patches, use
mq.git=keep for old behavior
1.5 - 2010-03-06
Core
* improved behavior for named branches with heads command
* new XML output template for logs
* import extract multiple patches from emails, mboxes, files, and URLs
* new patch.eol=auto option to ignore patch line-endings while
preserving target file endings.
* new -b/--branch option for clone, bundle, incoming, outgoing,
pull, and push
* new server.validate option to validate completeness of pushed
changesets
* subrepos now has basic Subversion support
* support for SSL server certificates and improved IPv6 support
* the HGPLAIN environment variable makes output more stable for scripts
Extensions
* new progress bar extension
* mq: new --mq option to make regular commands operate on queue repository
* mq: automatically upgrade conventional patches to git format where needed
* color: add support for bookmarks, resolve -l, and churn --diffstat
* convert: two CVS history editing hooks
* win32mbcs: add configuration to specify path encoding
* zeroconf: many bug fixes
* rebase: new --detach option for rebase
Web Interface
* improve navigation on log and graph pages
* support for pluggable authorization
* raw templates for tags/branches pages
* add wsgi script for Microsoft IIS with isapi-wsgi
Help and Documentation
* greatly improve error messages and command documentation
* support extended documentation with --verbose
* provide help for disabled extensions and commands
2010-03-08 00:23:59 +01:00
|
|
|
${PYSITELIB}/mercurial/templatekw.py
|
|
|
|
${PYSITELIB}/mercurial/templatekw.pyc
|
|
|
|
${PYSITELIB}/mercurial/templatekw.pyo
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/mercurial/templater.py
|
|
|
|
${PYSITELIB}/mercurial/templater.pyc
|
|
|
|
${PYSITELIB}/mercurial/templater.pyo
|
2011-05-02 15:05:06 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/atom/bookmarkentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/atom/bookmarks.tmpl
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/atom/changelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/atom/changelogentry.tmpl
|
2009-03-06 08:53:00 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/atom/error.tmpl
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/atom/filelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/atom/header.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/atom/map
|
|
|
|
${PYSITELIB}/mercurial/templates/atom/tagentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/atom/tags.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/coal/header.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/coal/map
|
2011-05-02 15:05:06 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/bookmarks.tmpl
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/branches.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/changelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/changelogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/changeset.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/error.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/fileannotate.tmpl
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/filecomparison.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/filediff.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/filelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/filerevision.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/footer.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/graph.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/header.tmpl
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/help.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/helptopics.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/index.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/manifest.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/map
|
2007-10-26 16:42:23 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/notfound.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/search.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/shortlog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/summary.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/gitweb/tags.tmpl
|
2011-11-03 00:14:33 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/map-cmdline.bisect
|
2006-04-09 01:21:38 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/map-cmdline.changelog
|
|
|
|
${PYSITELIB}/mercurial/templates/map-cmdline.compact
|
|
|
|
${PYSITELIB}/mercurial/templates/map-cmdline.default
|
Update to 1.5.
1.5: Small behavior changes
* hg heads now shows all branch heads, use --topo for old behavior
* hg annotate now follows copies and renames by default, use
--no-follow for old behavior
* the repo#name URL syntax now refers to all branch heads if
name is a branch
* servers now allow clone --uncompressed by default, set
server.uncompressed=false for old behavior
* the {file_copies} template now displays copies unconditionally,
use {file_copies_switch} for old behavior
* the templates/ directory has moved inside mercurial/
* mq patches are automatically upgraded to git patches, use
mq.git=keep for old behavior
1.5 - 2010-03-06
Core
* improved behavior for named branches with heads command
* new XML output template for logs
* import extract multiple patches from emails, mboxes, files, and URLs
* new patch.eol=auto option to ignore patch line-endings while
preserving target file endings.
* new -b/--branch option for clone, bundle, incoming, outgoing,
pull, and push
* new server.validate option to validate completeness of pushed
changesets
* subrepos now has basic Subversion support
* support for SSL server certificates and improved IPv6 support
* the HGPLAIN environment variable makes output more stable for scripts
Extensions
* new progress bar extension
* mq: new --mq option to make regular commands operate on queue repository
* mq: automatically upgrade conventional patches to git format where needed
* color: add support for bookmarks, resolve -l, and churn --diffstat
* convert: two CVS history editing hooks
* win32mbcs: add configuration to specify path encoding
* zeroconf: many bug fixes
* rebase: new --detach option for rebase
Web Interface
* improve navigation on log and graph pages
* support for pluggable authorization
* raw templates for tags/branches pages
* add wsgi script for Microsoft IIS with isapi-wsgi
Help and Documentation
* greatly improve error messages and command documentation
* support extended documentation with --verbose
* provide help for disabled extensions and commands
2010-03-08 00:23:59 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/map-cmdline.xml
|
2011-05-02 15:05:06 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/bookmarks.tmpl
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/branches.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/changelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/changelogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/changeset.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/error.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/fileannotate.tmpl
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/filecomparison.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/filediff.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/filelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/filerevision.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/footer.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/graph.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/header.tmpl
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/help.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/helptopics.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/index.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/manifest.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/map
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/notfound.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/search.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/shortlog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/summary.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/monoblue/tags.tmpl
|
2011-04-04 11:23:20 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/bookmarks.tmpl
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/branches.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/changeset.tmpl
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/diffstat.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/error.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/fileannotate.tmpl
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/filecomparison.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/filediff.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/filelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/filelogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/filerevision.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/footer.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/graph.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/header.tmpl
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/help.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/helptopics.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/paper/index.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/manifest.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/map
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/notfound.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/search.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/shortlog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/shortlogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/paper/tags.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/changeset.tmpl
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/error.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/fileannotate.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/raw/filediff.tmpl
|
2012-08-11 02:23:03 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/graph.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/raw/graphedge.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/raw/graphnode.tmpl
|
2007-07-03 19:24:53 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/index.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/raw/manifest.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/map
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/raw/notfound.tmpl
|
2011-05-02 15:05:06 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/rss/bookmarkentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/bookmarks.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/rss/changelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/changelogentry.tmpl
|
2009-03-06 08:53:00 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/rss/error.tmpl
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/rss/filelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/filelogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/header.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/map
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/tagentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/rss/tags.tmpl
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/spartan/branches.tmpl
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/spartan/changelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/changelogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/changeset.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/error.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/fileannotate.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/filediff.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/filelog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/filelogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/filerevision.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/footer.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/graph.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/header.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/index.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/manifest.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/map
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/notfound.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/search.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/shortlog.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/shortlogentry.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/spartan/tags.tmpl
|
|
|
|
${PYSITELIB}/mercurial/templates/static/background.png
|
|
|
|
${PYSITELIB}/mercurial/templates/static/coal-file.png
|
|
|
|
${PYSITELIB}/mercurial/templates/static/coal-folder.png
|
|
|
|
${PYSITELIB}/mercurial/templates/static/excanvas.js
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/static/hgicon.png
|
Update to mercurial 1.0 and add DESTDIR support. Changes:
General:
* greatly improved merge tool configuration, see "hgrc.5.txt" for details
* improved copy/rename handling in diffs, status, and merge
* files in .hg inherit permissions from .hg/store
* infer --repository when possible, so commands may be run from anywhere.
* easy-installable
* new "droplet" logo
Commands:
* archive: disable ".hg_archival.txt" file addition with "ui.archivemeta"
* bisect: now built-in with greatly improved performance and usability
* bundle: new --all option to bundle the whole repository more easily.
* cat: apply decode filters with --decode
* clone: can clone from a full-history bundle
* commit: warn when creating a new head
* debugancestor: index argument is now optional
* diff: set the number of context line to show with -U/--unified
* grep: display matched revisions commit date with --date
* import: new --no-commit and --user options
* incoming/outgoing: add --limit option
* log: use -b/--only-branch to show revisions of a single branch
* remove: improve handling for --after
* revert: major speedup
* serve: prefix the served path with --prefix (also in [web] section)
* status: unknown files are skipped by --quiet
* tag: allow multiple tags to be added or removed
* tags: --verbose flags local tags
* update: switch between named branches without -C
Extensions:
* churn: promoted to an official extension (previously in contrib)
* color: new extension coloring "status" and "qseries" command outputs
* convert:
* hgk: configuration file changed from .gitk to .hgk
* highlight: new extension enabling syntax highlighting in hgweb
file view (requires pygments)
* inotify: new extension using Linux 2.6 inotify API for instant
status checking
* keyword: new extension for filewise RCS-keyword expansion in working
directory
* mq: new --currentdate, --date, --currentuser, and --user options
* record: add "qrecord" command when used with mq
Web interface:
* improved WSGI integration and compatibility
* follow symlinks in hgwebdir collections
* show branches in most of gitweb templates
* add line anchors to annotate, changeset, diff and file views
* support web.baseurl in hgwebdir, overriding SCRIPT_NAME
Hooks:
* standard hook to reject text files with CRLF in win32text extension
* redirect stdout to stderr for ssh and http servers
2008-04-11 01:34:51 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/static/hglogo.png
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/static/mercurial.js
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/static/style-coal.css
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/static/style-gitweb.css
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/templates/static/style-monoblue.css
|
|
|
|
${PYSITELIB}/mercurial/templates/static/style-paper.css
|
2006-05-30 23:10:56 +02:00
|
|
|
${PYSITELIB}/mercurial/templates/static/style.css
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/transaction.py
|
|
|
|
${PYSITELIB}/mercurial/transaction.pyc
|
|
|
|
${PYSITELIB}/mercurial/transaction.pyo
|
2011-07-12 13:27:53 +02:00
|
|
|
${PYSITELIB}/mercurial/treediscovery.py
|
|
|
|
${PYSITELIB}/mercurial/treediscovery.pyc
|
|
|
|
${PYSITELIB}/mercurial/treediscovery.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/ui.py
|
|
|
|
${PYSITELIB}/mercurial/ui.pyc
|
|
|
|
${PYSITELIB}/mercurial/ui.pyo
|
Update to 1.1:
Version 1.1 - 2008-12-2
This is a larger feature release.
General:
* Added 'resolve' command for better tracking of in-progress merges
* Several speedups for status and diff commands (especially on Windows)
* Some modules have been rewritten in C for greater speed
* Compatibility with Python 2.6
* Improved correctness in the face of casefolding filesystems
* Fixed a possible race condition in pull
* Fix support for context-size diff settings
* Fixed several crashes on Windows related to code freezing
* Don't complain when trying to load extensions twice
* Allow C extensions to compile on Haiku
* Allow for committing in-memory file contents
* New repository format which limits path lengths in the store
* Unclutter commands list by extracting extension commands into separate lists
* static-http support is now a fallback for the general http support
* Add some buffering to the templater
* Better documentation on git diffs
Web interface:
* Add a canvas-based repository graph
* New and improved hgweb themes: paper, coal and monoblue
* paper is now the new default style; the old default is now called 'spartan'
* Better WSGI compliance
* Collections now show nested repos (best used without a checkout)
* diffs are more sensible, follow diff.git settings
* Full author name available in annotate templates
* Make it easier to add template paths in extensions
* Support for allow_read/deny_read access controls
* Working diff and file log for removed files
* Better alternative for repository collections
* Corrected feed link in gitweb theme
* Fix a bug with CGIs running under IIS
Commands:
* commit: print the revision ID when invoked with --verbose
* resolve: new command to help keep track of merges
* merge: only implicitly select same-branch heads
* export: append instead of overwrite when exporting multiple changesets
* bundle: added support for different compression types
* rollback: clean up empty files
* help: several more sections from the manual are available through hg help now
* bisect: better documentation, give better feedback, option for scripted testing
* branch: allow for resetting current branch name
* patch: add a --similarity option to do rename/copy detection
* tag: without a checkout, use tip as the tagging revision's parent
* log: allow searching by user (with -u)
* import: importing from URL now works with http authentication
* unbundle: importing from URL now works
* pull: with -u, still update if there's only one head on the current branch
* diff: fix a problem with the --showfunc option
Extensions:
* rebase: new extension to support rebasing changesets
* bookmarks: new extension to provide (local-only) git-like branches
* zeroconf: new extension to support publishing repositories through Zeroconf/Bonjour
* hgcia: new extension to facilitate communication with CIA
* mq:
o qfinish: added command for conversion of patches into changesets
o qpush/qgoto: gracefully abort when encountering guards
o qrefresh: don't lose work when interrupted
o qimport: allow for importing patches from URLs
o qnew: abort early if patch already exists, be more careful in general
o qdiff: now supports all diff options
o qfold: more tolerance of file removals, better handling of commit messages
o import: prevent import from working when patches are applied
* convert:
o added support for conversion from bzr repositories
o incorporate an improved Python version of cvsps, replacing the external cvsps tool (see upgrade notes)
o compatibility with recent git releases
o add an option to start from an arbitrary revision
o correctly encode characters in Subversion repository URLs
o better, more tolerant tags detection
* highlight:
o remove need to pre-generate CSS stylesheet
o compatibility with older Pygments versions
o make the lexer guessing faster by not reading all of the file
o allow demandimport to load it incrementally
* fetch: improve support for named branches
* graphlog:
o now adds --graph options to log, incoming and outgoing
o fix calls from outside the repository
* inotify:
o many bugfixes, should work much better
o daemon is automatically started by default
* color:
o add colorization of diffs
o add --color options to many commands
* keywords: be more careful about expanding binary files
* bugzilla: added support for Bugzilla 3.0
* pager: allow per-command configuration
* hgk: display branch names for revisions
* churn: support for templated statistics report generation
* patchbomb: charset encoding can now be configured
* notify: charset encoding can now be configured
2008-12-03 00:08:26 +01:00
|
|
|
${PYSITELIB}/mercurial/url.py
|
|
|
|
${PYSITELIB}/mercurial/url.pyc
|
|
|
|
${PYSITELIB}/mercurial/url.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
${PYSITELIB}/mercurial/util.py
|
|
|
|
${PYSITELIB}/mercurial/util.pyc
|
|
|
|
${PYSITELIB}/mercurial/util.pyo
|
Update to 0.9.2:
New features:
- merge now follows renames and copies
- new layout protects against case-insensitivity issues
- new branch and branches commands for managing named branches
- push command accepts -r for pushing specified heads or named branches
- proper storage of changelog and other metadata in UTF-8
- log, annotate and grep '--follow' follow renames and copies
- date parsing is improved and log, update, and revert accept --date ranges
- additional command options for log, status, addremove
- improved schema for hgweb URLs
- bundle can now use '-r' and '--base' removing the need of an base repository
- support for git-style extended patches with --git option
- new debuginstall command to check for common installation issues
New contributions and extensions:
- mq
- support for quilt-style guards
- can import existing changesets into mq ('qimport -r') or
commit mq patches as regular changesets ('qdel -f')
- edit the log message with 'qrefresh -e'
- rename patches with 'qrename'
- qheader to display the patch header of particular patches,
and '--summary' for qseries, qapplied, qunapplied and qtop
- combine patches with 'qfold'
- qrefresh supports pattern options to import only a subset
of the changes into a patch, to help split changes into multiple patches
- patch names for applied patches act like local tags, and can be
used in the revision arguments of any hg command
- hgk
- browse a subset of the history with '--limit' and revision range arguments
- shows revision numbers as well as node hashes
- churn: graph lines of code changed per user over a range of history
- patchbomb: generate inline attachments with '-a'
Behavior changes:
- hg cat defaults to the working directory revision rather than tip
- hg manifest no longer shows internal file revision hashes by default
- hg revert now requires the -a flag to revert all files
Developer notes:
- new high-level API functions in the 'hg' module
- new context API simplifies many operations
- The changelog can now include arbitrary metadata in key: value form
2006-12-12 00:15:56 +01:00
|
|
|
${PYSITELIB}/mercurial/verify.py
|
|
|
|
${PYSITELIB}/mercurial/verify.pyc
|
|
|
|
${PYSITELIB}/mercurial/verify.pyo
|
2009-07-17 22:35:48 +02:00
|
|
|
${PYSITELIB}/mercurial/win32.py
|
|
|
|
${PYSITELIB}/mercurial/win32.pyc
|
|
|
|
${PYSITELIB}/mercurial/win32.pyo
|
|
|
|
${PYSITELIB}/mercurial/windows.py
|
|
|
|
${PYSITELIB}/mercurial/windows.pyc
|
|
|
|
${PYSITELIB}/mercurial/windows.pyo
|
2010-11-02 10:37:19 +01:00
|
|
|
${PYSITELIB}/mercurial/wireproto.py
|
|
|
|
${PYSITELIB}/mercurial/wireproto.pyc
|
|
|
|
${PYSITELIB}/mercurial/wireproto.pyo
|
2006-01-15 03:15:58 +01:00
|
|
|
man/man1/hg.1
|
2006-05-30 23:10:56 +02:00
|
|
|
man/man5/hgignore.5
|
2006-01-15 03:15:58 +01:00
|
|
|
man/man5/hgrc.5
|
|
|
|
share/doc/mercurial/README
|