Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+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.
revset: remove now unused class _ascgeneratorset
2014-10-03, by Pierre-Yves David
revset: use _generatorset directly in _revdescendant
2014-10-03, by Pierre-Yves David
generatorset: move membership testing on ordered gen to the main class
2014-10-03, by Pierre-Yves David
generatorset: make use of the new mechanism in the subclass
2014-10-03, by Pierre-Yves David
generatorset: make it possible to use gen as fastasc or fastdesc
2014-10-03, by Pierre-Yves David
baseset: rely on the abstractsmartset implementation for filter
2014-10-03, by Pierre-Yves David
_orderedsetmixin: drop this now unused class
2014-10-02, by Pierre-Yves David
spanset: drop _orderedsetmixin inheritance
2014-10-02, by Pierre-Yves David
orderedlazyset: drop this now unused class
2014-10-03, by Pierre-Yves David
_descendant: use filteredset instead of orderedlazyset
2014-10-02, by Pierre-Yves David
addset: use the base implementation for ascending and descending
2014-10-03, by Pierre-Yves David
addset: use base implementation for __filter__
2014-10-03, by Pierre-Yves David
addset: use base implementation for __add__
2014-10-03, by Pierre-Yves David
addset: use base implementation for __sub__
2014-10-03, by Pierre-Yves David
addset: use base implementation for __and__
2014-10-03, by Pierre-Yves David
addset: promote to real smartset
2014-10-02, by Pierre-Yves David
addset: add a __nonzero__ method
2014-10-03, by Pierre-Yves David
addset: offer a fastasc and fastdesc methods
2014-10-02, by Pierre-Yves David
addset: split simple and ordered iteration
2014-10-02, by Pierre-Yves David
generatorset: promote to smartset
2014-10-03, by Pierre-Yves David
generatorset: implement __nonzero__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for __add__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for __sub__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for __and__
2014-10-03, by Pierre-Yves David
spanset: use base implementation for filter
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for filter
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for __add__
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for __sub__
2014-10-03, by Pierre-Yves David
filteredset: use base implementation for __and__
2014-10-03, by Pierre-Yves David
abstractsmartset: add default implementation for __sub__
2014-10-02, by Pierre-Yves David
abstractsmartset: add default implementation for __add__
2014-10-02, by Pierre-Yves David
abstractsmartset: add default implementation for __and__
2014-10-02, by Pierre-Yves David
abstractsmartset: add default implementation for filter
2014-10-01, by Pierre-Yves David
lazyset: rename the class to filteredset
2014-10-03, by Pierre-Yves David
lazyset: add order awareness to the class
2014-10-02, by Pierre-Yves David
lazyset: remove min/max
2014-10-02, by Pierre-Yves David
baseset: remove min/max methods
2014-10-02, by Pierre-Yves David
abstractsmartset: add a default implementation for min and max
2014-10-02, by Pierre-Yves David
lazyset: drop now useless ascending/descending definition
2014-10-02, by Pierre-Yves David
lazyset: inherit the fastasc and fastdesc method from subset
2014-09-30, by Pierre-Yves David
lazyset: split the iteration logic from the condition filtering logic
2014-10-02, by Pierre-Yves David
spanset: do a single range check in __contains__
2014-10-02, by Pierre-Yves David
spanset: enforce the order lazily to gain `fastasc` and `fastdesc` methods
2014-10-02, by Pierre-Yves David
abstractsmartset: document the `fastasc` and `fastdesc` attributes/methods
2014-09-30, by Pierre-Yves David
spanset: remove ascending/descending implementation
2014-10-02, by Pierre-Yves David
baseset: remove ascending/descending redefinition
2014-10-02, by Pierre-Yves David
abstractsmartset: default implementation for `ascending` and `descending`
2014-10-02, by Pierre-Yves David
revert: bring back usage of `subset & ps` in `parents`
2014-09-17, by Pierre-Yves David
color: update docstring for debug option
2014-08-24, by Jordi Gutiérrez Hermoso
color: document the possibility to colourise tabs in diffs
2014-08-20, by Jordi Gutiérrez Hermoso
contrib/synthrepo: walk a repo's directory structure during analysis
2014-09-12, by Mike Edgar
contrib/synthrepo: generate initial repo contents using directory shape model
2014-09-12, by Mike Edgar
filemerge: switch the default name for internal tools from internal:x to :x
2014-09-28, by Mads Kiilerich
filemerge: introduce :x as short version of internal:x merge tool name
2014-09-28, by Mads Kiilerich
branches: include active, closed and current flags in template output
2014-10-02, by Yuya Nishihara
branches: merge white space to format string
2014-10-02, by Yuya Nishihara
branches: port to generic templater
2014-10-02, by Yuya Nishihara
branches: format rev as integer that is necessary for generic templater
2014-10-02, by Yuya Nishihara
formatter: add general way to switch hex/short functions
2014-10-03, by Yuya Nishihara
locarepo: remove the `pull` method (API)
2014-10-03, by Pierre-Yves David
transplant: use exchange.pull
2014-10-03, by Pierre-Yves David
convert-hg: use localrepo.pull
2014-10-03, by Pierre-Yves David
fetch: use exchange.pull
2014-10-03, by Pierre-Yves David
localrepo: use exchange.pull when cloning
2014-10-03, by Pierre-Yves David
subrepo: use exchange.pull
2014-10-03, by Pierre-Yves David
commands: directly use exchange.pull
2014-10-03, by Pierre-Yves David
exchange: have `pull` return the pulloperation object
2014-10-03, by Pierre-Yves David
revset: introduce an abstractsmartset class
2014-10-01, by Pierre-Yves David
revset: add a `__nonzero__` to baseset
2014-10-01, by Pierre-Yves David
revset: drop isinstance(baseset) in spanset.__sub__
2014-10-01, by Pierre-Yves David
revset: drop isinstance(baseset) in spanset.__and__
2014-10-01, by Pierre-Yves David
revset: drop isinstance(baseset) from baseset.__and__
2014-09-30, by Pierre-Yves David
revset: use direct access to __contains__ in spanset.__sub__
2014-10-01, by Pierre-Yves David
revset: use a single return statement in matcher function
2014-09-30, by Pierre-Yves David
obsolete: replace "nb" notation with "num" (for "number")
2014-10-02, by Pierre-Yves David
shelve: remove unused status variables
2014-09-24, by Martin von Zweigbergk
gpg: use an abort hint and don't mention --force
2014-10-02, by Matt Mackall
gpg: move test of force before status call
2014-10-02, by Matt Mackall
gpg: drop unnecessary slicing of status array
2014-09-24, by Martin von Zweigbergk
tag: use an abort hint
2014-10-02, by Matt Mackall
tag: only check the status of .hgtags
2014-10-02, by Matt Mackall
tag: properly abort if an unknown or ignored .hgtags is present
2014-10-02, by Matt Mackall
summary: remove unused code for listing ignored files
2014-10-01, by Martin von Zweigbergk
fetch: use cmdutil.bailifchanged()
2014-10-01, by Martin von Zweigbergk
ui: fix comment about non-interactive prompts
2014-10-02, by Matt Mackall
formatter: convert booleans to json
2014-10-02, by Yuya Nishihara
merge: mute the status message when bid merge kicks in
2014-10-01, by Mads Kiilerich
merge: use bid merge by default (BC)
2014-10-01, by Mads Kiilerich
changectx: skip all invalid merge.preferancestor values
2014-10-01, by Mads Kiilerich
revset: rely on built in iterator when possible in _generatorset.__iter__
2014-04-30, by Pierre-Yves David
revset: prefetch an attribute in _generatorset.__iter__
2014-09-18, by Pierre-Yves David
templater: add count template filter, plus tests
2014-09-09, by Anton Shestakov
push: update bookmarks (on server) within a transaction
2014-09-28, by Pierre-Yves David
pull: perform bookmark updates in the transaction
2014-09-28, by Pierre-Yves David
bookmark: add a `bmstore.recordupdate` to plug bookmarks into the transaction
2014-09-28, by Pierre-Yves David
bookmarks: split bookmark serialization and file handling
2014-09-27, by Pierre-Yves David
transaction: allow generating file outside of store
2014-09-28, by Pierre-Yves David
transaction: work around and document issue with file backup
2014-10-01, by Pierre-Yves David
bundle2: remove an explicit packing
2014-10-02, by Pierre-Yves David
bundle2: split test in two
2014-10-01, by Pierre-Yves David
pull: merge bookmark updates and imports
2014-09-28, by Pierre-Yves David
pull: gather explicit bookmark pulls with bookmark updates
2014-09-28, by Pierre-Yves David
subrepo: stop pulling bookmark manually
2014-09-28, by Pierre-Yves David
pull: retrieve bookmarks through bundle2
2014-09-27, by Pierre-Yves David
pull: retrieve bookmarks before obsmarkers
2014-09-27, by Pierre-Yves David
pull: move bookmark pulling into its own function
2014-09-27, by Pierre-Yves David
pull: perform the todostep inside functions handling old way of pulling
2014-09-27, by Pierre-Yves David
bookmark: remove now unused `pushtoremote` function
2014-09-26, by Pierre-Yves David
push: gather all bookmark decisions together
2014-09-27, by Pierre-Yves David
push: prepare the issue of multiple kinds of messages
2014-09-26, by Pierre-Yves David
push: set bkresult when pushing bookmarks through bundle2
2014-10-02, by Pierre-Yves David
clone: remove duplicated bookmark pulling
2014-09-26, by Pierre-Yves David
clone: explicitly push bookmarks when cloning from local to remote
2014-09-26, by Pierre-Yves David
clone: copy `.hg/bookmarks` during copy clone
2014-09-26, by Pierre-Yves David
pull: move bookmark movements inside the `exchange.pull`
2014-09-26, by Pierre-Yves David
bookmarks: allow `updatefromremote` to be quiet
2014-10-02, by Pierre-Yves David
util: fix sorteddict.pop
2014-10-02, by Pierre-Yves David
localrepo: pass arbitrary kwargs from `repo.pull` to `exchange.pull`
2014-09-26, by Pierre-Yves David
pull: use `other.url()` as the source of a bookmark pull
2014-09-26, by Pierre-Yves David
setup: set mode 644 or 755 on installed files
2014-09-30, by Kyle Lippincott
branches: reduce nesting in for loop
2014-10-02, by Yuya Nishihara
i18n: use datapath for i18n like for templates and help
2014-09-28, by Mads Kiilerich
help: don't search randomly for help data - trust util.datapath
2014-09-28, by Mads Kiilerich
templater: don't search randomly for templates - trust util.datapath
2014-09-28, by Mads Kiilerich
templater: inline global 'path' list in templatepaths
2014-09-28, by Mads Kiilerich
templater: introduce templatepaths for getting paths searched for templates
2014-09-28, by Mads Kiilerich
util: introduce datapath for getting the location of supporting data files
2014-09-28, by Mads Kiilerich
util: move _hgexecutable a few lines, closer to where it is used
2014-09-28, by Mads Kiilerich
hgk: define bookmark colour explicitly, as Tk 8.6 has changed their meaning
2014-09-28, by Andrew Shadura
largefiles: remove 'forget' list that's always empty
2014-09-30, by Martin von Zweigbergk
bookmarks: fix divergent bookmark path normalization
2014-10-02, by Matt Mackall
exchange: remove a broken i18n abuse
2014-10-02, by Matt Mackall
bookmark: make the search for divergent names more robust
2014-09-26, by Pierre-Yves David
pull: gather all bookmark-pulling code together
2014-09-25, by Pierre-Yves David
push: perform bookmark export in the push function
2014-09-25, by Pierre-Yves David
push: add `pushoperation.bkresult`
2014-09-25, by Pierre-Yves David
push: pass list of bookmark to `exchange.push`
2014-09-25, by Pierre-Yves David
exchange: import bookmarks as bookmod
2014-09-25, by Pierre-Yves David
push: sanitize handling of bookmark push return value
2014-09-25, by Pierre-Yves David
locarepo: remove the `push` method (API)
2014-09-25, by Pierre-Yves David
push: `exchange.push` instead of `localrepo.push`
2014-09-25, by Pierre-Yves David
clone: use `exchange.push` instead of `localrepo.push`
2014-09-25, by Pierre-Yves David
push: use `exchange.push` in `commands.push`
2014-09-25, by Pierre-Yves David
push: `exchange.push` now returns the `pushoperation` object
2014-09-25, by Pierre-Yves David
push: rename `pushop.ret` to `pushop.cgresult`
2014-09-25, by Pierre-Yves David
obsolete: use version constants in the format mapping
2014-09-16, by Pierre-Yves David
obsolete: use the `version` argument in encodemarkers
2014-09-16, by Pierre-Yves David
obsolete: gather all contents related to format version 0 in a single place
2014-09-12, by Pierre-Yves David
revert: properly back up added files with local modification
2014-08-31, by Pierre-Yves David
revert: track added files with local modifications
2014-08-30, by Pierre-Yves David
revert: distinguish between "check" and "backup" strategy
2014-08-30, by Pierre-Yves David
revert: small refactoring in the way backup value are handled
2014-08-30, by Pierre-Yves David
merge with stable
2014-10-01, by Matt Mackall
Added signature for changeset f768c888aaa6
stable
2014-10-01, by Matt Mackall
Added tag 3.1.2 for changeset f768c888aaa6
stable
2014-10-01, by Matt Mackall
parsers: fix Py2.4 argument parsing issue
2014-10-01, by Matt Mackall
merge with i18n
stable
3.1.2
2014-10-01, by Matt Mackall
diff: document the nobinary option
stable
2014-09-30, by Jordi Gutiérrez Hermoso
i18n-pt_BR: minor fixes and rewording on histedit help text
stable
2014-09-30, by Wagner Bruna
i18n-pt_BR: synchronized with c712238c4f9b
stable
2014-09-30, by Wagner Bruna
merge with i18n
stable
2014-09-30, by Wagner Bruna
i18n-pt_BR: synchronized with 802dffd62de5
stable
2014-09-22, by Wagner Bruna
filelog: censored files compare against empty data, have 0 size
2014-09-14, by Mike Edgar
filelog: raise CensoredNodeError when hash checks fail with censor metadata
2014-09-03, by Mike Edgar
error: add CensoredNodeError, will be thrown when content deliberately erased
2014-09-03, by Mike Edgar
files: cache repo.dirstate
2014-09-30, by Siddharth Agarwal
files: only check for removed, not unknown or missing
2014-09-30, by Siddharth Agarwal
files: use ctx.matches instead of ctx.walk
2014-09-30, by Siddharth Agarwal
files: actually filter out removed files
2014-09-30, by Siddharth Agarwal
subrepo: remove superfluous newline from subrepo prompt
2014-10-01, by Mads Kiilerich
ui: show prompt choice if input is not a tty but is forced to be interactive
2014-10-01, by Mads Kiilerich
merge with stable
2014-09-30, by Matt Mackall
help: basic support for showing only specified topic sections
2014-09-30, by Matt Mackall
help: use OS containers for config file lists
2014-09-30, by Matt Mackall
help: support OS-specific help sections
2014-09-30, by Matt Mackall
minirst: allow multiple container types for prune
2014-09-30, by Matt Mackall
config: don't read the same config file twice
2014-09-04, by Mads Kiilerich
templater: fix precedence of --style and --template options
stable
2014-09-30, by Yuya Nishihara
shelve: avoid writing file that is never read from
2014-09-29, by Martin von Zweigbergk
hgk: don't break on repositories with obsolete changesets
2014-09-28, by Andrew Shadura
test: protect the run-tests.py --json test behind an hghave rule
2014-09-18, by Pierre-Yves David
merge with stable
2014-09-29, by Matt Mackall
hgweb: refresh hgweb.repo on phase change (issue4061)
stable
2014-09-27, by Anton Shestakov
help: fix typo in log examples
stable
2014-09-29, by Matt Mackall
ssl: on OS X, use a dummy cert to trick Python/OpenSSL to use system CA certs
2014-09-26, by Mads Kiilerich
ssl: refactor sslkwargs - move things around a bit, preparing for next change
2014-09-26, by Mads Kiilerich
revert: special case 'hg revert --all'
2014-09-19, by Durham Goode
test-commandserver: make runcommand message bolder
2014-09-28, by Yuya Nishihara
test-commandserver: rewrite manual substitution of output by (glob) match
2014-09-28, by Yuya Nishihara
test-commandserver: remove redundant banner output
2014-09-28, by Yuya Nishihara
test-commandserver: remove .py test which was ported to .t
2014-09-28, by Yuya Nishihara
test-commandserver: port test functions from .py to .t
2014-09-28, by Yuya Nishihara
test-commandserver: add stub for .t test by copying .out with 2-space indent
2014-09-28, by Yuya Nishihara
test-commandserver: split helper functions to new hgclient module
2014-09-28, by Yuya Nishihara
heredoctest: do not append extra newline character to continuation line
2014-09-28, by Yuya Nishihara
heredoctest: use the same dict for local/global contexts as in doctest
2014-09-28, by Yuya Nishihara
cmdserver: drop useless in_ attribute from channeledoutput
2014-09-27, by Yuya Nishihara
cmdserver: get file attributes of 'e'-channel from stdout, not from stderr
2014-09-27, by Yuya Nishihara
cmdserver: correct doc of channeledoutput
2014-09-27, by Yuya Nishihara
merge with stable
2014-09-27, by Matt Mackall
commands: add debuglocks to report/clear lock state
2014-09-26, by Matt Mackall
test-convert-git.t: make copy detection deterministic
2014-09-24, by Siddharth Agarwal
revsetbenchmark: add a rebase-related revset to the benchmark list
2014-09-23, by Pierre-Yves David
revsetbenchmark: allow comments ('#' prefix) in the revset input
2014-09-23, by Pierre-Yves David
revsetbenchmark: make it clear that revsets may be read from stdin
2014-09-23, by Pierre-Yves David
tags: use full hash for formatter output as in log or annotate commands
2014-09-21, by Yuya Nishihara
tags: change field name of formatter output to be the same as log command
2014-09-21, by Yuya Nishihara
files: correct topic of formatter
2014-09-21, by Yuya Nishihara
revert: move targetsubs calculation down to its use
2014-09-19, by Durham Goode
help: document that default hgweb style is called paper (issue4373)
2014-09-23, by Augie Fackler
help: update help for hgweb template and style (issue4373)
2014-09-20, by Arun Chandrasekaran
bundle2: rename functions that have the same name
2014-09-23, by Mike Hommey
mq: write headers of new patches using patchheader
2014-09-20, by Mads Kiilerich
mq: refactor patchheader header ordering to match export (BC)
2014-09-24, by Mads Kiilerich
mq: upgrade non-plain patches to HG format when setting parent in patchheader
2014-09-20, by Mads Kiilerich
mq: make patchheader .plainmode more reliable
2014-09-20, by Mads Kiilerich
bundle2: remove heads and common arguments to getbundle parts generators
2014-09-24, by Mike Hommey
bundle2: separate bundle10 and bundle2 cases in getbundle()
2014-09-25, by Mike Hommey
bundle2: pass b2caps down to functions adding bundle2 parts for getbundle
2014-09-25, by Mike Hommey
parsers: fix uninitialize variable warning
2014-09-24, by David Soria Parra
revset: use `subset &` in bare `p2()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in bare `p1()`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `rev`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `origin`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `follow`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `filelog`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `divergent`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bisect`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `ancestorspec`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `bookmark`
2014-09-17, by Pierre-Yves David
revset: use `subset &` in `outgoing`
2014-09-17, by Pierre-Yves David
revset: avoid in loop lookup in _generatorset._consumegen
2014-04-30, by Pierre-Yves David
revset: reduce dict lookup in lazyset.__contains__
2014-04-25, by Pierre-Yves David
revset: do less lookup during spanset.__contains__
2014-04-25, by Pierre-Yves David
largefiles: simplify iteration over standins
2014-09-16, by Martin von Zweigbergk
largefiles: avoid using 'lfiles' variable for two purposes
2014-09-16, by Martin von Zweigbergk
largefiles: remove unnecessary clearing of status fields
2014-09-22, by Martin von Zweigbergk
mq: simplify patchheader handling of the empty line before the diff
2014-09-24, by Mads Kiilerich
mq: write '# Parent ' lines with two spaces like export does (BC)
2014-09-24, by Mads Kiilerich
mq: write headers for new HG patches in the same order as export (BC)
2014-09-20, by Mads Kiilerich
mq: correctly make an empty line after description in new patches
2014-09-20, by Mads Kiilerich
largefiles: extract 'orig' method in reposetup.status
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesctx.filectx
2014-09-16, by Martin von Zweigbergk
largefiles: extract 'orig' method in lfilesmanifestdict.__contains__
2014-09-16, by Martin von Zweigbergk
largefiles: reduce indentation by dropping 'else' block after 'return'
2014-09-16, by Martin von Zweigbergk
largefiles: remove dead assignment left over from change 1ff42ee98446
2014-09-16, by Martin von Zweigbergk
match: simplify brittle predicate construction
2014-09-19, by Martin von Zweigbergk
convert: change default for git rename detection to 50%
2014-09-23, by Siddharth Agarwal
convert: simplify git.similarity parsing
2014-09-23, by Siddharth Agarwal
revset: fast implementation for fullreposet.__and__
2014-09-24, by Pierre-Yves David
revset: turn spanset into a factory function
2014-09-18, by Pierre-Yves David
revert: add a fullreposet class
2014-04-29, by Pierre-Yves David
obsolete: ensure that `getrevs` always return a set
2014-09-23, by Pierre-Yves David
hgweb: fail if an invalid command was supplied in url path (issue4071)
stable
2014-09-22, by Anton Shestakov
keepalive: fix how md5 is used
stable
2014-09-24, by Mike Hommey
merge with stable
2014-09-27, by Matt Mackall
revset: add an optimised baseset.__contains__ (issue4371)
stable
2014-09-16, by Pierre-Yves David
merge with stable
2014-09-22, by Matt Mackall
commands: deprecate the parents commands
2014-09-22, by Matt Mackall
revset: remove nullrev from the bookmark computation
2014-09-17, by Pierre-Yves David
revset: unify code flow in `bookmark`
2014-09-17, by Pierre-Yves David
revset: remove invalid value in the origin set
2014-09-17, by Pierre-Yves David
revset: remove nullrev from set computed in parents()
2014-09-17, by Pierre-Yves David
revset: refactor parents() into a single return point
2014-09-17, by Pierre-Yves David
revset: remove nullrev from set computed in p1() and p2()
2014-09-17, by Pierre-Yves David
revset: document the choice made in __generatorset.__iter__
2014-09-16, by Pierre-Yves David
help: mention mode in hg log --removed help (issue4381)
stable
2014-09-21, by Matt Mackall
commit: catch changed exec bit on files from p1 (issue4382)
stable
2014-09-21, by Matt Mackall
revert: add a `drop` action
2014-08-30, by Pierre-Yves David
revert: explicitly track added but deleted file
2014-08-30, by Pierre-Yves David
revert: have an explicit action for "forget"
2014-09-01, by Pierre-Yves David
revert: split between newly added file and file added in other changeset
2014-08-30, by Pierre-Yves David
revset: stop using a baseset instead of a plain list in _revsbetween
2014-09-16, by Pierre-Yves David
run-tests: added 'cuser', 'csys' time info in report.json file
2014-09-19, by anuraggoel
import: let --exact 'work' with --no-commit (issue4376)
2014-09-19, by Matt Mackall
obsolete: use C code for headrevs calculation
2014-09-16, by Durham Goode
revset: simplify orderedlazyset creation in spanset method
2014-09-16, by Pierre-Yves David
revset: use spanset.isdescending in multiple simple places
2014-09-16, by Pierre-Yves David
revset: wider definition of ascending and descending for spanset
2014-09-16, by Pierre-Yves David
annotate: port to generic templater enabled by hidden -T option
2014-09-17, by Yuya Nishihara
annotate: split functions to get data without applying text formatting
2014-09-16, by Yuya Nishihara
annotate: remove unused variable in calculation of column widths
2014-08-29, by Yuya Nishihara
annotate: build format string separately from annotation data
2014-08-29, by Yuya Nishihara
formatter: convert float value to json
2014-09-17, by Yuya Nishihara
formatter: have jsonformatter accept tuple as value
2014-09-17, by Yuya Nishihara
formatter: extract function that encode values to json string
2014-09-17, by Yuya Nishihara
contrib/synthrepo: pass options to ctx.diff as kwargs, not a dict
2014-09-12, by Mike Edgar
contrib/synthrepo: only generate 2 parents if model contains merges
2014-09-12, by Mike Edgar
convert: add support to find git copies from all files in the working copy
2014-09-12, by Siddharth Agarwal
convert: add support to detect git renames and copies
2014-09-12, by Siddharth Agarwal
convert: for git, factor out code to add entries to a separate function
2014-09-11, by Siddharth Agarwal
convert: for git's getchanges, always split entry line into components
2014-09-11, by Siddharth Agarwal
convert: for git's getchanges, use explicit index for iteration
2014-09-11, by Siddharth Agarwal
convert: add initial docs for git sources
2014-09-12, by Siddharth Agarwal
color: document that changeset phases have labels
2014-08-24, by Jordi Gutiérrez Hermoso
color: change the debug output format
2014-09-19, by Matt Mackall
color: enable debug option to show labels
2014-08-24, by Jordi Gutiérrez Hermoso
color: document that labels are used for colorizing text
2014-08-24, by Jordi Gutiérrez Hermoso
contrib: add OS X p4merge to mergetools.hgrc
2014-08-27, by Mads Kiilerich
patch: enable diff.tab markup for the color extension
2014-08-20, by Jordi Gutiérrez Hermoso
dirstate: copyedit exception for no beginparentchange call
2014-09-17, by Siddharth Agarwal
revsetbenchmarks: add an additional roots() benchmark
2014-09-07, by Gregory Szorc
merge with stable
2014-09-16, by Matt Mackall
mq: examine "pushable" of already applied patch correctly
stable
2014-09-12, by FUJIWARA Katsunori
mq: pop correct patches when changing pushable-ness of already applied ones
stable
2014-09-12, by FUJIWARA Katsunori
mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety
stable
2014-09-12, by FUJIWARA Katsunori
mq: report correct numbers for changing "number of guarded, applied patches"
stable
2014-09-12, by FUJIWARA Katsunori
annotate: remove redundant check for empty list of annotation data
2014-08-29, by Yuya Nishihara
revset: lower weight for _intlist function
2014-09-12, by Durham Goode
revset: make parents() O(number of parents)
2014-09-12, by Durham Goode
revset: make descendants() lazier
2014-09-12, by Durham Goode
check-code: look for misuse of __bool__
2014-09-17, by Yuya Nishihara
formatter: correct bool testing which should be __nonzero__ in Python 2
2014-09-17, by Yuya Nishihara
contrib/synthrepo: return None to delete files on commit, don't raise IOError
2014-09-15, by Mike Edgar
wix: contrib/sample.hgrc is no more
2014-09-15, by Steve Borho
dockerrpm: create a yum/dnf repo from the generated rpms
2014-08-31, by Mads Kiilerich
docker: add CentOS 5
2014-05-15, by Mads Kiilerich
docker: use stable tags for fedora and centos
2014-08-31, by Mads Kiilerich
dockerrpm: prepare source outside docker and just run rpmbuild inside docker
2014-05-30, by Mads Kiilerich
dockerrpm: run docker build process as the current user, not as root
2014-05-30, by Mads Kiilerich
dockerrpm: better handling of specification of docker name
2014-05-30, by Mads Kiilerich
dockerrpm: check that docker is running correctly before building
2014-05-30, by Mads Kiilerich
buildrpm: introduce --rpmdir instead of using hardcoded rpmbuild dir
2014-08-31, by Mads Kiilerich
buildrpm: introduce --withpython for building rpms that includes Python 2.7
2014-05-15, by Mads Kiilerich
buildrpm: introduce --prepare for preparing without actually building rpms
2014-08-31, by Mads Kiilerich
templater: add "diff" template function
2014-08-28, by FUJIWARA Katsunori
locate: add pointer to files command in help
2014-09-16, by Matt Mackall
tests: fix breakage from locate deprecation
2014-09-16, by Matt Mackall
locate: deprecate in favor of files
2014-03-16, by Matt Mackall
formatter: add pickle format
2014-09-12, by Matt Mackall
commands: add hidden -T option for files/manifest/status/tags
2014-09-15, by Matt Mackall
formatter: add json formatter
2014-09-12, by Matt Mackall
cmdutil: add json style to log-like commands
2014-09-15, by Matt Mackall
encoding: add json escaping filter
2014-09-15, by Matt Mackall
encoding: handle empty string in toutf8
2014-09-15, by Matt Mackall
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
templater: enable alias predicates to be used in "revset()" function
2014-08-23, by FUJIWARA Katsunori
import: show the warning message for failure of merging
stable
2014-08-27, by FUJIWARA Katsunori
graft: fix collision detection with origin revisions that are missing
stable
2014-08-27, by Mads Kiilerich
log: use correct phase info for parent field (issue4347)
stable
2014-08-23, by Sean Farley
convert: introduce --full for converting all files
2014-08-26, by Mads Kiilerich
convert: refactor hg getchanges and caching
2014-08-26, by Mads Kiilerich
convert: refactor subversion getchanges and caching
2014-08-26, by Mads Kiilerich
convert: remove incorrect and unused handling of removed svn directories
2014-08-26, by Mads Kiilerich
convert: use None value for missing files instead of overloading IOError
2014-08-26, by Mads Kiilerich
merge with stable
2014-08-27, by Matt Mackall
convert: p4: ignore purged files with p4d 2012.2 and later
2014-08-25, by Mads Kiilerich
tests: fix p4 tests so they use separate ports and can be run in parallel
2014-08-25, by Mads Kiilerich
run-tests: report skipped tests as "skipped" - they might still be "relevant"
2014-08-26, by Mads Kiilerich
ui: add brief comment why raw_input() needs dummy ' ' prompt string
2014-08-24, by Yuya Nishihara
largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit"
2014-08-24, by FUJIWARA Katsunori
largefiles: update largefiles even if transplant is aborted by conflict
2014-08-24, by FUJIWARA Katsunori
largefiles: update largefiles even if rebase is aborted by conflict
2014-08-24, by FUJIWARA Katsunori
largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapper
2014-08-24, by FUJIWARA Katsunori
largefiles: unlink standins not known to the restored dirstate at rollback
2014-08-24, by FUJIWARA Katsunori
largefiles: restore standins according to restored dirstate
2014-08-24, by FUJIWARA Katsunori
largefiles: restore standins from non branch-tip parent at rollback correctly
2014-08-24, by FUJIWARA Katsunori
largefiles: omit restoring standins if working parent is not rollbacked
2014-08-24, by FUJIWARA Katsunori
repoview: fix 0L with pack/unpack for 2.4
2014-08-26, by Matt Mackall
help: add pad function to template help
stable
2014-08-25, by Thomas De Schampheleire
histedit: use str.startswith to check for comments in action list
2014-08-22, by Mike Edgar
less
more
|
(0)
-10000
-3000
-1000
-480
+480
+1000
+3000
+10000
tip