Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-448
+448
+1000
+3000
+10000
+30000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
test-extension.t: use fixed version string instead of current tag
stable
2012-07-19, by Thomas Arendsen Hein
Added tag 2.3-rc for changeset a06e2681dd17
stable
2012-07-18, by Matt Mackall
merge default into stable for 2.3 code freeze
stable
2.3-rc
2012-07-18, by Matt Mackall
merge with crew
2012-07-18, by Matt Mackall
merge with stable
2012-07-19, by Martin Geisler
windows: removed duplicate termwidth definition
stable
2012-07-19, by Martin Geisler
httprepo: ensure Content-Type header exists when pushing data
2012-07-13, by Pierre-Yves David
obsolete: obsstore.add now takes a list of markers.
2012-07-13, by Pierre-Yves David
obsolete: refactor writemarkers to only encode them
2012-07-12, by Pierre-Yves David
update: put rules for uncommitted changes into verbose help section
2012-07-14, by Adrian Buehlmann
hooks: print out more information when loading a python hook fails
2012-07-06, by Simon Heimberg
perf: fix perfcca to work with new casecollisionauditor interface
2012-07-18, by Joshua Redstone
checkheads: extract branchmap preprocessing
2012-07-17, by Pierre-Yves David
checkheads: take future obsoleted heads into account
2012-07-17, by Pierre-Yves David
obsolete: add an any successors function
2012-07-17, by Pierre-Yves David
checkheads: extract bookmark computation from the branch loop
2012-07-17, by Pierre-Yves David
checkheads: simplify the structure build by preprocessing
2012-07-17, by Pierre-Yves David
_updatebranchcache: prevent deleting dict key during iteration
2012-07-17, by Pierre-Yves David
checkheads: extract branchmap preprocessing
2012-07-17, by Pierre-Yves David
obsolete: mark unreachable extinct changesets as hidden
2012-07-16, by Pierre-Yves David
hidden: move hiddenrevs set on the repository
2012-07-16, by Pierre-Yves David
obsolete: do not exchange extinct changesets
2012-07-13, by Pierre-Yves David
repo: move visibleheads and visiblebranchmap logic in discovery
2012-07-17, by Pierre-Yves David
localpeer: return only visible heads and branchmap
2012-07-17, by Pierre-Yves David
util, posix: eliminate encodinglower and encodingupper
2012-07-18, by Adrian Buehlmann
hgweb: side-by-side comparison functionality
2012-07-08, by wujek srujek
scmutil: 25% speedup in casecollisionauditor
2012-07-06, by Joshua Redstone
obsolete: os.SEEK_END first appeared in Python 2.5
2012-07-17, by Adrian Buehlmann
tests: convert a push test to use revsets
2012-07-15, by Matt Harbison
outgoing: accept revset argument for --rev
2012-07-15, by Matt Harbison
dirstate: drop assert
2012-07-16, by Matt Mackall
dirstate: eliminate redundant check parameter on _addpath()
2012-07-04, by Adrian Buehlmann
obsolete: add seek to end of file before calling tell (issue3543)
2012-07-16, by Adrian Buehlmann
peer: remove cancopy from peer api; use directly on repo instead
2012-07-13, by Sune Foldager
peer: introduce canpush and improve error message
2012-07-13, by Sune Foldager
peer: introduce real peer classes
2012-07-13, by Peter Arrenbrecht
peer: introduce peer methods to prepare for peer classes
2012-07-13, by Sune Foldager
bookmarks: document behavior of -B/--bookmark in help
2012-07-06, by Augie Fackler
test-bookmarks-pushpull.t: verify correct push -B behavior
2012-07-06, by Augie Fackler
debugrevlog: handle numrevs == numfull case (issue3537)
2012-07-11, by Patrick Mezard
templatekw/help: document the {parents} keyword
2012-07-10, by epriestley
revset: add destination() predicate
2012-07-07, by Matt Harbison
revset: add origin() predicate
2012-07-07, by Matt Harbison
convert: remove unused newnames variable in filemap
2012-07-16, by Patrick Mezard
push: fix bug in detection of remote obsolete support
2012-07-12, by Pierre-Yves David
incoming/outgoing: handle --graph in core
2012-07-11, by Patrick Mezard
log: support --graph without graphlog extension
2012-07-14, by Patrick Mezard
graphlog: extract revset/support functions into cmdutil
2012-07-14, by Patrick Mezard
graphlog: extract ascii drawing code into graphmod
2012-07-11, by Patrick Mezard
patchbomb: rewrite getoutgoing() with revsets
2012-06-24, by Patrick Mezard
patchbomb: support --outgoing and revsets
2012-06-24, by Patrick Mezard
patchbomb: make --outgoing ignore secret changesets
2012-07-14, by Patrick Mezard
merge with stable
2012-07-15, by Matt Mackall
convert: make filemap renames consistently override revision renames
stable
2012-07-06, by Wagner Bruna
obsolete: compute extinct changesets
2012-07-06, by Pierre-Yves David
push: refuse to push unstable changesets without force
2012-07-10, by Pierre-Yves David
obsolete: compute unstable changeset
2012-07-06, by Pierre-Yves David
revset: add an `obsolete` symbol
2012-07-06, by Pierre-Yves David
push: refuse to push obsolete changesets
2012-07-10, by Pierre-Yves David
push: accept revset argument for --rev
2012-07-05, by Pierre-Yves David
check-code: recognise %= as an operator
2012-07-06, by Pierre-Yves David
tests: do exclude what is expected
2012-07-04, by Simon Heimberg
parsers.c: remove warning: 'size' may be used uninitialized in this function
2012-07-06, by Mads Kiilerich
graphlog: remove unused ASCIIDATA constant
2012-07-11, by Patrick Mezard
graphlog: make functions private, fix names
2012-07-11, by Patrick Mezard
graphlog: remove unused get_revs() function
2012-07-11, by Patrick Mezard
localrepo: use file API via vfs while ensuring repository directory
2012-07-06, by FUJIWARA Katsunori
localrepo: use "vfs" intead of "opener" while ensuring repository directory
2012-07-06, by FUJIWARA Katsunori
localrepo: use the path relative to "self.vfs" instead of "path" argument
2012-07-06, by FUJIWARA Katsunori
localrepo: use "self.wvfs.join()" instead of "os.path.join()"
2012-07-06, by FUJIWARA Katsunori
localrepo: use path expansion API via vfs
2012-07-06, by FUJIWARA Katsunori
localrepo: add "vfs" fields to "localrepository" for migration from "opener"
2012-07-06, by FUJIWARA Katsunori
largefiles: optimize status by synchronizing lfdirstate with the largefile on update
2012-07-13, by Na'Tosha Bard
store: abstract out how we retrieve a file's size
2012-06-25, by Bryan O'Sullivan
mq: check subrepo synchronizations against parent of workdir or other appropriate context
2012-06-27, by FUJIWARA Katsunori
mq: create patch file after commit to import diff of ".hgsubstate" at qrefresh
2012-06-27, by FUJIWARA Katsunori
mq: add ".hgsubstate" to patch target list only if it is not listed up yet
2012-06-27, by FUJIWARA Katsunori
backout e7167007c083
2012-07-12, by Matt Mackall
merge with crew-stable
2012-07-12, by Martin Geisler
revert: use term "uncommitted merge" in help text
stable
2012-07-09, by Adrian Buehlmann
histedit: use cmdutil.command decorator
2012-07-06, by Adrian Buehlmann
hgweb: show help with verbose sections included
2012-07-10, by Adrian Buehlmann
merge with crew-stable
2012-07-12, by Martin Geisler
update: mention how update can be used to cancel an uncommitted merge
stable
2012-07-10, by Adrian Buehlmann
update: move help text about parent revision higher up
stable
2012-07-10, by Adrian Buehlmann
rollback: move examples and --force note in help into verbose section
stable
2012-07-11, by Adrian Buehlmann
rollback: split off command example paragraph in help
stable
2012-07-11, by Adrian Buehlmann
subrepo: add missing newline in Git warning message
stable
2012-07-12, by Martin Geisler
merge with main
2012-07-12, by Martin Geisler
Merge
2012-07-11, by Bryan O'Sullivan
localrepo: make requirements and openerreqs mutable by subclasses
2012-07-11, by Bryan O'Sullivan
test-clone: load extensions before doing anything
2012-07-11, by Bryan O'Sullivan
test-clone: load extensions before doing anything
2012-07-11, by Bryan O'Sullivan
revlog: fix for generaldelta distance calculation
2012-07-11, by Friedrich Kastner-Masilko
Merge
2012-07-11, by Bryan O'Sullivan
tests: reduce spurious failures when run with generaldelta
2012-07-11, by Bryan O'Sullivan
histedit: add extension docstring from external README
2012-07-06, by Augie Fackler
histedit: don't crash if the result of fixing up a fold is empty
2012-07-06, by Augie Fackler
histedit: replace hexshort lambda with node.short
2012-07-06, by Augie Fackler
revlog: make compress a method
2012-06-25, by Bryan O'Sullivan
largefiles: batch statlfile requests when pushing a largefiles repo (issue3386)
2012-06-24, by Na'Tosha Bard
obsolete: write obsolete marker inside a transaction
2012-07-04, by Pierre-Yves David
obsolete: append new markers to obsstore file instead of rewriting everything
2012-07-04, by Pierre-Yves David
obsolete: move obsolete markers read/write logic to obsstore object
2012-07-04, by Pierre-Yves David
debugobsolete: remove spurious ctx from variable name
2012-07-11, by Matt Mackall
Merge
2012-07-06, by Bryan O'Sullivan
setup: disable -mno-cygwin if building under mingw32
2012-07-06, by Bryan O'Sullivan
graphlog: don't truncate template value at last \n
2012-07-06, by Mads Kiilerich
graphlog: display obsolete changeset as "x"
2012-07-04, by Pierre-Yves David
obsolete: fix context.obsolete() method
2012-07-04, by Pierre-Yves David
obsolete: fix error message at marker creation
2012-07-04, by Pierre-Yves David
help: explain effect of .hgignore on tracked files
2012-07-02, by Adrian Buehlmann
hgignore: simply ignore all *.exe's everywhere
2012-07-01, by Adrian Buehlmann
tests: ignore pax_global_header in test-subrepo-git.t
2012-07-05, by Mads Kiilerich
tests: remove GNU quoting in test-subrepo-deep-nested-change.t
2012-07-05, by Mads Kiilerich
tests: add '(glob)' for Windows paths in test-subrepo-deep-nested-change.t
2012-07-05, by Mads Kiilerich
check-code: verify that 'saved backup bundle to ...' is '(glob)'ed
2012-07-05, by Mads Kiilerich
tests: fix test markup in test-merge-types.t
2012-07-05, by Mads Kiilerich
test-hgweb-diffs: partially adapt for Windows
2012-07-04, by Adrian Buehlmann
subrepo: propagate matcher to subrepos when archiving
2012-06-16, by Matt Harbison
largefiles: remove a standin check that could never be true
2012-06-18, by Matt Harbison
largefiles: fix the directory structure when archiving a subrepo in a subrepo
2012-06-18, by Matt Harbison
largefiles: fix a traceback when archiving a subrepo in a subrepo
2012-06-17, by Matt Harbison
help: improve hgweb help
2012-06-21, by Mads Kiilerich
convert: keep branch switching merges with ancestors (issue3340)
2012-06-18, by Patrick Mezard
revset: add "diff" field to "matching" keyword
2012-06-13, by Angel Ezquerra
mq: defer command wrapping to extsetup (API)
2012-06-08, by Matt Harbison
revset: ensure we are reversing a list (issue3530)
2012-07-04, by Bryan O'Sullivan
test-keyword: adapt for Windows
2012-07-03, by Adrian Buehlmann
tests: don't use dates before epoch in test-keyword.t
2012-07-04, by Mads Kiilerich
tests: make test-convert-bzr.t more stable
2012-07-04, by Mads Kiilerich
casecollision: add tests
2012-06-27, by Joshua Redstone
dirstate: add dir/file collision test
2012-06-27, by Joshua Redstone
dirstate: factor common update code into _addpath
2012-06-18, by Joshua Redstone
test-subrepo-relative-path: partially adapt for Windows
2012-07-02, by Adrian Buehlmann
tests: make rm of usercache in test-largefiles.t more robust
2012-07-03, by Mads Kiilerich
merge with stable
2012-07-01, by Matt Mackall
merge with crew
2012-07-01, by Matt Mackall
tests: enable test-largefiles.t on Windows MSYS
2012-07-02, by Mads Kiilerich
test-largefiles: partially adapt for Windows
2012-06-30, by Adrian Buehlmann
tests: make histedit pass on Windows MSYS
2012-07-02, by Mads Kiilerich
tests: make histedit tests more resilient to filesystem variation
2012-06-30, by Mads Kiilerich
tests: convert histedit tests to .t
2012-06-30, by Mads Kiilerich
histedit: use stable iteration order for processing bookmarks
2012-06-30, by Mads Kiilerich
Added signature for changeset b013baa3898e
stable
2012-07-01, by Matt Mackall
Added tag 2.2.3 for changeset b013baa3898e
stable
2012-07-01, by Matt Mackall
record: fix display of non-ASCII names
stable
2.2.3
2012-07-01, by Matt Mackall
i18n-pt_BR: synchronized with d63fb1fce977
stable
2012-07-01, by Wagner Bruna
merge with i18n
stable
2012-07-01, by Wagner Bruna
i18n-ja: fix some rst syntax problems
stable
2012-07-01, by FUJIWARA Katsunori
i18n-ja: synchronized with 86a3bb9c5f5c
stable
2012-06-30, by FUJIWARA Katsunori
obsolete: function and method to access some obsolete data
2012-06-06, by Pierre-Yves David
obsolete: exchange obsolete marker over pushkey
2012-06-07, by Pierre-Yves David
debugobsolete: list all obsolete marker if no argument are specified
2012-06-07, by Pierre-Yves David
obsolete: add easy way to iterate over obsolete marker object
2012-06-04, by Pierre-Yves David
obsolete: helper class to access obsolete marker data
2012-06-07, by Pierre-Yves David
command: creation of obsolete marker
2012-06-07, by Pierre-Yves David
obsolete: introduction of obsolete markers
2012-06-07, by Pierre-Yves David
histedit: mark as a first party extension
2012-06-28, by Augie Fackler
histedit: remove use of reduce() builtin spotted by check-code
2012-06-27, by Augie Fackler
test-histedit-edit: improve coverage of histedit code
2012-06-27, by Augie Fackler
histedit: fix most check-code violations
2012-06-27, by Augie Fackler
histedit tests: fix check-code problems
2012-06-27, by Augie Fackler
histedit: new extension for interactive history editing
2012-06-27, by Augie Fackler
exewrapper: use generic term script
2012-06-29, by Adrian Buehlmann
Makefile: add build_hgexe -i for local
2012-06-29, by Adrian Buehlmann
setup: compile hg.exe
2012-06-29, by Adrian Buehlmann
test-commit-amend: adapt for Windows after fba17a64fa49
2012-06-29, by Adrian Buehlmann
merge with stable
2012-06-29, by Matt Mackall
exewrapper: adding new exewrapper.c
2012-06-29, by Adrian Buehlmann
keyword: use ui.formatter for kwfiles output
2012-06-28, by Christian Ebert
discovery: simplify branchmap construction against legacy server
2012-06-22, by Pierre-Yves David
copies: re-include root directory in directory rename detection (issue3511)
2012-06-27, by Matt Mackall
store: sort filenames in place
2012-06-25, by Bryan O'Sullivan
convert: check for failed svn import in debugsvnlog and abort cleanly
2012-06-29, by Mads Kiilerich
convert: accept Subversion 'file:///c%3A/svnrepo' syntax on Windows
2012-06-28, by Mads Kiilerich
win32: remove uneeded usage of _STARTF_USESHOWWINDOW
2012-06-25, by Adrian Buehlmann
win32: specify _CREATE_NO_WINDOW on spawndetached()
2012-06-25, by Adrian Buehlmann
amend: disable hooks when creating intermediate commit (issue3501)
stable
2012-06-23, by Idan Kamara
ui: add a variable to control whether hooks should be called
stable
2012-06-23, by Idan Kamara
strip: update help to state than you can strip public changeset
stable
2012-06-28, by Pierre-Yves David
bookmarks: correctly update current bookmarks on rebase (issue2277)
stable
2012-06-22, by David Schleimer
graft: don't drop the second parent on unsuccessful merge (issue3498)
stable
2012-06-16, by Yuya Nishihara
tests: add missing path globbing for Windows in svn tests
2012-06-27, by Mads Kiilerich
fix push of moved bookmark when creating new branch heads
2012-06-26, by Sune Foldager
merge with stable
2012-06-26, by Matt Mackall
merge with i18n
stable
2012-06-26, by Matt Mackall
i18n-pt_BR: synchronized with f8af57c00a29
stable
2012-06-22, by Wagner Bruna
merge with i18n
stable
2012-06-22, by Wagner Bruna
i18n-de: Move policies from header of de.po to http://mercurial.selenic.com/wiki/GermanTranslation
stable
2012-06-21, by Martin Schröder
scmutil: speed up new-style range extension
2012-06-22, by Bryan O'Sullivan
merge with crew-stable
2012-06-26, by Thomas Arendsen Hein
subrepo/svn: make rev number retrieval compatible with svn 1.5 (issue2968)
stable
2012-06-26, by Thomas Arendsen Hein
convert/bzr: make tests work with bzr 2.0 again
stable
2012-06-26, by Thomas Arendsen Hein
tests: cleanup of svn url handling
2012-06-26, by Mads Kiilerich
test-subrepo-svn.t: partially adapt for Windows
2012-06-23, by Eduard-Cristian Stefan
convert: ignore svn:executable for subversion targets without exec bit support
2012-06-24, by Mads Kiilerich
tests: add missing 'backup bundle' path glob in test-rebase-collapse.t
2012-06-22, by Mads Kiilerich
tests: add missing 'backup bundle' path glob in test-rebase-scenario-global.t
2012-06-22, by Mads Kiilerich
merge with crew
2012-06-21, by Matt Mackall
merge with stable
2012-06-21, by Martin Geisler
rebase: improve error message on improper phases
stable
2012-06-18, by Dan Villiom Podlaski Christiansen
subrepo: support Git being named "git.cmd" on Windows (issue3173)
stable
2012-06-12, by Benjamin Pollack
subrepo: warn user if Git is not version 1.6.0 or higher
stable
2012-06-12, by Benjamin Pollack
test-http and test-https: partially adapt for Windows
2012-06-19, by Adrian Buehlmann
test-subrepo-git.t: adapt for Windows
2012-06-20, by Eduard-Cristian Stefan
test-bookmarks-pushpull: partially adapt for Windows
2012-06-20, by Adrian Buehlmann
test-static-http: partially adapt for Windows
2012-06-19, by Adrian Buehlmann
test-bad-pull: partially adjust for Windows
2012-06-19, by Adrian Buehlmann
tests: consistently use printenv.py the same MSYS/Windows-compatible way
2012-06-21, by Mads Kiilerich
tests: prepare get-with-headers.py for MSYS
2012-06-21, by Mads Kiilerich
tests: hghave outer-repo should be true even if a bad repo is found
2012-06-20, by Mads Kiilerich
tests: add missing no-outer-repo requirements
2012-06-20, by Mads Kiilerich
tests: convert some 'hghave no-outer-repo' to #if
2012-06-20, by Mads Kiilerich
strip: incrementally update the branchheads cache after a strip
2012-05-18, by Joshua Redstone
localrepo: convert _updatebranchcache from nodespace to revspace
2012-06-01, by Joshua Redstone
discovery: convert legacy part of checkheads to revs from nodes
2012-06-08, by Joshua Redstone
transplant: convert applied() algorithm from nodes to revs
2012-06-08, by Joshua Redstone
revlog: remove reachable and switch call sites to ancestors
2012-06-08, by Joshua Redstone
revlog: add incancestors, a version of ancestors that includes revs listed
2012-06-08, by Joshua Redstone
scmutil: change canonpath to use util.samefile (issue2167)
2012-06-14, by Adrian Buehlmann
win32.py: let samefile and samedevice work on directories too
2012-06-14, by Adrian Buehlmann
rebase: do not add second parent to rebased changeset (drop detach option) (BC)
2012-06-20, by Pierre-Yves David
zsh completion: catch up with 2.2 commands and options
2012-06-20, by Nikolaj Sjujskij
revset: add a utility for obtaining the source of a given rev
2012-06-05, by Matt Harbison
revset: add a predicate for finding converted changesets
2012-05-13, by Matt Harbison
merge with stable
2012-06-20, by Matt Mackall
merge with i18n
2012-06-20, by Matt Mackall
i18n-de: More corrections for translation of default, and other translations
stable
2012-06-18, by Martin Schröder
i18n-de: translate default as Vorgabe
stable
2012-06-15, by Martin Schröder
i18n-de: Update strings, translated many fuzzy strings
stable
2012-06-15, by Martin Schröder
i18n-pt_BR: synchronized with 0fdd8193c8b5
stable
2012-06-18, by Wagner Bruna
merge with i18n
2012-06-18, by Wagner Bruna
i18n-de: More corrections for translation of default, and other translations
2012-06-18, by Martin Schröder
tests: remove execute permission from two unified test files
2012-06-20, by Thomas Arendsen Hein
graft: allow -r to specify revisions
2012-06-20, by Thomas Arendsen Hein
consistency: use REV instead of REVISION
2012-06-20, by Thomas Arendsen Hein
export: add optional -r to synopsis
2012-06-20, by Thomas Arendsen Hein
strip: add optional -r to synopsis
2012-06-20, by Thomas Arendsen Hein
qimport: use [FILE]... because if -r is used no file is needed
2012-06-20, by Thomas Arendsen Hein
mq: abort if no files or revisions are specified for qimport
2012-06-20, by Thomas Arendsen Hein
tests: convert some hghave unix-permissions to #if
2012-06-19, by Mads Kiilerich
tests: run test-walk.t on windows
2012-06-19, by Mads Kiilerich
tests: better testing of 'glob:glob' in test-walk.t
2012-06-18, by Mads Kiilerich
tests: move tests in test-walk.t using ':' in filenames to conditional section
2012-06-18, by Mads Kiilerich
tests/printenv.py: eliminate trailing spaces on output
2012-06-17, by Adrian Buehlmann
tests: fix test-i18n.t after translation update
2012-06-18, by Mads Kiilerich
merge with i18n
2012-06-18, by Matt Mackall
Corrected hyphenation, translated subrepo help and other strings
2012-06-17, by Martin Schröder
i18n-de: translate default as Vorgabe
2012-06-15, by Martin Schröder
i18n-de: Update strings, translated many fuzzy strings
2012-06-15, by Martin Schröder
i18n-ru: synchronized with 2255950e1f76
2012-06-15, by Alexander Sauta
tests: remove hghave system-sh from test-pending.t
2012-06-18, by Mads Kiilerich
tests: use hghave eol-in-paths to test for support for ':' in filenames and " "
2012-06-15, by Mads Kiilerich
tests: use a different evil name in test-hgweb-raw.t
2012-06-15, by Mads Kiilerich
tests: add some missing #if's / hghave requirements
2012-06-15, by Mads Kiilerich
tests: introduce hghave hardlinks
2012-06-15, by Mads Kiilerich
tests/hghave: test that the inotify unix socket actually can be created
2012-06-15, by Mads Kiilerich
tests/hghave: test that a fifo actually can be created on the filesystem
2012-06-15, by Mads Kiilerich
tests/hghave: consistently use dir='.', prefix=tempprefix for tempfiles
2012-06-15, by Mads Kiilerich
test-merge-tools: adapt for Windows
2012-06-15, by Adrian Buehlmann
tests/hghave: extract hghave.py
2012-06-14, by Adrian Buehlmann
test-alias: adapt for Windows
2012-06-16, by Mads Kiilerich
test-hook: adapt for Windows
2012-06-15, by Adrian Buehlmann
tests/printenv.py: replace \ with / in output
2012-06-15, by Adrian Buehlmann
test-clone-pull-corruption: adapt for Windows
2012-06-15, by Adrian Buehlmann
test-merge-tools: inline pointless domerge function
2012-06-15, by Adrian Buehlmann
test-bisect: adapt for Windows
2012-06-15, by Adrian Buehlmann
test-journal-exists: use #if
2012-06-15, by Adrian Buehlmann
merge with stable
2012-06-14, by Matt Mackall
acl: user docs for the "!" prefix in user or group names
2012-05-30, by Elifarley Callado Coelho Cruz
acl: use of "!" prefix in user or group names
2012-05-28, by Elifarley Callado Coelho Cruz
parsers: add a C function to pack the dirstate
2012-05-30, by Bryan O'Sullivan
test-convert: disable autocrlf for git
2012-06-08, by Eduard-Cristian Stefan
debugwalk: observe ui.slash config option
2012-06-11, by Adrian Buehlmann
test-commit: remove extra cd ..
stable
2012-06-09, by Adrian Buehlmann
merge with stable
2012-06-13, by Martin Geisler
notify: various fixes to docstring
stable
2012-05-29, by David Champion
help: sort results from keyword search
2012-06-13, by Mads Kiilerich
tests: reintroduce globs in test-convert-authormap.t
2012-06-13, by Mads Kiilerich
merge with stable
2012-06-12, by Matt Mackall
merge with crew
stable
2012-06-12, by Matt Mackall
tests: removed unneeded section in acl configuration: 'extensions'
2012-06-01, by Elifarley Callado Coelho Cruz
config: use util.compilere to compile regexps
2012-06-01, by Bryan O'Sullivan
matcher: use re2 bindings if available
2012-06-01, by Bryan O'Sullivan
help: fix extension commands help in keyword search
2012-06-07, by Olav Reinert
localrepo: lowercase "unexpected response" message
2012-06-12, by Martin Geisler
ui: lowercase "no username" warning
2012-06-12, by Martin Geisler
ui: lowercase "not trusting file" warning message
2012-06-12, by Martin Geisler
ui: lowercase ConfigError warning message
2012-06-12, by Martin Geisler
cmdutil: lowercase finddate status message
2012-06-12, by Martin Geisler
bisect: lowercase status message
2012-06-12, by Martin Geisler
serve: lowercase "no repo here" message
2012-06-12, by Martin Geisler
debuginstall: lowercase status messages
2012-06-12, by Martin Geisler
dispatch: lowercase --time message
2012-06-12, by Martin Geisler
win32text: lowercase warning message
2012-06-12, by Martin Geisler
patchbomb: lowercase status messages
2012-06-12, by Martin Geisler
purge: lowercase messages
2012-06-12, by Martin Geisler
mq: lowercase warning messages
2012-06-12, by Martin Geisler
largefiles: lowercase messages
2012-06-12, by Martin Geisler
gpg: lowercase messages
2012-06-12, by Martin Geisler
fetch: lowercase abort message
2012-06-12, by Martin Geisler
convert: lowercase status and abort messages
2012-06-12, by Martin Geisler
churn: lowercase message
2012-06-12, by Martin Geisler
test-parse-date: move remaining date parsing tests from test-log
2012-06-11, by Martin Geisler
test-log: removed tests already covered by test-parse-date
2012-06-11, by Martin Geisler
test-parse-date: remove cruft from 8c6f823efcc9
2012-06-11, by Martin Geisler
merge with stable
2012-06-12, by Thomas Arendsen Hein
archive: make progress only show files that are actually archived
stable
2012-06-12, by Thomas Arendsen Hein
test-hardlinks: enable for Windows
2012-06-11, by Adrian Buehlmann
test-command-template: enable for Windows
2012-06-11, by Adrian Buehlmann
test-rollback: enable for Windows
2012-06-11, by Adrian Buehlmann
test-init: enable for Windows
2012-06-11, by Adrian Buehlmann
test-run-tests: add tests for "#if no-false" and no-true
2012-06-11, by Adrian Buehlmann
tests: add missing trailing 'cd ..'
2012-06-11, by Mads Kiilerich
tests: cleanup of tests that got lost in their own nested directories
2012-06-11, by Mads Kiilerich
tests: cleanup of tests that ended up outside $TESTTMP
2012-06-11, by Mads Kiilerich
tests: remove 'hghave symlink' from test-import-git.t
2012-06-10, by Mads Kiilerich
tests: remove 'hghave symlink' from test-convert-svn-sink.t
2012-06-10, by Mads Kiilerich
tests: convert some 'hghave symlink' to #if
2012-06-10, by Mads Kiilerich
tests: drop a couple of unnecessary 'hghave symlink'
2012-06-10, by Mads Kiilerich
tests: use the right directory for running hghave from run-tests.py
2012-06-10, by Mads Kiilerich
tests: make .t tests stop immediately if a cd fails
2012-06-10, by Mads Kiilerich
test-remove-new: integrate into test-remove.t
2012-06-10, by Adrian Buehlmann
test-bundle: enable for Windows
2012-06-10, by Adrian Buehlmann
test-rename.t: enable for Windows
2012-06-10, by Adrian Buehlmann
tests: consistently use a HGEDITOR pattern that works with msys on windows
2012-06-10, by Mads Kiilerich
tests: glob the remaining 'saved backup bundle to' to prepare for windows
2012-06-10, by Mads Kiilerich
tests: convert some 'hghave execbit' to #if
2012-06-10, by Mads Kiilerich
tests: change odd uses of 'if hghave' to #if
2012-06-10, by Mads Kiilerich
tests/run-tests: avoid C:/ in arguments
2012-06-10, by Adrian Buehlmann
test-commit: remove extra cd ..
2012-06-09, by Adrian Buehlmann
help: test keyword search in translated text.
2012-06-08, by Olav Reinert
test-mq-subrepo-svn: enable for Windows
2012-06-08, by Eduard-Cristian Stefan
test-convert-git: remove the read-only attribute of repository files
2012-06-08, by Eduard-Cristian Stefan
test-convert: disable autocrlf for git
2012-06-08, by Eduard-Cristian Stefan
tests/hghave: implement #if true / #if false
2012-06-08, by Adrian Buehlmann
tests/run-tests: use $TMP on Windows (issue3490)
2012-06-08, by Adrian Buehlmann
test-import: enable for Windows
2012-06-08, by Adrian Buehlmann
test-import: remove unneeded chmod call
2012-06-08, by Adrian Buehlmann
test-log: enable for Windows
2012-06-08, by Adrian Buehlmann
test-revert: enable for Windows
2012-06-08, by Adrian Buehlmann
merge heads
2012-06-07, by Thomas Arendsen Hein
help: fix 'hg help -k' matching an extension without docs
2012-06-07, by Thomas Arendsen Hein
revlog: zlib.error sent to the user (issue3424)
2012-06-04, by Brad Hall
statichttprepo: don't send Range header when requesting entire file
stable
2012-06-09, by Alexander Boyd
merge with stable
2012-06-06, by Matt Mackall
merge with i18n
stable
2012-06-06, by Matt Mackall
merge with i18n
stable
2012-06-05, by Wagner Bruna
i18n-ru: synchronized with 4cf41c333e74
stable
2012-06-05, by Alexander Sauta
update: fix help regarding update to ancestor
stable
2012-06-05, by Kevin Bullock
bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484)
stable
2012-06-06, by Jim Hague
test-add: enable for Windows
2012-06-05, by Adrian Buehlmann
test-addremove: remove bits about con.xml
2012-06-05, by Adrian Buehlmann
util: simplify queue management in chunkbuffer
2012-06-05, by Bryan O'Sullivan
hghave: wrap command in 'sh -c "..."' for has_pyflakes()
2012-05-27, by Adrian Buehlmann
merge with stable
2012-06-04, by Matt Mackall
help: fix keyword search result formatting
2012-06-05, by Olav Reinert
help: drop -a from heads syntax summary (issue3483)
stable
2012-06-04, by Matt Mackall
revlog: add optional stoprev arg to revlog.ancestors()
2012-06-01, by Joshua Redstone
revlog: descendants(*revs) becomes descendants(revs) (API)
2012-06-01, by Bryan O'Sullivan
revlog: ancestors(*revs) becomes ancestors(revs) (API)
2012-06-01, by Bryan O'Sullivan
config: make sortdict keys() and iterkeys() methods respect the item order
2012-05-29, by Angel Ezquerra
merge with stable
2012-06-04, by Matt Mackall
parsers: replace magic number 64 with symbolic constant
2012-06-01, by Bryan O'Sullivan
revset: introduce and use _revsbetween
2012-06-01, by Bryan O'Sullivan
revset: implement dagrange directly
2012-06-01, by Bryan O'Sullivan
revset: turn dagrange into a function
2012-06-01, by Bryan O'Sullivan
revset: drop unreachable code
2012-06-01, by Bryan O'Sullivan
perf: add a benchmark for revrange
2012-06-01, by Bryan O'Sullivan
test-tags: enable for Windows
2012-06-04, by Adrian Buehlmann
tests: roll test-copy2.t into test-copy.t
2012-06-04, by Adrian Buehlmann
help: fix keyword search output for extension commands
2012-06-03, by Olav Reinert
help: format all output using RST
2012-06-02, by Olav Reinert
help: format command and option list help using RST
2012-06-02, by Olav Reinert
help: format extension lists using RST
2012-06-02, by Olav Reinert
test-revset: enable for Windows
2012-06-03, by Adrian Buehlmann
graft: restore config option on correct ui
stable
2012-06-04, by Idan Kamara
tests: roll test-commit-copy.t into test-commit.t
2012-06-04, by Adrian Buehlmann
base85: cast Py_ssize_t values to int (issue3481)
2012-06-04, by Adrian Buehlmann
tests: roll test-clone-failure.t into test-clone.t
2012-06-04, by Adrian Buehlmann
test-clone-failure: enable for Windows using #if
2012-06-01, by Adrian Buehlmann
help: fix search with `-k` option in non-ASCII locales
2012-06-04, by Nikolaj Sjujskij
hgweb: fixes linebreak location in gitweb filediff.tmpl view
stable
2012-06-04, by wujek srujek
test-paths.t: enable for Windows using #if
2012-06-03, by Adrian Buehlmann
tests: introduce c-style conditional sections in .t tests
2012-06-01, by Mads Kiilerich
run-tests: don't add python lines to expected dict
2012-05-30, by Adrian Buehlmann
run-test: replace backslashes in TESTDIR
2012-06-03, by Adrian Buehlmann
dispatch: tolerate non-standard version strings in tuplever() (issue3470)
2012-05-25, by Adrian Buehlmann
revset: cache alias expansions
2012-05-24, by Patrick Mezard
base85: use Py_ssize_t for string lengths
2012-05-24, by Adrian Buehlmann
hg-ssh: read-only flag
2012-05-22, by David Schleimer
bookmarks: allow existing remote bookmarks to become heads when pushing
2012-05-13, by Levi Bard
util: subclass deque for Python 2.4 backwards compatibility
2012-06-01, by Bryan O'Sullivan
merge with stable
2012-06-02, by Matt Mackall
Added signature for changeset 85a358df5bbb
stable
2012-06-01, by Matt Mackall
Added tag 2.2.2 for changeset 85a358df5bbb
stable
2012-06-01, by Matt Mackall
localrepo: move filecache clearing into invalidate
2012-06-01, by Matt Mackall
strip: move bookmark deletion before strip to deal with filecache invalidation
2012-06-01, by Matt Mackall
merge with stable
2012-06-01, by Matt Mackall
merge with i18n
stable
2.2.2
2012-06-01, by Matt Mackall
i18n-pt_BR: synchronized with 2a0efa1112ac
stable
2012-05-31, by Wagner Bruna
revset: avoid validating all tag nodes for tag(x)
2012-06-01, by Matt Mackall
revset: add pattern matching to 'extra' revset expression
2012-05-30, by Simon King
revset: add pattern matching to the 'user' revset expression
2012-05-30, by Simon King
revset: add pattern matching to 'bookmarks' revset expression
2012-05-30, by Simon King
revset: add pattern matching to 'branch' revset expression
2012-05-30, by Simon King
revset: add pattern matching to 'tag' revset expression
2012-05-30, by Simon King
revset: add helper function for matching strings to patterns
2012-05-30, by Simon King
help: format command help using RST
2012-06-01, by Olav Reinert
help: format topic help using RST
2012-06-01, by Olav Reinert
help: inline helper function used once only
2012-06-01, by Olav Reinert
minirst: generate tables as a list of joined lines
2012-06-01, by Olav Reinert
scmutil: seen.union should be seen.update (issue3476)
stable
2012-05-31, by Bryan O'Sullivan
patch: keep patching after missing copy source (issue3480)
stable
2012-06-01, by Patrick Mezard
keyword: update copyleft
2012-05-26, by Christian Ebert
keyword: wlock cmdutil.copy wrapper
2012-05-26, by Christian Ebert
keyword: support commit --amend (issue3471)
2012-05-26, by Christian Ebert
keyword: rename kwt.record attribute to kwt.postcommit
2012-05-25, by Christian Ebert
scmutil: use _winreg.HKEY_LOCAL_MACHINE
2012-05-27, by Adrian Buehlmann
win32: move lookupreg() to windows.py
2012-05-27, by Adrian Buehlmann
win32: use Python's _winreg again
2012-05-27, by Adrian Buehlmann
localrepo: clear _filecache earlier to really force reloading (issue3462)
stable
2012-05-29, by Idan Kamara
lsprof: report units correctly
2012-05-30, by Bryan O'Sullivan
cleanup: use the deque type where appropriate
2012-05-15, by Bryan O'Sullivan
perf: add a perfancestors benchmark
2012-05-15, by Bryan O'Sullivan
merge with stable
2012-05-30, by Matt Mackall
merge with crew
2012-05-30, by Matt Mackall
merge with i18n
stable
2012-05-30, by Matt Mackall
i18n-ja: synchronized with 2478594b37c2
stable
2012-05-29, by FUJIWARA Katsunori
i1n-ru:synchronized with b748106fe616
stable
2012-05-27, by Alexander Sauta
i18n-pt_BR: synchronized with 0a730d3c5aae
stable
2012-05-27, by Wagner Bruna
merge: show renamed on one and deleted on the other side in debug output
2012-05-23, by Thomas Arendsen Hein
merge: warn about file deleted in one branch and renamed in other (issue3074)
2012-05-23, by Thomas Arendsen Hein
tests: do not create repos inside repos in test-rename-merge1.t
2012-05-23, by Thomas Arendsen Hein
merge: do not warn about copy and rename in the same transaction (issue2113)
2012-05-23, by Thomas Arendsen Hein
merge with stable
2012-05-30, by Matt Mackall
revpair: handle odd ranges (issue3474)
stable
2012-05-30, by Matt Mackall
match: make 'match.files()' return list object always
stable
2012-05-23, by FUJIWARA Katsunori
perf: add a perfdirstatewrite benchmark
2012-05-16, by Bryan O'Sullivan
parsers: cache the result of index_headrevs
2012-05-19, by Bryan O'Sullivan
revlog: switch to a C version of headrevs
2012-05-19, by Bryan O'Sullivan
perf: rework perfheads and perftags to clear caches
2012-05-19, by Bryan O'Sullivan
parsers: reduce raw_length when truncating
2012-05-19, by Bryan O'Sullivan
help: inline helper function used once only
2012-05-22, by Olav Reinert
help: remove redundant parameter
2012-05-22, by Olav Reinert
help: move some helper functions to help.py
2012-05-22, by Olav Reinert
help: remove dependency on ui from some helper functions
2012-05-22, by Olav Reinert
less
more
|
(0)
-10000
-3000
-1000
-448
+448
+1000
+3000
+10000
+30000
tip