Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
transplant: use set for prune lookup
2013-04-16, by Mads Kiilerich
obsolete: extract obsolescence marker pulling into a dedicated function
2013-04-17, by Pierre-Yves David
obsolete: extract obsolescence marker pushing into a dedicated function
2013-04-17, by Pierre-Yves David
blackbox: fix a case of name capture
2013-04-18, by Bryan O'Sullivan
pathencode: eliminate comma at end of enum list to avoid pedantic warning
2013-04-19, by Yuya Nishihara
smtp: use 465 as default port for SMTPS
2013-04-19, by FUJIWARA Katsunori
subrepo: fix test breakage introduced in 2b34d004e644
2013-02-21, by Kevin Bullock
histedit: more precise user message when changeset is missing
2013-04-18, by Pierre-Yves David
histedit: protect against duplicated entries
2013-04-18, by Pierre-Yves David
histedit: track short hash instead of changectx object
2013-04-18, by Pierre-Yves David
histedit: ensure rules return short hex at all time
2013-04-18, by Pierre-Yves David
histedit-test: test unknown command
2013-04-18, by Pierre-Yves David
histedit-test: test unknown changeset
2013-04-18, by Pierre-Yves David
histedit-test: test malformed line
2013-04-18, by Pierre-Yves David
histedit-test: test that extra revisions are detected
2013-04-18, by Pierre-Yves David
histedit-test: test that missing revisions are detected
2013-04-18, by Pierre-Yves David
histedit: handle multiple spaces between action and hash (issue3893)
2013-04-18, by Pierre-Yves David
http2: sane readline
2013-02-01, by Brendan Cully
http2: make read use pushchunk/popchunk, eschew itertools
2013-02-01, by Brendan Cully
http2: track available data as it changes instead of recomputing it
2013-02-01, by Brendan Cully
histedit-test: rename histedit-revspec into histedit-argument
2013-04-18, by Pierre-Yves David
histedit-test: remove unnecessary graphlog extension
2013-04-18, by Pierre-Yves David
histedit-test: drop skip logic for older mercurial version
2013-04-18, by Pierre-Yves David
hgweb: refactor checks for granting and revoking user permissions
2013-04-15, by Wagner Bruna
check-code: add check for lock release order
2013-04-17, by Matt Mackall
parsers: fix variable declaration position issue
2013-04-17, by Matt Mackall
zsh_completion: complete all files for `commit/backout --logfile`
2013-04-17, by Nikolaj Sjujskij
transplant: improve documentation
2013-04-16, by Mads Kiilerich
transplant: clarify what --branch do - it has nothing to do with branches
2013-04-16, by Mads Kiilerich
import: inline checkexact function
2013-04-17, by Pierre-Yves David
import: factor out checkexact
2013-04-17, by Pierre-Yves David
amend: fix unlocking order - first lock then wlock
2013-04-17, by Mads Kiilerich
codingstyle: remove trailing spaces in various text files
2013-04-17, by Mads Kiilerich
tests: run check-code on Python files without .py extension
2013-04-17, by Mads Kiilerich
histedit: move outgoing processing to its own function
2013-04-16, by Pierre-Yves David
histedit: move all arguments checks to the beginning of the command
2013-04-16, by Pierre-Yves David
histedit-test: generalise --commands "-" usage
2013-04-16, by Pierre-Yves David
histedit: allow "-" as a command file
2013-04-16, by Pierre-Yves David
histedit: properly handle --continue on empty fold
2013-04-16, by Pierre-Yves David
histedit-test: replace obscure python script by a plain file
2013-04-16, by Pierre-Yves David
test: improve documentation of some histedit tests
2013-04-16, by Pierre-Yves David
test: use a lighter log style in histedit test
2013-04-16, by Pierre-Yves David
subrepo: add regression test for issue3870
2013-04-16, by Kevin Bullock
subrepo: clone of git sub-repository creates incorrect git branch (issue3870)
2013-04-16, by pozheg
dispatch: print 'abort:' when a pre-command hook fails (BC)
2013-04-16, by Siddharth Agarwal
largefiles: don't hash all largefiles when initializing a lfdirstate
2013-04-15, by Mads Kiilerich
largefiles: use filechunkiter for iterating largefile when serving getlfile
2013-04-16, by Mads Kiilerich
largefiles: stat all largefiles in one batch before downloading
2013-04-15, by Mads Kiilerich
largefiles: 'put' should store 'source' file in under 'hash', also in localstore
2013-04-15, by Mads Kiilerich
largefiles: getlfile must hit end of HTTP chunked streams to reuse connections
2013-04-16, by Mads Kiilerich
largefiles: drop limitreader, use filechunkiter limit
2013-04-16, by Mads Kiilerich
largefiles: move protocol conversion into getlfile and make it an iterable
2013-04-16, by Mads Kiilerich
largefiles: don't close the fd passed to store._getfile
2013-04-15, by Mads Kiilerich
largefiles: remove blecch from lfutil.copyandhash - don't close the passed fd
2013-04-15, by Mads Kiilerich
largefiles: drop lfutil.blockstream - use filechunkiter like everybody else
2013-04-15, by Mads Kiilerich
largefiles: refactoring - use findfile in localstore._getfile
2013-04-15, by Mads Kiilerich
largefiles: refactoring - return hex from _getfile and copyandhash
2013-04-15, by Mads Kiilerich
largefiles: refactoring - create destination dir in lfutil.link
2013-04-15, by Mads Kiilerich
summary: clear "commonincoming" also if branches are different
2013-04-09, by FUJIWARA Katsunori
summary: make "incoming" information sensitive to branch in URL (issue3830)
2013-04-09, by FUJIWARA Katsunori
histedit: make "hg histedit" sensitive to branch in URL
2013-04-09, by FUJIWARA Katsunori
summary: make "outgoing" information sensitive to branch in URL (issue3829)
2013-04-09, by FUJIWARA Katsunori
annotate: increase refcount of each revisions correctly (issue3841)
2013-03-29, by FUJIWARA Katsunori
annotate: reuse already calculated annotation
2013-03-29, by FUJIWARA Katsunori
log: fix behavior with empty repositories (issue3497)
2013-04-17, by Alexander Plavin
merge with crew
2013-04-16, by Matt Mackall
revlog: don't cross-check ancestor result against Python version
2013-04-16, by Bryan O'Sullivan
parsers: a C implementation of the new ancestors algorithm
2013-04-16, by Bryan O'Sullivan
revlog: choose a consistent ancestor when there's a tie
2013-04-16, by Bryan O'Sullivan
ancestor: a new algorithm that is faster for nodes near tip
2013-04-16, by Bryan O'Sullivan
update: allow dirty update to foreground (successors)
2013-04-16, by Pierre-Yves David
obsolete: extract foreground computation from bookmark.validdest
2013-04-16, by Pierre-Yves David
destroyed: invalidate phraserevs cache in all case (issue3858)
2013-04-15, by Pierre-Yves David
largefiles: deprecate --all-largefiles for pull
2013-04-15, by Mads Kiilerich
largefiles: implement pull --all-largefiles as a special case of --lfrev
2013-04-15, by Mads Kiilerich
largefiles: drop --cache-largefiles again
2013-04-15, by Mads Kiilerich
largefiles: introduce pulled() revset expression for use in --lfrev
2013-04-15, by Mads Kiilerich
largefiles: introduce pull --lfrev option
2013-04-15, by Mads Kiilerich
largefiles: refactor overridepull internals
2013-04-15, by Mads Kiilerich
largefiles: introduce lfpull command for pulling missing largefiles
2013-04-15, by Mads Kiilerich
largefiles: update help
2013-04-15, by Mads Kiilerich
largefiles: fix cat of non-largefiles from subdirectory
2013-04-15, by Mads Kiilerich
largefiles: don't store whole file in memory for 'cat'
2013-04-15, by Mads Kiilerich
mergetools: rename 'base' to 'merged' in meld
2013-04-16, by ronvoe12249
mergetools: avoid losing the merged version with meld
2013-02-21, by ronvoe12249
templatekw: add default styles for hybrid types (issue3887)
2013-04-16, by Matt Mackall
largefiles: improve repo wrapping detection
2013-04-10, by FUJIWARA Katsunori
hgweb: respond HTTP_NOT_FOUND when an archive request does not match any files
2013-03-21, by Angel Ezquerra
archive: raise error.Abort if the file pattern matches no files
2013-03-21, by Angel Ezquerra
ui: add 'force' parameter to traceback() to override the current print setting
2013-02-09, by Matt Harbison
ui: add support for fully printing chained exception stacks in ui.traceback()
2013-02-09, by Matt Harbison
subrepo: chain the original exception to SubrepoAbort
2013-02-06, by Matt Harbison
debugrebuildstate: rename to debugrebuilddirstate
2013-04-15, by Mads Kiilerich
debugstate: rename to debugdirstate
2013-04-15, by Mads Kiilerich
debugrebuildstate: clarify that rev can't be specified without -r
2013-04-15, by Mads Kiilerich
check-code: check txt files for trailing whitespace
2013-04-15, by Mads Kiilerich
check-code: catch trailing space in comments
2013-04-15, by Mads Kiilerich
spelling: fix typos and spelling errors
2013-04-15, by Mads Kiilerich
wireproto: clarify cryptic 'remote: unsynced changes' error message on push
2013-04-11, by Mads Kiilerich
export: export working directory parent by default
2013-02-11, by Mads Kiilerich
commit: allow closing "non-head" changesets
2013-04-10, by Mads Kiilerich
record: ignore trailing content when parsing patches - introduce 'other' lines
2012-06-13, by Mads Kiilerich
record: abort on malformed patches instead of crashing
2013-04-11, by Mads Kiilerich
localrepo: use "vfs.rename()" instead of "util.rename()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.setflags()" instead of "util.setflags()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.readlink()" instead of "os.readlink()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.islink()" instead of "os.path.islink()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.rename()" instead of "util.rename()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use "vfs.exists()" instead of "os.path.exists()"
2013-04-15, by FUJIWARA Katsunori
localrepo: use vfs instead of "os.path.*" in sharedpath checking
2013-04-15, by FUJIWARA Katsunori
vfs: split "expand" into "realpath"/"expandpath" to apply each separately
2013-04-15, by FUJIWARA Katsunori
unionrepo: read-only operations on a union of two localrepos
2013-01-18, by Mads Kiilerich
subrepo: fix exception on revert when "all" option is omitted
2013-04-15, by Yuya Nishihara
histedit: update tests for new intervention framework
2013-04-14, by Matt Mackall
test-subrepo: add tests for subrepo "storeclean" checks
2013-03-08, by Angel Ezquerra
subrepo: do not push mercurial subrepos whose store is clean
2013-02-16, by Angel Ezquerra
subrepo: implement "storeclean" method for mercurial subrepos
2013-02-16, by Angel Ezquerra
util: add notindexed optional parameter to makedirs function
2013-02-16, by Angel Ezquerra
subrepo: introduce storeclean method
2013-02-16, by Angel Ezquerra
subrepo: introduce storeclean helper functions
2013-02-16, by Angel Ezquerra
dispatch: exit with status 1 for an InterventionRequired exception (bc)
2013-02-08, by Augie Fackler
histedit: switch from util.Abort to util.InterventionRequired where appropriate (bc)
2013-02-08, by Augie Fackler
rebase: switch from util.Abort to util.InterventionRequired where appropriate (bc)
2013-02-08, by Augie Fackler
dispatch: catch InterventionRequired and print the message with no prefix
2013-02-08, by Augie Fackler
error: introduce new InterventionRequired exception
2013-02-08, by Augie Fackler
util: remove unreachable code
2013-04-12, by Bryan O'Sullivan
util: remove no-op assignment
2013-04-12, by Bryan O'Sullivan
merge more evolve stuff away (what?)
2013-04-12, by Bryan O'Sullivan
synthrepo: add missing import of sys
2013-04-12, by Bryan O'Sullivan
transplant: pass source through to recover
2013-04-12, by Bryan O'Sullivan
repoview: remove more unreachable code
2013-04-12, by Bryan O'Sullivan
merge away some failed evolve fat-fingering
2013-04-12, by Bryan O'Sullivan
pager: add missing imports of errno and shlex
2013-04-12, by Bryan O'Sullivan
largefiles: quiet (and document) undefined name errors (issue3886)
2013-04-12, by Bryan O'Sullivan
color: add missing import of error
2013-04-12, by Bryan O'Sullivan
pvec: use the correct name for an identifier
2013-04-12, by Bryan O'Sullivan
repoview: remove unreachable code
2013-04-12, by Bryan O'Sullivan
pvec: use the correct name for an identifier
2013-04-12, by Bryan O'Sullivan
repoview: remove unreachable code
2013-04-12, by Bryan O'Sullivan
mail: add missing import of sys
2013-04-12, by Bryan O'Sullivan
statichttprepo: add missing import of os
2013-04-12, by Bryan O'Sullivan
worker: add missing import of errno
2013-04-12, by Bryan O'Sullivan
histedit: support editing of the first commit (issue3767)
2013-04-12, by Bryan O'Sullivan
test-commit-amend.t: fix check-code violation from 3a72c89a83ec
2013-04-12, by Augie Fackler
util: improve doc for checkcase
2013-02-11, by Mads Kiilerich
scheme: don't crash on invalid URLs
2013-04-11, by Mads Kiilerich
amend: support amending merge changesets (issue3778)
2013-02-08, by Brodie Rao
worker: catch all exceptions, try to exit usefully/safely
2013-04-11, by Bryan O'Sullivan
lock: if we fork, ensure that only the parent releases
2013-04-11, by Bryan O'Sullivan
tag: clarify cryptic error message when tagging null revision
2013-04-11, by Mads Kiilerich
setup: make error message for missing Python headers more helpful
2013-04-12, by Mads Kiilerich
obsolete: ensure all markers have a date
2013-02-11, by Pierre-Yves David
zsh_completion: make use of `debuglabelcomplete` command
2013-04-08, by Nikolaj Sjujskij
dirs: use mutable strings internally
2013-04-10, by Bryan O'Sullivan
dirs: use mutable integers internally
2013-04-10, by Bryan O'Sullivan
scmutil: rewrite dirs in C, use if available
2013-04-10, by Bryan O'Sullivan
scmutil: use new dirs class in dirstate and context
2013-04-10, by Bryan O'Sullivan
scmutil: add a dirs class
2013-04-10, by Bryan O'Sullivan
scmutil: migrate finddirs from dirstate
2013-04-10, by Bryan O'Sullivan
merge
2013-04-10, by Bryan O'Sullivan
manifestmerge: handle workdir removed, remote removed with flags
2013-04-10, by Siddharth Agarwal
dicthelpers.diff: compare against default for missing values
2013-04-10, by Siddharth Agarwal
templater: back out 0615b22da148, it breaks schemes ({1})
2013-04-09, by Brendan Cully
debuglabelcomplete: compute active branch heads correctly
2013-04-09, by Bryan O'Sullivan
merge with i18n
2013-04-08, by Matt Mackall
hg-i18n-it: minor fixes
2013-04-05, by Stefano Tortarolo
templater: fix check-code error
2013-04-08, by Bryan O'Sullivan
smtp: verify the certificate of the SMTP server for STARTTLS/SMTPS
2013-03-26, by FUJIWARA Katsunori
sslutil: abort if peer certificate is not verified for secure use
2013-03-26, by FUJIWARA Katsunori
smtp: add the class to verify the certificate of the SMTP server for SMTPS
2013-03-26, by FUJIWARA Katsunori
smtp: add the class to verify the certificate of the SMTP server for STARTTLS
2013-03-26, by FUJIWARA Katsunori
template: allow unquoted int function arguments
2013-04-07, by Brendan Cully
Merge with main
2013-04-08, by Brendan Cully
graft: use missing ancestors algorithm to find earlier grafts
2013-04-06, by Siddharth Agarwal
graft: find ancestors of destination lazily
2013-04-06, by Siddharth Agarwal
merge with crew
2013-04-05, by Matt Mackall
sslutil: try harder to avoid getpeercert problems
2013-04-05, by Matt Mackall
copies._forwardcopies: use set operations to find missing files
2013-04-04, by Siddharth Agarwal
perf: add a command to test copies.pathcopies perf
2013-04-04, by Siddharth Agarwal
merge with stable
2013-04-04, by Matt Mackall
Added signature for changeset 8a7bd2dccd44
stable
2013-04-04, by Matt Mackall
Added tag 2.5.4 for changeset 8a7bd2dccd44
stable
2013-04-04, by Matt Mackall
applyupdates: assign variable before we try to use it (issue3855)
stable
2.5.4
2013-03-18, by Kevin Bullock
merge with mpm
2013-04-03, by Bryan O'Sullivan
perf: add a command to test addremove performance
2013-04-01, by Siddharth Agarwal
merge with crew
2013-04-03, by Matt Mackall
dirstate: only call lstat once per flags invocation
2013-04-03, by Bryan O'Sullivan
util: add functions to check symlink/exec bits
2013-04-03, by Bryan O'Sullivan
Merge with stable.
2013-04-03, by Augie Fackler
setup.py: properly discard trust warning.
stable
2013-04-02, by Isaac Jurado
scmutil.addremove: use iteritems on walk results
2013-04-02, by Siddharth Agarwal
scmutil.addremove: stop sorting all walk results
2013-04-02, by Siddharth Agarwal
scmutil.addremove: pull ui.status printing out of the loop
2013-04-02, by Siddharth Agarwal
scmutil.addremove: remove redundant directory and symlink checks
2013-04-02, by Siddharth Agarwal
scmutil.addremove: pull repo.dirstate fetch out of the loop
2013-04-02, by Siddharth Agarwal
scmutil: remove dead updatedir code
2013-04-01, by Siddharth Agarwal
merge with mpm
2013-04-02, by Bryan O'Sullivan
merge with stable
2013-04-02, by Matt Mackall
Added signature for changeset 50c922c1b514
stable
2013-04-02, by Matt Mackall
Added tag 2.5.3 for changeset 50c922c1b514
stable
2013-04-02, by Matt Mackall
hgweb: show correct error message for i18n environment
stable
2.5.3
2013-02-15, by Takumi IINO
commands: fix typo in debugobsolete docstring
stable
2013-04-01, by Wagner Bruna
duplicatecopies: do not mark items not in the dirstate as copies
2013-03-28, by Siddharth Agarwal
duplicatecopies: fix arg name and docstring
2013-03-28, by Siddharth Agarwal
pull: list bookmarks before pulling changesets (issue3873)
2013-03-29, by Siddharth Agarwal
test-hook.t: remove prelistkeys.forbid hook before moving on
2013-03-29, by Siddharth Agarwal
bookmarks.updatefromremote: rename local rb to remotemarks
2013-03-29, by Siddharth Agarwal
pull: rename local rb to remotebookmarks
2013-03-29, by Siddharth Agarwal
dicthelpers: inline diff and join code
2013-03-29, by Siddharth Agarwal
dicthelpers: add docstrings for diff and join
2013-03-29, by Siddharth Agarwal
perf: add perfdirs command
2013-04-01, by Bryan O'Sullivan
merge with stable
2013-04-01, by Matt Mackall
zsh_completion: fix trailing carriage return spoiling tag completion
stable
2013-03-29, by Nikolaj Sjujskij
filesets: add eol predicate
2013-03-29, by Matt Mackall
merge with stable
2013-03-29, by Matt Mackall
merge with i18n
stable
2013-03-29, by Matt Mackall
merge with i18n
stable
2013-03-01, by Wagner Bruna
i18n-ja: synchronized with 61c8327ced50
stable
2013-03-01, by FUJIWARA Katsunori
perf: remove mysterious trailing newlines
2013-03-28, by Bryan O'Sullivan
blackbox: fix a few check-code portability errors
2013-03-27, by Bryan O'Sullivan
check-code: fix a check-code failure in check-code
2013-03-27, by Bryan O'Sullivan
check-code: re-add check for missing glob
2013-03-01, by Simon Heimberg
tests: append missing glob to filename output and check-code it
2013-03-01, by Simon Heimberg
check-code: extract windows glob warning message
2013-02-28, by Simon Heimberg
blackbox: defer opening a log file until needed (issue3869)
2013-03-26, by Bryan O'Sullivan
patch: match 'diff --git a/' instead of 'diff --git'
2013-03-22, by Sean Farley
color: drop unnecessary global statement
2013-03-21, by Simon Heimberg
serve: pass on the repo instad of recreating it in hgweb
2013-03-21, by Simon Heimberg
serve: pass the prepared baseui to hgweb
2013-03-21, by Simon Heimberg
hgweb: do not pass on repo.ui when recreating a repo
2013-03-21, by Simon Heimberg
repo: repo isolation, do not pass on repo.ui for creating new repos
2012-10-10, by Simon Heimberg
diff: fix binary file removals in git mode.
2013-03-04, by Johan Bjork
manifestmerge: drop redundant flags calls
2013-03-24, by Siddharth Agarwal
manifestmerge: use dicthelpers.diff and join
2013-03-25, by Siddharth Agarwal
manifestdict: add a method to diff _flags
2013-03-24, by Siddharth Agarwal
mercurial: implement diff and join for dicts
2013-03-25, by Siddharth Agarwal
convert: add closesort algorithm to mercurial sources
2013-03-24, by Constantine Linnick
manifestmerge: rename n to n1 and n2
2013-03-24, by Siddharth Agarwal
perf: add a command to measure merge.calculateupdates perf
2013-03-24, by Siddharth Agarwal
hgk: fix a pyflakes error
2013-03-25, by Bryan O'Sullivan
dirstate.walk: fast path none-seen + match-always case for step 3
2013-03-22, by Siddharth Agarwal
dirstate.walk: fast path match-always case during traversal
2013-03-22, by Siddharth Agarwal
largefiles: fix _always for match overrides
2013-03-25, by Siddharth Agarwal
dirstate.walk: remove subrepo and .hg from results before step 3
2013-03-25, by Siddharth Agarwal
merge with stable
2013-03-25, by Kevin Bullock
blackbox: account for another source of errors
2013-03-22, by Bryan O'Sullivan
hgk: remove regsub, split on \r instead
2012-10-16, by Andrew Shadura
hgk: simplify tags parser
2012-10-16, by Andrew Shadura
hgk: add support for phases
2013-03-22, by Andrew Shadura
hgk: in popups, replace labels with window titles
2013-03-10, by Andrew Shadura
hgk: update backgroud colour when Ttk is available
2013-03-10, by Andrew Shadura
hgk: fix pop-up windows
2012-10-16, by Andrew Shadura
hgk: don't use fixed format for dates
2013-03-10, by Andrew Shadura
hgk: reformat changsets fields
2013-03-10, by Andrew Shadura
hgk: drop committer field from the UI
2012-10-16, by Andrew Shadura
test-completion: test completion of tags
2013-03-21, by Bryan O'Sullivan
debugpathcomplete: satisfy the code checker
2013-03-21, by Bryan O'Sullivan
tests: test debugpathcomplete and debuglabelcomplete
2013-03-21, by Bryan O'Sullivan
tests: rename test-debugcomplete.t to test-completion.t
2013-03-21, by Bryan O'Sullivan
pathcomplete: complete directories more conservatively
2013-03-21, by Bryan O'Sullivan
sadclown: another test failure eluded me
2013-03-21, by Bryan O'Sullivan
bash_completion: recognize normal command abbreviations
2013-03-21, by Bryan O'Sullivan
completion: selectively use debugpathcomplete in bash_completion
2013-03-21, by Bryan O'Sullivan
completion: add a debugpathcomplete command
2013-03-21, by Bryan O'Sullivan
tests: add new command to test-debugcomplete
2013-03-21, by Bryan O'Sullivan
completion: add a debuglabelcomplete command
2013-03-21, by Bryan O'Sullivan
bash_completion: nuke a duplicated function
2013-03-21, by Bryan O'Sullivan
run-tests: only sort files when not given as argument
2013-03-21, by Simon Heimberg
blackbox: use util.getuser for portability
2013-03-20, by Bryan O'Sullivan
blackbox: prevent failed I/O from causing hg to abort
2013-03-20, by Bryan O'Sullivan
merge with crew-stable
2013-03-19, by Bryan O'Sullivan
largefiles: don't query the dirstate for key None
2013-03-19, by Siddharth Agarwal
merge
2013-03-18, by Kevin Bullock
bookmarks: moving the active bookmark deactivates it
2013-03-16, by Kevin Bullock
bookmarks: allow (re-)activating a bookmark on the current changeset
2013-03-16, by Kevin Bullock
applyupdates: assign variable before we try to use it (issue3855)
2013-03-18, by Kevin Bullock
revset: don't abort when regex to tag() matches nothing (issue3850)
2013-03-18, by Kevin Bullock
rebase: fix --collapse when a file was added then removed
2013-03-15, by Durham Goode
Merge
2013-03-17, by Augie Fackler
grep: use re2 if possible
2013-03-11, by Bryan O'Sullivan
util: add flag support to compilere
2013-03-11, by Bryan O'Sullivan
bookmarks: fix test broken by 0bba1ff2ac7b
2013-03-16, by Kevin Bullock
bookmarks: allow moving a bookmark forward to a descendant
2013-03-15, by Kevin Bullock
hgweb: change manifest archive links to only archive the current directory
2013-02-26, by Angel Ezquerra
hgweb: teach archive how to download a specific directory or file
2013-02-10, by Angel Ezquerra
test-archive: gracefully handle HTTPErrors on get-with-headers
2013-02-06, by Angel Ezquerra
bash_completion: tell an editor what type of file this is
2013-03-14, by Bryan O'Sullivan
bash_completion: allow remove to complete normal files
2013-03-14, by Bryan O'Sullivan
bash_completion: match more narrowly
2013-03-14, by Bryan O'Sullivan
blackbox: add backup bundle paths to blackbox logs
2013-03-13, by Durham Goode
tests: fix test-profile to not depend on HGPROF environment variable
2013-03-12, by Durham Goode
merge with crew-stable
2013-03-12, by Bryan O'Sullivan
tests: fix test-profile to not depend on HGPROF environment variable
2013-03-12, by Durham Goode
check-code: do not prepend "warning" to a failure message
2013-03-09, by Simon Heimberg
merge with crew-stable
2013-03-09, by Bryan O'Sullivan
strip: make --keep option not set all dirstate times to 0
2013-03-06, by Durham Goode
sshpeer: store subprocess so it cleans up correctly
2013-03-08, by Durham Goode
blackbox: fix exception when logging commands with format characters
2013-02-28, by Durham Goode
localrepo: always write the filtered phasecache when nodes are destroyed (issue3827)
stable
2013-03-23, by Idan Kamara
merge with stable
stable
2013-03-19, by Bryan O'Sullivan
rebase: restore active bookmark after rebase --continue
stable
2013-03-11, by Durham Goode
setup.py: ignore warnings from obsolete
stable
2013-03-04, by Benoit Boissinot
setup.py: add metadata to register package to PyPI
stable
2013-03-04, by Benoit Boissinot
minirst: optimize HTML table generation a bit
2013-02-09, by Dan Villiom Podlaski Christiansen
minirst: HTML formatter tweaks
2013-02-09, by Dan Villiom Podlaski Christiansen
minirst: CGI escape strings prior to embedding it in the HTML
2013-02-09, by Dan Villiom Podlaski Christiansen
minirst: don't generate TH elements for the first row in table
2013-02-09, by Dan Villiom Podlaski Christiansen
help: use a full header for topic titles
2013-02-10, by Dan Villiom Podlaski Christiansen
hgweb: generate HTML documentation
2013-02-09, by Dan Villiom Podlaski Christiansen
help: move the majority of the help command to the help module
2013-02-09, by Dan Villiom Podlaski Christiansen
hgweb help: split up long lines (in generated output)
2013-02-09, by Dan Villiom Podlaski Christiansen
hgweb help: add tests
2013-03-01, by Dan Villiom Podlaski Christiansen
merge with stable
2013-03-01, by Kevin Bullock
merge with crew
2013-02-28, by Matt Mackall
Added signature for changeset 5b7175377bab
stable
2013-02-28, by Matt Mackall
Added tag 2.5.2 for changeset 5b7175377bab
stable
2013-02-28, by Matt Mackall
setparents: drop copies from dropped p2 (issue3843)
stable
2.5.2
2013-02-28, by Matt Mackall
httppeer: avoid large dumps when we don't see an hgweb repo
2013-02-17, by Matt Mackall
httppeer: improve protocol check
2013-02-17, by Matt Mackall
util: add a timed function for use during development
2013-02-28, by Bryan O'Sullivan
util: generalize bytecount to unitcountfn
2013-02-28, by Bryan O'Sullivan
help: new SHA-1 fingerprint of hg.intevation.org in hostfingerprints example
2013-02-28, by Thomas Arendsen Hein
tests: work around msys bash mangling of paths in test-mq.t
2013-02-26, by Mads Kiilerich
largefiles: remove wrong comment on standin matcher and code for creating dirs
2013-02-28, by Mads Kiilerich
merge with stable
2013-02-28, by Mads Kiilerich
templatefilters: add missing import of _
stable
2013-02-28, by Mads Kiilerich
largefiles: updatelfiles should use working dir standins, not standins from p1
stable
2013-02-28, by Mads Kiilerich
largefiles: simplify cachelfiles - don't spend a lot of time checking hashes
stable
2013-02-28, by Mads Kiilerich
largefiles: don't let update leave wrong largefiles in wd if fetch fails
stable
2013-02-28, by Mads Kiilerich
largefiles: missing largefiles should not be committed as removed
stable
2013-02-28, by Mads Kiilerich
largefiles: don't assume that .hg/largefiles/ still exists
stable
2013-02-28, by Mads Kiilerich
largefiles: getstandinmatcher should not depend on existence of directories
stable
2013-02-28, by Mads Kiilerich
tests: don't rely on broken behaviour in test-largefiles-cache.t
stable
2013-02-28, by Mads Kiilerich
largefiles: fix download of largefiles from an empty list of changesets
stable
2013-02-28, by Mads Kiilerich
largefiles: fix off-by-one error on pull --all-largefiles
stable
2013-02-28, by Mads Kiilerich
tests: remove glob lines which unnecessary match / for \ on windows
2013-02-23, by Simon Heimberg
tests: append glob to filename output when required for windows
2013-02-23, by Simon Heimberg
convert: stabilize cvsps commitid sort order
2013-02-22, by Matt Mackall
pager: catch ctrl-c on exit (issue3834)
2013-02-22, by Matt Mackall
merge with crew
2013-02-22, by Matt Mackall
templater: properly handle file_copies with %
2013-02-22, by Matt Mackall
localrepo: iterate over manifest key/value pairs in status
2013-02-22, by Bryan O'Sullivan
match: more accurately report when we're always going to match
2013-02-21, by Bryan O'Sullivan
scmutil: fix NameError on windows
2013-02-21, by Kevin Bullock
commands: exit from the log loop at the right time
2013-02-20, by Bryan O'Sullivan
cmdutil: use a small initial window with --limit
2013-02-20, by Bryan O'Sullivan
worker: handle worker failures more aggressively
2013-02-20, by Bryan O'Sullivan
worker: fix a race in SIGINT handling
2013-02-20, by Bryan O'Sullivan
worker: on error, exit similarly to the first failing worker
2013-02-20, by Bryan O'Sullivan
merge with stable
2013-02-19, by Kevin Bullock
merge with main
2013-02-19, by Kevin Bullock
largefiles: don't cache largefiles for pulled heads by default
2013-02-09, by Na'Tosha Bard
merge with stable
2013-02-18, by Matt Mackall
merge with crew
2013-02-18, by Matt Mackall
bundle: treat branches created newly on the local correctly (issue3828)
stable
2013-02-18, by FUJIWARA Katsunori
merge with stable
2013-02-15, by Kevin Bullock
mergetools: refine vimdiff warning message
stable
2013-02-15, by Kevin Bullock
mergetools: vimdiff issue a warning explaining how to abort
stable
2013-02-15, by Pierre-Yves David
httppeer: improve protocol check
2013-02-17, by Matt Mackall
httppeer: avoid large dumps when we don't see an hgweb repo
2013-02-17, by Matt Mackall
mergetools: refine vimdiff warning message
2013-02-15, by Kevin Bullock
mergetools: vimdiff issue a warning explaining how to abort
2013-02-15, by Pierre-Yves David
dispatch: also a separate warning message on aliases with --config
2013-02-12, by Simon Heimberg
extensions: remove erroneous comment
2013-02-14, by Kevin Bullock
blackbox: do not translate the log messages
2013-02-13, by Durham Goode
scmutil: split platform-specific bits into their own modules
2013-02-12, by Kevin Bullock
backout: call cmdutil.commit directly instead of commands.commit
2013-02-12, by Kevin Bullock
commit: factor out status printing into a helper function
2013-02-12, by Kevin Bullock
backout: remove unnecessary dict copy
2013-02-12, by Kevin Bullock
backout: remove unnecessary frobbing of addremove option
2013-02-12, by Kevin Bullock
backout: use cmdutil.revert directly instead of commands.revert
2013-02-12, by Kevin Bullock
merge with stable
2013-02-13, by Kevin Bullock
check-code: warn about line glob match with no glob character (?*/)
2013-02-13, by Simon Heimberg
tests: remove glob from output lines containing no glob character
2013-02-13, by Simon Heimberg
tests: inform on Windows about unnecessary glob lines
2012-10-15, by Simon Heimberg
tests: quickly check if the glob line already matches the output
2013-02-13, by Simon Heimberg
tests: append glob to filename output when required (windows)
stable
2013-02-13, by Simon Heimberg
util: make ensuredirs safer against races
2013-02-13, by Bryan O'Sullivan
blackbox: only show new heads on incoming
2013-02-13, by Durham Goode
blackbox: fix copyright
2013-02-13, by Bryan O'Sullivan
blackbox: fix a failing pyflakes test
2013-02-12, by Bryan O'Sullivan
blackbox: tests for the blackbox extension
2013-02-09, by Durham Goode
blackbox: adds a 'blackbox' command for viewing recent logs
2013-02-09, by Durham Goode
blackbox: log incoming changes via ui.log()
2013-02-09, by Durham Goode
blackbox: logs python and extension hooks via ui.log()
2013-02-09, by Durham Goode
blackbox: log the commands that are run
2013-02-09, by Durham Goode
blackbox: adds a blackbox extension
2013-02-12, by Durham Goode
scmutil: create directories in a race-safe way during update
2013-02-11, by Bryan O'Sullivan
Merge
2013-02-11, by Bryan O'Sullivan
test-atomictempfile: convert to unit test
2013-02-09, by Idan Kamara
tests: add a test runner utility that prints nothing when all tests pass
2013-02-09, by Idan Kamara
hgweb: consistent author name width
2013-02-10, by Dan Villiom Podlaski Christiansen
dirstate: fix generator/list error when using python 2.7
2013-02-10, by Durham Goode
mq: comply with filtering when injecting fake tags (issue3812)
2013-02-11, by Pierre-Yves David
commit: factor out post-commit cleanup into workingctx
2013-02-08, by David Schleimer
localrepo: use workingctx for validation in commit
2013-02-08, by David Schleimer
localrepo: create context used for actual commit earlier
2013-02-08, by David Schleimer
merge with crew-stable
2013-02-11, by Thomas Arendsen Hein
debugobsolete: improve command help
stable
2013-02-09, by Pierre-Yves David
import: don't rollback on failed import --exact (issue3616)
2013-02-10, by Kevin Bullock
Merge
2013-02-10, by Bryan O'Sullivan
Merge
2013-02-10, by Bryan O'Sullivan
merge crew and main
2013-02-11, by Benoit Boissinot
merge crew and main
2013-02-11, by Benoit Boissinot
manifestmerge: fix order in which manifests are fetched
2013-02-10, by Siddharth Agarwal
merge: run _forgetremoved after manifestmerge
2013-02-10, by Siddharth Agarwal
dirstate: disable gc while parsing the dirstate
2013-02-10, by Siddharth Agarwal
export: show 'Date' header in a format that also is readable for humans
2013-02-08, by Mads Kiilerich
factotum: fix urllib2 import so it no longer relies on a demandimport bug
2013-02-10, by Mads Kiilerich
hgweb: make the test suite use hgweb in a more WSGI compliant way
2013-01-27, by Mads Kiilerich
hgweb: simplify internal staticfile return codes
2013-02-10, by Mads Kiilerich
spelling: fix some minor issues found by spell checker
2013-02-10, by Mads Kiilerich
bundlerepo: replace basemap with the base field in the index
2013-02-08, by Mads Kiilerich
profiling: replace '+' markup of nested lines with indentation
2013-02-08, by Mads Kiilerich
Merge crew and main.
2013-02-10, by Augie Fackler
merge: don't fiddle with name lookups or i18n in hot loops
2013-02-09, by Bryan O'Sullivan
merge: apply non-interactive working dir updates in parallel
2013-02-09, by Bryan O'Sullivan
worker: allow a function to be run in multiple worker processes
2013-02-09, by Bryan O'Sullivan
worker: partition a list (of tasks) into equal-sized chunks
2013-02-09, by Bryan O'Sullivan
worker: estimate whether it's worth running a task in parallel
2013-02-09, by Bryan O'Sullivan
worker: count the number of CPUs
2013-02-09, by Bryan O'Sullivan
tests: getremove test output changes (fold into previous patch)
2013-02-09, by Bryan O'Sullivan
merge: report non-interactive progress in chunks
2013-02-09, by Bryan O'Sullivan
merge: handle subrepo merges and .hgsubstate specially
2013-02-09, by Bryan O'Sullivan
tests: update test output (will be folded into parent)
2013-02-09, by Bryan O'Sullivan
merge: split out mostly-non-interactive working dir updates
2013-02-09, by Bryan O'Sullivan
extensions: obsolete and remove interhg extension
2013-02-09, by Angel Ezquerra
hgweb: apply the websub filter to revision descriptions
2013-02-09, by Angel Ezquerra
hgweb: add websub template filter
2013-02-08, by Angel Ezquerra
addremove: don't audit the path for paths already in the dirstate
2013-02-05, by Durham Goode
dirstate: walk returns None for files that have a symlink in their path
2013-02-04, by Durham Goode
pathauditor: add check() method
2013-02-05, by Durham Goode
summary: add missing space for updated active bookmark display
2013-02-09, by Matt Mackall
summary: show active bookmark even if not at current changeset
2013-02-08, by Kevin Bullock
summary: simplify handling of active bookmark
2013-01-27, by Kevin Bullock
summary: test that current bookmark isn't shown
2013-02-08, by Kevin Bullock
merge crew heads
2013-02-09, by Kevin Bullock
merge with stable
2013-02-09, by Kevin Bullock
outgoing: fix possible filtering crash in outgoing (issue3814)
stable
2013-02-09, by Pierre-Yves David
test: display used python hash seed
2013-01-30, by Pierre-Yves David
outgoing: fix possible filtering crash in outgoing (issue3814)
2013-02-09, by Pierre-Yves David
parsedate: understand "now" as a shortcut for the current time
2013-02-09, by Augie Fackler
export: clobber files with -o (bc) (issue3652)
2013-02-09, by Augie Fackler
merge: don't call copies.mergecopies unless we need to
2013-02-09, by Bryan O'Sullivan
merge: rename p1 to wctx in manifestmerge
2013-02-09, by Bryan O'Sullivan
largefiles: fix test and check code
2013-02-09, by Na'Tosha Bard
histedit: always abort with same message when working dir is wrong.
2013-08-03, by Simon Heimberg
histedit: report when revisions to edit are not ancestors of working dir
2013-08-03, by Simon Heimberg
Merge
2013-02-09, by Bryan O'Sullivan
manifestmerge: handle abort on local unknown, remote created files
2013-02-09, by Siddharth Agarwal
manifestmerge: pass in branchmerge and force separately
2013-02-08, by Siddharth Agarwal
manifest: use a size 3 LRU cache to store parsed manifests
2013-02-09, by Siddharth Agarwal
util: add an LRU cache dict
2013-02-09, by Siddharth Agarwal
tests: remove last two check-code warnings about killdaemons
2013-02-09, by Kevin Bullock
tests: guard against obsolete markers in the hg repo itself
2013-02-09, by Kevin Bullock
largefiles: make caching largefiles message more explicit
2013-02-09, by Na'Tosha Bard
largefiles: document behavior of caching largefiles for new heads
2013-02-09, by Na'Tosha Bard
check-code: add Makefile target to run check-code
2013-02-09, by Benoit Boissinot
byterange: remove now-unused sys import
2013-02-09, by Augie Fackler
test-obsolete.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-lookup.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-issue1556.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-issue1542.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-issue1371.t: switch to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-inotify-debuginotify.t: migrate to killdaemons from kill `cat pidfile`
2013-02-09, by Augie Fackler
test-hgweb-raw.t: use killdaemons instead of kill `cat pidfile`
2013-02-09, by Augie Fackler
test-https.t: stop using kill `cat $pidfile`
2013-02-09, by Augie Fackler
changelog: hexlify node when throwing a LookupError on a filtered node
2013-02-09, by Augie Fackler
byterange: remove old two-arg raise trick
2013-02-08, by Augie Fackler
revlog: document v0 format
2013-02-09, by Benoit Boissinot
merge crew heads
2013-02-09, by Kevin Bullock
merge with mpm stable
2013-02-09, by Kevin Bullock
templater: add get() function to access dict element (e.g. extra)
2013-02-08, by Benoit Boissinot
templates: export extra as a dict to templates
2013-02-08, by Benoit Boissinot
Added signature for changeset 7511d4df752e
stable
2013-02-08, by Matt Mackall
Added tag 2.5.1 for changeset 7511d4df752e
stable
2013-02-08, by Matt Mackall
merge with i18n
stable
2.5.1
2013-02-08, by Matt Mackall
i18n-de: fix duplicated shortcut key b for record (edit and quit)
stable
2013-02-05, by Arne Babenhauserheide
check-code: fix platform-specific error code variance
2013-02-08, by Kevin Bullock
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
+30000
tip