Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
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.
add: pass options via keyword args
2015-01-12, by Matt Harbison
largefiles: don't pop largefile-specific arguments to the add command
2014-12-31, by Matt Harbison
share: replace the bookmarks.shared file with an entry on a new "shared" file
2015-01-11, by Angel Ezquerra
docker: support Fedora 21
2014-11-02, by Mads Kiilerich
rpm: make Python 2.7.9 the default Python to include in rpms for EL 5
2015-01-16, by Mads Kiilerich
contrib: make Python 2.7.9 the default in Makefile.python
2015-01-16, by Mads Kiilerich
localrepo: remove all external users of localrepo.wopener
2015-01-11, by Angel Ezquerra
localrepo: remove all external users of localrepo.sopener
2015-01-11, by Angel Ezquerra
localrepo: remove all external users of localrepo.opener
2015-01-15, by Angel Ezquerra
log: use namespace logname and colorname
2015-01-14, by Sean Farley
namespaces: add colorname member to namespace object
2015-01-14, by Sean Farley
namespaces: add logname member to namespace object
2015-01-14, by Sean Farley
namespaces: use named args for namespace api
2015-01-14, by Sean Farley
namespaces: make the constructor into named args
2015-01-14, by Sean Farley
dispatch: only check compatibility against major and minor versions (BC)
2015-01-15, by Gregory Szorc
test-extension: use a realistic Mercurial version
2015-01-15, by Gregory Szorc
test-extension: improve test readability
2015-01-15, by Gregory Szorc
bundle2: enforce parttype as alphanumerical
2014-12-18, by Pierre-Yves David
tests: conditionalize test-tools.t for Windows support
2015-01-14, by Matt Harbison
dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it
2015-01-14, by Mads Kiilerich
linkrev: use the right manifest content when adjusting linrev (issue4499)
2015-01-14, by Pierre-Yves David
unpacker: fix missing arg for py2.4
2015-01-14, by Matt Mackall
branchcache: make _rbcrevslen handling more safe
2015-01-14, by Mads Kiilerich
branchcache: add debug output whenever cache files use truncate
2015-01-14, by Mads Kiilerich
tests: rework revision branch cache tests
2015-01-14, by Mads Kiilerich
tests: add 'f' tool for cross platform file operations in the tests
2015-01-14, by Mads Kiilerich
run-tests: include testdir in $PATH so tests easily can use helper tools
2015-01-14, by Mads Kiilerich
filelog: use censored revlog flag bit to quickly check if a node is censored
2015-01-12, by Mike Edgar
revlog: verify censored flag when hashing added revision fulltext
2015-01-12, by Mike Edgar
revlog: add flags argument to _addrevision, update callers use default flags
2015-01-12, by Mike Edgar
revlog: define censored flag for revlogng index
2015-01-12, by Mike Edgar
localrepo: remove all internal uses of localrepo.wopener
2015-01-11, by Angel Ezquerra
localrepo: remove all internal uses of localrepo.sopener
2015-01-11, by Angel Ezquerra
localrepo: remove all internal uses of localrepo.opener
2015-01-10, by Angel Ezquerra
sslutil: drop defunct ssl version constants
2015-01-14, by Augie Fackler
sslutil: use saner TLS settings on Python 2.7.9
2015-01-14, by Augie Fackler
sslutil: drop support for clients of sslutil specifying a TLS version
2015-01-14, by Augie Fackler
discovery: run discovery on filtered repository
2015-01-07, by Pierre-Yves David
revset: check for collisions between alias argument names in the declaration
2015-01-10, by FUJIWARA Katsunori
revset: parse alias declaration strictly by _parsealiasdecl
2015-01-10, by FUJIWARA Katsunori
revset: introduce "_parsealiasdecl" to parse alias declarations strictly
2015-01-10, by FUJIWARA Katsunori
revset: store full detail into revsetalias.error for error source distinction
2015-01-10, by FUJIWARA Katsunori
revset: factor out composing error message for ParseError to reuse
2015-01-10, by FUJIWARA Katsunori
revset: make tokenize extensible to parse alias declarations and definitions
2015-01-10, by FUJIWARA Katsunori
largefiles: make linear update set unsure largefiles normal if unchanged
2015-01-09, by Mads Kiilerich
debugdirstate: don't hide date field with --nodate, just show 'set'/'unset'
2015-01-09, by Mads Kiilerich
debugdirstate: simplify date handling after e7ed5d07cc4c used fixed format
2015-01-09, by Mads Kiilerich
forget: don't report rejected files as forgotten as well
2015-01-11, by Matt Harbison
largefiles: enable subrepo support for forget
2015-01-11, by Matt Harbison
namespaces: add revset for 'named(namespace)'
2015-01-13, by Sean Farley
bundles: do not overwrite existing backup bundles (BC)
2015-01-09, by Durham Goode
https: support tls sni (server name indication) for https urls (issue3090)
2015-01-12, by Alex Orange
merge with stable
2015-01-14, by Matt Mackall
unpacker: check the right exception type for 2.4
2015-01-13, by Matt Mackall
hgweb: fix diffstat links in paper/changeset.tmpl
2015-01-10, by Anton Shestakov
hgweb: close <img> elements
2015-01-10, by Anton Shestakov
hgweb: close <p> elements
2015-01-10, by Anton Shestakov
hgweb: close <th> properly in spartan/filelogentry.tmpl
2015-01-10, by Anton Shestakov
revset: simplify fullreposet.__and__ to call sort() with boolean flag
2015-01-10, by Yuya Nishihara
revset: fix spanset.isascending() to honor sort() or reverse() request
stable
2015-01-10, by Yuya Nishihara
hghave: we now support Python 2.7.9's ssl for https
2015-01-13, by Augie Fackler
Makefile.python: try curl if wget fails
2015-01-13, by Augie Fackler
test-https: glob error messages more so we pass on Python 2.7.9
2015-01-13, by Augie Fackler
filelog: fix backwards comment for 'backrevref'
2015-01-12, by Martin von Zweigbergk
filelog: remove trailing "form feed" character
2015-01-12, by Martin von Zweigbergk
filelog: remove unused variable 'lkr'
2015-01-12, by Martin von Zweigbergk
branchmap: add seek() to end of file before calling tell() on append open()
2015-01-10, by Matt Harbison
tests: fix test-casefolding.t output for branchcache
2015-01-09, by Matt Harbison
setdiscovery: remove '_setupsample' function
2015-01-06, by Pierre-Yves David
setdiscovery: document '_takequicksample'
2015-01-07, by Pierre-Yves David
setdiscovery: drop '_setupsample' usage in '_takequicksample'
2015-01-06, by Pierre-Yves David
setdiscovery: drop the 'always' argument to '_updatesample'
2015-01-07, by Pierre-Yves David
setdiscovery: always add exponential sample to the heads
2015-01-07, by Pierre-Yves David
setdiscovery: directly run '_updatesample'
2015-01-07, by Pierre-Yves David
setdiscovery: stop using '_setupsample' in '_takefullsample'
2015-01-07, by Pierre-Yves David
setdiscovery: randomly pick between heads and sample when taking full sample
2015-01-07, by Pierre-Yves David
setdiscovery: document the '_updatesample' function
2015-01-06, by Pierre-Yves David
setdiscovery: avoid calling any sample building if the undecided set is small
2015-01-06, by Pierre-Yves David
setdiscovery: delay sample building calls to gather them in a single place
2015-01-07, by Pierre-Yves David
setdiscovery: drop unused 'initial' argument for '_takequicksample'
2015-01-06, by Pierre-Yves David
readmarkers: add a SHA256 fixme note
2015-01-11, by Matt Mackall
readmarkers: fast-path single successors and parents
2015-01-11, by Matt Mackall
readmarkers: promote global constants to locals for performance
2015-01-11, by Matt Mackall
readmarkers: drop a temporary
2015-01-11, by Matt Mackall
readmarkers: read node reading into node length conditional
2015-01-11, by Matt Mackall
readmarkers: drop a temporary
2015-01-11, by Matt Mackall
readmarkers: hoist subtraction out of loop comparison
2015-01-11, by Matt Mackall
readmarkers: streamline offset tracking
2015-01-11, by Matt Mackall
readmarkers: use unpacker for fixed header
2015-01-11, by Matt Mackall
readmarkers: drop metadata temporary
2015-01-11, by Matt Mackall
readmarkers: drop date temporary
2015-01-11, by Matt Mackall
readmarkers: drop another conditional
2015-01-11, by Matt Mackall
readmarkers: drop a conditional
2015-01-10, by Matt Mackall
readmarkers: add some whitespace
2015-01-10, by Matt Mackall
readmarkers: combine parent conditionals
2015-01-10, by Matt Mackall
readmarkers: drop temporary substring assignments
2015-01-10, by Matt Mackall
util: introduce unpacker
2015-01-10, by Matt Mackall
perf: add a configurable sleep on startup
2015-01-10, by Matt Mackall
revset: use localrepo revbranchcache for branch name filtering
2015-01-08, by Mads Kiilerich
branchmap: use revbranchcache when updating branch map
2015-01-08, by Mads Kiilerich
branchcache: introduce revbranchcache for caching of revision branch names
2015-01-08, by Mads Kiilerich
hgweb: move archive entries outside of <li> in monoblue style
2015-01-09, by Anton Shestakov
hgweb: add searchhint to templates/coal/map
2015-01-09, by Anton Shestakov
largefiles: enable subrepo support for remove
2014-12-30, by Matt Harbison
transplant: properly skip empty changeset (issue4423)
2015-01-08, by Pierre-Yves David
color: add support for colorizing git subrepo diffs
2015-01-08, by Mathias De Maré
tests: fix test-casefolding.t output
2015-01-08, by Matt Harbison
synthrepo: new filenames must not also be new directories, and vice-versa
2014-12-12, by Mike Edgar
status: don't override _buildstatus() in workingcommitctx
2015-01-08, by Martin von Zweigbergk
status: cache dirstate status in _dirstatestatus()
2015-01-08, by Martin von Zweigbergk
localrepo: add ignoremissing parameter to branchtip
2014-10-16, by Sean Farley
namespaces: add method to return a list of nodes for a given name
2014-12-15, by Sean Farley
namespaces: add test for log
2014-10-21, by Sean Farley
log: use new namespaces api to display names
2014-10-17, by Sean Farley
tests: add a i18n translation test for log output
2014-12-31, by Sean Farley
filectx: fix annotate to not directly instantiate filectx
2015-01-09, by Durham Goode
largefiles: don't print files as both large and normal in addremove dryruns
2014-12-31, by Matt Harbison
largefiles: return the list of added files from addlargefiles()
2014-12-31, by Matt Harbison
largefiles: align the output messages for an added file with core methods
2014-11-28, by Matt Harbison
largefiles: align the output messages for a removed file with core methods
2014-11-28, by Matt Harbison
revset: use '%' as an operator for 'only'
2014-11-06, by Sean Farley
transaction: support for callbacks during abort
2015-01-06, by Gregory Szorc
debugnamecomplete: use new name api
2014-12-15, by Sean Farley
debugnamecomplete: rename from debuglabelcomplete
2014-10-17, by Sean Farley
namespaces: add __iter__ and iteritems methods
2014-12-22, by Sean Farley
namespaces: add 'listnames' property
2014-12-15, by Sean Farley
test-bundle2-exchange: create temp script in $TESTTMP, not $TESTDIR
2015-01-07, by Martin von Zweigbergk
manifest: drop withflags() method, which is now unused
2015-01-07, by Augie Fackler
context: use new manifest.diff(clean=True) support
2014-12-15, by Augie Fackler
manifest: add optional recording of clean entries to diff
2014-12-15, by Augie Fackler
context: use manifest.diff() to compute most of status
2014-12-15, by Augie Fackler
trydiff: replace dodiff=True/'binary' by binarydiff=False/True
2015-01-07, by Martin von Zweigbergk
trydiff: replace 'dodiff = False' by 'continue'
2015-01-07, by Martin von Zweigbergk
trydiff: make addindexmeta() unconditionally add index meta
2015-01-07, by Martin von Zweigbergk
trydiff: remove unused code for git index of "combined diff"
2015-01-07, by Martin von Zweigbergk
diff: remove dead assignment
2015-01-06, by Martin von Zweigbergk
localrepo: show headline notes in commitctx before showing filenames
2014-04-18, by Mads Kiilerich
bundle: when verbose, show what takes up the space in the generated bundle
2014-08-15, by Mads Kiilerich
setdiscovery: factorize similar sampling code
2015-01-06, by Pierre-Yves David
setdiscovery: drop shadowed 'undecided' assignment
2015-01-06, by Pierre-Yves David
hgweb: extract changelist entry generation into own function
2015-01-06, by Gregory Szorc
templates: use CSS classes for diff styling
2015-01-06, by Gregory Szorc
templates: remove unnecessary <span>
2015-01-06, by Gregory Szorc
revset: introduce new operator "##" to concatenate strings/symbols at runtime
2015-01-06, by FUJIWARA Katsunori
largefiles: pass a matcher instead of a raw file list to removelargefiles()
2014-11-28, by Matt Harbison
hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
2015-01-03, by Anton Shestakov
namespaces: remove templatename method on the namespaces object
2014-12-21, by Sean Farley
namespaces: remove names method on the namespaces object
2014-12-21, by Sean Farley
templatekw: update namespace calls
2014-12-21, by Sean Farley
namespaces: add __getitem__ property
2014-12-21, by Sean Farley
merge with stable
2015-01-06, by Matt Mackall
cmdutil.jsonchangeset: properly compute added and removed files
stable
2015-01-05, by Gregory Szorc
largefiles: convert addlargefiles() to vfs
2014-12-31, by Matt Harbison
rebase: clarify comment about merge ancestor when rebasing merges
2015-01-04, by Mads Kiilerich
status: don't list files as both clean and deleted
2015-01-05, by Martin von Zweigbergk
status: don't list files as both removed and deleted
2015-01-05, by Martin von Zweigbergk
revset-filelog: handle hidden linkrev for file missing for head (issue4490)
2015-01-06, by Pierre-Yves David
run-tests: automatically add (glob) to "saved backup bundle to" lines
2014-11-27, by Mads Kiilerich
transaction: use the right location when cleaning up backup file (issue4479)
2015-01-05, by Pierre-Yves David
merge with stable
2015-01-05, by Matt Mackall
revset: delay showing parse error for the revset alias until it is referred
2015-01-05, by FUJIWARA Katsunori
revset: drop pre-lazyset optimization for stringset of subset == entire repo
stable
2015-01-03, by Yuya Nishihara
keyword: update copyright year
2015-01-03, by Christian Ebert
keyword: use vfs.reljoin and util.unlinkpath to remove kwdemo
2015-01-03, by Christian Ebert
largefiles: properly sync lfdirstate after removing largefiles
stable
2015-01-04, by Matt Harbison
linkrev-filelog: handle filtered linkrev with no visible children (issue4307)
2014-12-29, by Pierre-Yves David
linkrev: work around linkrev to filtered entry in 'filelog' revset
2014-12-29, by Pierre-Yves David
namespaces: update documentation and code indentation
2014-12-21, by Sean Farley
namespaces: use namespace object instead of dictionary
2014-12-19, by Sean Farley
namespaces: copy implementation to new namespace object
2014-12-19, by Sean Farley
namespaces: add a namespace object
2014-12-19, by Sean Farley
localrepo: use vfs.reljoin rather than os.path.join in the localrepository class
2015-01-02, by Angel Ezquerra
largefiles: drop a redundant check for patterns when removing without --after
2014-11-26, by Matt Harbison
context: override _dirstatestatus in workingcommitctx for correct matching
2014-12-31, by FUJIWARA Katsunori
context: avoid breaking already fixed self._status at ctx.status()
2014-12-31, by FUJIWARA Katsunori
context: add workingcommitctx for exact context to be committed
2014-12-31, by FUJIWARA Katsunori
context: make unknown/ignored/clean of cached status empty for equivalence
2014-12-31, by FUJIWARA Katsunori
templatefilters.json: stabilize output
2014-12-31, by Gregory Szorc
templatefilters.json: call functions
2014-12-31, by Gregory Szorc
merge with stable
2015-01-01, by Matt Mackall
linkrev: also adjust linkrev when bootstrapping annotate (issue4305)
2014-12-24, by Pierre-Yves David
linkrev: also adjust linkrev when bootstrapping 'follow' revset
2014-12-29, by Pierre-Yves David
linkrev: introduce an 'introrev' method on filectx
2014-12-23, by Pierre-Yves David
filectx.parents: enforce changeid of parent to be in own changectx ancestors
2014-12-23, by Pierre-Yves David
context: remove unreliable accessor methods from committablectx
2014-12-31, by FUJIWARA Katsunori
context: cache self._status correctly at workingctx.status
2014-12-31, by FUJIWARA Katsunori
filectx.parents: also fetch the filelog of rename source too
2014-12-23, by Pierre-Yves David
Added signature for changeset 1265a3a71d75
stable
2015-01-01, by Matt Mackall
Added tag 3.2.4 for changeset 1265a3a71d75
stable
2015-01-01, by Matt Mackall
largefiles: backout f72d73937853 - linear updates handle m -> a differently
stable
3.2.4
2014-12-31, by Mads Kiilerich
largefiles: mark lfile as added in lfdirstate when the standin is added
stable
2014-12-31, by Mads Kiilerich
tests: add test coverage for lfdirstate invalidation of linear update
stable
2014-12-31, by Mads Kiilerich
less
more
|
(0)
-10000
-3000
-1000
-192
+192
+1000
+3000
+10000
tip