rlw730 / support-tools

Automatically exported from code.google.com/p/support-tools
Apache License 2.0
0 stars 0 forks source link

(See the archive for older versions #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
 1. Mercurial 3.5.1 (2015-09-01)

Regularly-scheduled bugfix release.

convert: fix git copy file content conversions
filesets: ignore unit case in size() predicate for single value
help: fix typo familar -> familiar
help: fix typo in scripting documentation
hg: avoid auto sharing when the clone destination is remote
hgweb: fix trust of templates path (BC)
histedit: backout ebb5bb9bc32e
largefiles: ensure lfutil.getstandinmatcher() only matches standins
match: fix a case-only rename + explicit path commit on icasefs (issue4768)
parsers: fix memory leak in compute_phases_map_sets
rebase: lock the repo during the full rebase operation
revset: prevent crash caused by empty group expression while optimizing "and"
revset: prevent crash caused by empty group expression while optimizing "or"
strip: use the 'finally: tr.release' pattern during stripping
update: wlock the repo for the whole 'hg update' command
wix: avoid an abort with 'hg help -k foo'
2. Mercurial 3.5 (2015-07-31)

Regularly-scheduled feature release.

2.1. commands

bookmark: informs of failure to upgrade a bookmark
bookmark: remove the "touch changelog" hack
bookmarks: abort the whole push if bookmarks fails to update (BC)
bookmarks: change bookmark within a transaction
bookmarks: clear active bookmark on non-linear update
bookmarks: mark internal-only config option
bookmarks: mark internal-only option
bookmarks: name label for active bookmark correctly
bookmarks: remove unused updatecurrentbookmark function (API)
bookmarks: rename bookmarkcurrent to activebookmark (API)
bookmarks: rename current to active in variables and comments
bookmarks: rename readcurrent to readactive (API)
bookmarks: rename setcurrent to activate (API)
bookmarks: rename unsetcurrent to deactivate (API)
bookmarks: simplify iscurrent to isactivewdirparent (API)
bookmarks: use try/except/finally
branch: don't warn about branches if repository has multiple branches already
commands: use the optional badfn argument when building a matcher
commands: use try/except/finally
commit: add ui.allowemptycommit config option
commit: avoid match.files() in conditions
commit: improve --close-branch documentation
commit: mark internal-only option
commit: no longer allow empty commit with the 'force' argument (API)
config: give it an includepaths option for looking for config files
files: recurse into subrepos automatically with an explicit path
import-checker: add xargs like mode
import-checker: don't treat modules as relative one if not found
import-checker: exclude mercurial packages installed into the system path
import-checker: loop to get list of locally defined modules at first
import: cross-reference patch.fuzz option from 'hg help import'
import: cross-reference ui.patch option from 'hg help import'
import: use ui.allowemptycommit to allow empty commits
log: add a status template
patch: add 'extra' argument to makememctx
patch: add fuzz config flag (issue4697)
phases: abort the whole push if phases fail to update (BC)
phases: fix bug where native phase computation wasn't called
phases: really fix native phase computation
pull: allow a generic way to pass parameters to the pull operation
pull: document the race condition with bookmark name
pull: only list remote bookmarks if -B is used to populate pulled heads
pull: only prefetch bookmarks when using bundle1
pull: prevent race condition in bookmark update when using -B (issue4689)
pull: skip pulling remote bookmarks with bundle1 if a value already exist
pull: skip pulling remote bookmarks with bundle2 if a value already exists
push: catch and process PushkeyFailed error
push: make pushkey part advisory
push: only say we are trying to push obsmarkers when we actually try
revert: fix edition of newly added file during --interactive
summary: add a phase line (draft, secret) to the output
summary: move the parents phase marker to commit line (issue4688)
tags: support reading tags cache without populating
tags: support setting hgtags fnodes cache entries
tags: use try/except/finally
verify: check the subrepository references in .hgsubstate
verify: clarify misleading fncache message

Original issue reported on code.google.com by charliel...@gmail.com on 8 Sep 2015 at 9:57

GoogleCodeExporter commented 8 years ago

Original comment by chrsm...@google.com on 8 Sep 2015 at 2:49