Softpedia
 


SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Koken 0.8.2
  • ContentBox 1.5.2
  • jQPlayer 0.5.2
  • SPOILER ALERT! 0.0.2
  • jQuery Mask Plugin 0.9.0
  • Easing Slider 2.1.2
  • Btapp.js 0.2.0
  • WiiFlash 0.4.5
  • Breeze.js 1.3.3
  • TinyMCE Templates 3.0.2
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Coppermine Photo
    Gallery 1.5.22

    989 downloads
    Scary Maze
    421 downloads
    JW FLV Media Player
    6

    365 downloads
    GNU Compiler
    Collection 4.8.0

    275 downloads
    Guestbook PHP code
    240 downloads
    Aircrack 1.1
    206 downloads
    WebChat
    182 downloads
    Recently Registered
    3.1

    175 downloads
    InsanityVille’s
    AJAX Guestbook

    166 downloads
    Flat UI Pro
    161 downloads
    Home > Scripts > Development Tools > Complete applications > Mercurial > Changelog

    Mercurial 2.6 - Changelog


    What's new in Mercurial 2.5:

    · Added (Atom) subscribe links to the repository index.
    · Added "URL breadcrumbs".
    · Added branches RSS and Atom feeds.
    · Secret changeset are excluded from html view.
    · Uses chunked encoding in hgweb responses.
    · Implemented both basic and hashed encoding in C.
    · Appended subrepo path to subrepo error messages.
    · Checks for spurious incoming filelog entries.
    · Allows hgweb's archive to recurse into subrepos.



    What's new in Mercurial 2.4.1:

    · Force editor only if old message is reused.
    · Don't search past the end of the searched string.
    · Even more forgiven of non-fd descriptors.
    · Delay I/O redirection until we actually run a hook.
    · Fixed missing "error" module import.



    What's new in Mercurial 2.3:

    · Added --keyword (-k) for searching help
    · Side-by-side comparison functionality
    · Support --graph without graphlog extension
    · Accept revset argument for --rev
    · Bookmarks will no longer automatically merge with unnamed heads or other bookmarks. Instead it picks heads with diverging bookmarks.
    · Introduced ChangesetsObsolescence concept (experimental)
    · Allow existing remote bookmarks to become heads when pushing
    · Pull new bookmarks from remote by default (backward incompatible change)
    · Delete divergent bookmarks on merge
    · Set HG_NODE when runing a command
    · Allow -r to specify revisions



    What's new in Mercurial 2.2:

    · Added --amend option
    · Added "subrepo" fileset symbol
    · Added --dry-run support
    · Added support for branch width and color settings
    · Added block numbers to diff regions and related links
    · Support multi-level repository indexes by enabling descend and collapse
    · Improved performance with lots of unknown files
    · Incrementally parse the revlog index in C
    · Added support for plan9



    What's new in Mercurial 2.1:

    · Changesets now have a phase attribute, which tracks what changesets are safe to modify.
    · This is a regularly-scheduled feature release.



    What's new in Mercurial 2.0.1:

    · This is a regularly-scheduled bug-fix release.



    What's new in Mercurial 2.0:

    · New core graft command (similar to transplant extension).
    · New largefiles extension.



    What's new in Mercurial 1.9.3:

    · setup: build inotify for sys.platform='linux*'
    · bundlerepo: add argument check before unlink
    · hgweb: properly check for bookmarks when drawing graph
    · http: handle push of bundles > 2 GB again (issue3017)
    · keyword: preserve file mode when overwriting
    · osutil: avoid accidentally destroying the True object in isgui (issue2937)
    · patch: correctly handle non-tabular Subject: line
    · patch: handle 'gitpatches' being empty, but not none
    · record: use command wrapper properly for qnew/qrefresh (issue3001)
    · setdiscovery: fix hang when #heads>200 (issue2971)
    · ui: also swap sys.stdout with self.fout in _readline
    · ui: write traceback to self.ferr
    · url: Remove the proxy env variables only when needed (issue2451)
    · url: parse fragments first (issue2997)
    · util: fix crash converting an invalid future date to string
    · util: wrap lines with multi-byte characters correctly (issue2943)
    · win32: quietly ignore missing CreateHardLinkA for Wine



    What's new in Mercurial 1.9.1:

    · Reset bookmarks.
    · Restore check for uncommitted merge.
    · Catch type error on tip^p1.
    · Do the right thing with x^:y.
    · Handle adding svn subrepo with a svn:external file in it.
    · Use working copy of .hgsub to filter status.
    · Assign winstdout to sys.stdout as well.



    What's new in Mercurial 1.9:

    · New fileset file matching support.
    · Improved remote changeset discovery.
    · New command server mode to improve application integration.
    · Experimental generaldelta storage scheme.
    · Experimental new http client library.



    What's new in Mercurial 1.8.4:

    · This is a regular time-based bugfix release.



    What's new in Mercurial 1.8.3:

    · Make filemap prune useless branch closing revs
    · Avoid localstr when a string can be encoded losslessly
    · Fixed broken symlinks handling.
    · Explain that config files do not exist by default
    · Add bookmark labels to gitweb theme
    · Add missing bookmarks definition to coal/map
    · Add missing bookmarks templates to atom/RSS styles
    · Add separate bookmarks listing to gitweb theme
    · Add separate bookmarks listing to monoblue theme
    · Detect change based on changelog size too
    · Fix inconsistant display of graphlog
    · Fix typo and inactive link in page_nav and page_header of gitweb's help
    · Fix typo in page-header of monoblue's help template
    · Format page_nav of gitweb/error.tmpl and add missing links
    · Don't mark file as removed if missing in parent's manifest
    · Handle SVN tracked/unknown directory collisions
    · Prevent URL normalization from removing // in ssh paths
    · Tell Subversion when we are non-interactive
    · Use a regex to hide unsupported ssh passwords
    · The Zeroconf threads when hg exits



    What's new in Mercurial 1.8.2:

    · Discard current bookmark if absent from the bookmarks.
    · Fix update of the current bookmark during rename.
    · Port to using ctypes.
    · fix _iterfiles() output in root dir case.
    · Do not abort when win32text is found, only warn.
    · Use dirstate methods to clear dirstate.
    · Fix compiling of extensions for OS X and XCode 4.0.
    · Add display of bookmarks for changelog and changeset.
    · Add separate page with bookmarks listing.
    · Avoid unlinking destination of merge when case changes.
    · Do not let qrefresh write bad patch.
    · Don't page stderr if it's being redirected.
    · Print remote target path even if there's an error.
    · Recognize scp-style paths as git URLs.
    · Widen the graph canvas.



    What's new in Mercurial 1.8.1:

    · Rewrite to deal with crossed linkrevs.
    · Fix invalidation of localrepo._bookmarkcurrent.
    · Improve error report when web.cacert file does not exist.
    · Update tcsh_completion for Mercurial 1.8.
    · Accept "queued." xmlrpc return as success.
    · Fixed filelog rss links generation.



    What's new in Mercurial 1.8:

    Core:
    · Bookmarks are now a core feature (see UpgradeNotes)
    · New listfile: pattern-matching (patterns)
    · Revset syntax supported by most commands
    · Performance improvements for reading large repository indexes
    · Certificate validation for HTTPS proxies

    Subrepos:
    · New support for git subrepos
    · Various improvements to merge, update, and commit logic

    Windows:
    · Numerous robustness improvements for quirks in Windows file handling
    · Now uses the native ctypes module rather than PyWin32

    Extensions:
    · eol: filter aliases for compatibility with win32text
    · mq: --exact option for qpush
    · mq: various robustness improvements
    · progress: remaining time estimates



    What's new in Mercurial 1.7.5:

    · Fix update -C with svn subrepos when cwd != repo.root.
    · Make update -C clean the working directory for SVN subrepos.
    · Add --insecure option to bypass verification of SSL certificates.
    · Fix typo in documentation.



    What's new in Mercurial 1.7.3:

    · Archive: don't set gzip filename header when there's no filename
    · Checknlink: use two testfiles
    · Churn: ignore trailing and leading spaces
    · Date: fix matching of underspecified date ranges
    · EOL: improve help on whether EOLs are changed in working copy or repository
    · fncachestore: copy dh directory before the manifest
    · hgweb: abort if config file isn't found
    · Hook: assume relative path to hook is given from repo root
    · Hook: fix import path handling for repo=None
    · Https: use web.cacerts configuration from local repo to validate remote repo
    · Https: warn when server certificate isn't verified
    · Keyword: copy: when copied source is a symlink, follow it
    · Patch: write .rej files without rewriting EOLs
    · Strip: typo bugfix related to '--nobackup -> --no-backup' rename
    · Tag: abort if not at a branch head
    · Tag: don't check .hgtags status if --local passed
    · Tag: fix uncommitted merge check and error message
    · Util: fix ellipsis() not to break multi-byte sequence
    · Util: work around behavior change in Python 2.7.1
    · windows.rename: eliminate temp name race
    · WIX: add an ssl certificate file to the WiX installers



    What's new in Mercurial 1.7.2:

    · checknlink: return False if .hgtmp file preexists
    · commit: search both parents for missing copy revision
    · context: walk both parents for workingctx.ancestors()
    · convert/svn: fix changed files list upon directory replacements
    · hgwebdir: fix incorrect index generation for invalid paths
    · keyword: copy: when copied source is a symlink, follow it
    · mq: ignore subrepos
    · rebase: support --detach when null is common ancestor
    · subrepo: fix removing read-only svn files on Windows
    · subrepo: handle missing subrepo spec file as removed
    · subrepo: prune empty directories when removing svn subrepo
    · subrepo: use subprocess directly to avoid python 2.6 bug
    · util: do not crash on revisions with negative timestamp
    · util: do not recurse in makedirs if name is ''
    · win32mbcs: use extsetup() to wrap functions only once
    · wix: add support for x64 native MSI packages



    What's new in Mercurial 1.7:

    · Features and bugfixes in our latest releases.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM