Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
largefiles: ensure addlargefiles() doesn't add a standin as a largefile
stable
2012-07-19, by Matt Harbison
largefiles: fix a traceback when addremove follows a remove (issue3507)
stable
2012-07-19, by Matt Harbison
largefiles: defer lfdirstate.drop() until after commit (issue3364)
stable
2012-07-19, by Matt Harbison
largefiles: fix addremove with -R option
stable
2012-07-19, by Matt Harbison
dispatch: fix traceback when extension was tested with newer versions only
stable
2012-07-19, by Thomas Arendsen Hein
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip