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
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.
formatter: make debug style match Python syntax
2014-09-12, by Matt Mackall
files: add new command unifying locate and manifest functionality
2014-09-12, by Matt Mackall
filelog: parsemeta stops returning unused key list
2014-09-02, by Mike Edgar
filelog: make parsemeta a public module function, to be used by censor module
2014-09-10, by Mike Edgar
filelog: make packmeta a public module function, to be used by censor
2014-09-10, by Mike Edgar
ui: move samplehgrcs from config
2014-09-11, by Matt Mackall
config: normalize style between user/global example configs
2014-09-11, by Matt Mackall
commit: correctly check commit mutability during commit --amend
2014-08-19, by Augie Fackler
histedit: check mutability of contexts correctly
2014-08-19, by Augie Fackler
manifest: mark addlistdelta and checkforbidden as module-private
2014-09-11, by Augie Fackler
convert: enable deterministic conversion progress bar for svn
2014-09-10, by Augie Fackler
convert: enable deterministic conversion progress bar for git
2014-09-10, by Augie Fackler
test-convert-git.t: add a test of convert progress bars for git
2014-09-10, by Augie Fackler
convert: add support for deterministic progress bar on scanning phase
2014-05-26, by Augie Fackler
test-convert-svn-move.t: remove stray '
2014-09-10, by Augie Fackler
manifest: move addlistdelta to module-level
2014-08-07, by Augie Fackler
manifest: move checkforbidden to module-level
2014-08-07, by Augie Fackler
dirstate: add exception when calling setparent without begin/end (API)
2014-09-05, by Durham Goode
dirstate: add test for exceptions during updates
2014-09-05, by Durham Goode
dirstate: wrap setparent calls with begin/endparentchange (issue4353)
2014-09-05, by Durham Goode
dirstate: add begin/endparentchange to dirstate
2014-09-05, by Durham Goode
parsers: avoid signed/unsigned comparison mismatch
2014-09-08, by Henrik Stuart
parsers: use correct type for file offset
2014-09-08, by Henrik Stuart
parsers: ensure correct return type for inline_scan
2014-09-08, by Henrik Stuart
parsers: fix typing issue when constructing Python integer object
2014-09-11, by Henrik Stuart
parsers: use bitmask type consistently in find_gca_candidates
2014-09-08, by Henrik Stuart
revert: drop `lexist` check in the backup logic
2014-08-30, by Pierre-Yves David
revert: distinguish between deleted file and locally modified
2014-08-30, by Pierre-Yves David
revert: detect unknown files in the same path as files marked as removed
2014-08-30, by Pierre-Yves David
revert: cache working context in a variable
2014-08-30, by Pierre-Yves David
obsolete: properly drop 'date' from metadata
2014-09-10, by Pierre-Yves David
templater: implement __len__ for _hybrid
2014-09-08, by Anton Shestakov
tests: remove unnecessary apostrophe
2014-09-05, by David Soria Parra
run-tests: added '--json' functionality to store test result in json file
2014-09-08, by anuraggoel
changegroup: rename bundle-related functions and classes
2014-09-02, by Sune Foldager
comments: describe ancestor consistently - avoid 'least common ancestor'
2014-08-19, by Mads Kiilerich
rebase: improve description of --base
2014-08-19, by Mads Kiilerich
dagutils: fix docstrings for singleton internalize/externalize
2014-08-15, by Mads Kiilerich
cmdutil: avoid the confusing name 'patch' for a matcher
2014-08-31, by Martin von Zweigbergk
fedora: remove sample.hgrc from shipped files
2014-09-02, by Siddharth Agarwal
config: propose some sample global config file
2014-08-24, by Jordi GutiƩrrez Hermoso
config: give more fine-tuned sample hgrcs to this command
2014-08-13, by Jordi GutiƩrrez Hermoso
rebase: add a deprecated -i/--interactive flag
2014-09-01, by David Soria Parra
revlog: introduce isancestor method for efficiently determining node lineage
2014-08-19, by Mads Kiilerich
clone: provide sample username = config entry in .hg/hgrc (issue4359)
2014-09-09, by Augie Fackler
test-acl: alter sed construct to avoid changes in .hg/hgrc formatting
2014-09-09, by Augie Fackler
merge with stable
2014-09-09, by Augie Fackler
dispatch: check shell alias again after loading extensions (issue4355)
stable
2014-09-10, by FUJIWARA Katsunori
dispatch: make "_checkshellalias" reusable regardless of adding aliases
stable
2014-09-10, by FUJIWARA Katsunori
build: don't clean __version__.py on 'make clean' in release tarballs
2014-09-02, by J. Lewis Muir
revert: drop now useless conditional in the backup check
2014-08-30, by Pierre-Yves David
revert: no backup for `dsadded` set
2014-08-30, by Pierre-Yves David
revert: add more padding in the dispatch list
2014-08-30, by Pierre-Yves David
revert: add documentation in the dispatch table
2014-08-30, by Pierre-Yves David
revert: add a way for external extensions to prefetch file data
2014-08-30, by Pierre-Yves David
merge with stable
2014-09-07, by Kevin Bullock
histedit: abort gracefully on --continue/--abort with no state
stable
2014-09-03, by Siddharth Agarwal
merge with stable
2014-09-04, by Augie Fackler
Added signature for changeset 5dc91146f353
stable
2014-09-02, by Matt Mackall
Added tag 3.1.1 for changeset 5dc91146f353
stable
2014-09-02, by Matt Mackall
bookmarks: allow pushkey if new equals current
2014-08-26, by Durham Goode
tests: improve test coverage of branch command and existing branches
2014-08-29, by Mads Kiilerich
localrepo: make it possible to pass multiple path elements to join and wjoin
2014-08-28, by Angel Ezquerra
run-tests: make --interactive work with --view
2014-08-31, by Gregory Szorc
convert: don't use multi-argument set.update
2014-08-31, by Mads Kiilerich
error: use docstrings, not bare strings, for error classes
2014-08-30, by Mike Edgar
osx: create dmg with installer instead of zip
2014-08-31, by Mads Kiilerich
branchmap: pre-filter topological heads before ancestors based filtering
2014-08-30, by Pierre-Yves David
branchmap: issue a single call to `ancestors` for all heads
2014-08-30, by Pierre-Yves David
test-ancestor: add a test for `ancestor` with ancestry within the initset
2014-08-30, by Pierre-Yves David
bundle2: pull obsmarkers relevant to the pulled set through bundle2
2014-08-26, by Pierre-Yves David
getbundle: add `obsmarkers` argument to getbundle
2014-08-29, by Pierre-Yves David
pull: use the "cg" argument when pulling a bundle2
2014-08-29, by Pierre-Yves David
wireprotocol: fix 'boolean' handling
2014-08-29, by Pierre-Yves David
push: only push obsmarkers relevant to the "pushed subset"
2014-08-20, by Pierre-Yves David
test-obsolete: sort the output of debugobsolete
2014-08-20, by Pierre-Yves David
test-obsolete: change a marker so it is relevant to the exchanged set
2014-08-20, by Pierre-Yves David
push: use bundle2 to push obsmarkers when possible
2014-08-25, by Pierre-Yves David
exchange: add a `buildobsmarkerpart` function
2014-08-25, by Pierre-Yves David
obsolete: add a `commonversion` function
2014-08-26, by Pierre-Yves David
bundle2: add a `obsmarkersversion` function to extract supported version
2014-08-26, by Pierre-Yves David
bundle2: advertise the obsmarker part in bundle2 capabilities
2014-08-21, by Pierre-Yves David
bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
2014-08-25, by Pierre-Yves David
obsmarker: move bundle2caps from the localrepo class to the bundle2 module
2014-08-25, by Pierre-Yves David
obsmarker: produce a reply part for markers received through bundle2
2014-08-25, by Pierre-Yves David
obsmarker: record the number of new markers in the transaction
2014-08-25, by Pierre-Yves David
obssmarker: add a bundle2 record with the number of markers added
2014-08-25, by Pierre-Yves David
obsmarker: write a message with the number of markers added through bundle2
2014-08-25, by Pierre-Yves David
bundle2: add an obsmarkers part handler
2014-08-25, by Pierre-Yves David
obsolete: make encodemarkers a public function
2014-08-25, by Pierre-Yves David
obsolete: move _encodemarkers next to _readmarkers
2014-08-25, by Pierre-Yves David
obsstore: store and preserve ondisk version
2014-08-25, by Pierre-Yves David
obsolete: have _readmarkers return the format version
2014-08-25, by Pierre-Yves David
obsolete: support for any known obsstore format when reading or writing
2014-08-25, by Pierre-Yves David
obsolete: move _fm0encodeonemarker next to _fm0readmarkers
2014-08-25, by Pierre-Yves David
obsolete: rename _encodeonemarker to _fm0encodeonemarkers
2014-08-25, by Pierre-Yves David
obsolete: extract the part of _readmarkers specific to format version 0
2014-08-25, by Pierre-Yves David
obsolete: rename all _fm to _fm0
2014-08-25, by Pierre-Yves David
obsolete: rename _fnodesize to _fmfnodesize
2014-08-25, by Pierre-Yves David
obsstore: have the `mergemarkers` method return the number of new markers
2014-08-21, by Pierre-Yves David
merge with i18n
stable
3.1.1
2014-09-01, by Matt Mackall
test-bundle2: add obsolescence information to be exchanged
2014-08-21, by Pierre-Yves David
help: only call doc() when it is callable
stable
2014-08-30, by Gregory Szorc
i18n-pt_BR: synchronized with 6a8b8efb0641
stable
2014-09-01, by Wagner Bruna
merge with i18n
stable
2014-09-01, by Wagner Bruna
i18n-ja: synchronized with 0c838e7459a5
stable
2014-08-31, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 0c838e7459a5
stable
2014-08-30, by Wagner Bruna
repoview: fix typo in repoview.changelog
stable
2014-08-31, by Mike Hommey
config: exit non zero on non-existent config option (issue4247)
stable
2014-08-19, by Aaron Kushner
merge with crew
2014-08-30, by Matt Mackall
bookmarks: refer to "the" active bookmark to clarify that there's only one
stable
2014-08-30, by Kevin Bullock
memctx: allow extensions to determine what filectxfn should do
2014-08-30, by Siddharth Agarwal
revsetbenchmark: add revset with lazyset subtraction
2014-08-30, by Gregory Szorc
debugrevlog: add chainlen column to --dump output
2014-08-30, by Sune Foldager
debugdag: stop wrongly sorting parents
2014-08-30, by Henrik Stuart
obsolete: avoid slow, generic date parsing
2014-08-29, by Gregory Szorc
build: don't use -s flag for `which`
2014-08-29, by Kevin Bullock
contrib: drop obsolete sample.hgrc
2014-08-29, by Matt Mackall
contrib: drop old convert-repo script
2014-08-29, by Matt Mackall
merge with stable
2014-08-27, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip