Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
histedit: add histedit state class
2014-10-15, by David Soria Parra
import-checker: check modules for pure Python build correctly
2014-10-17, by FUJIWARA Katsunori
import-checker: treat "from mercurial import XXXX" style correctly
2014-10-17, by FUJIWARA Katsunori
encoding: avoid cyclic dependency around "parsers" in pure Python build
2014-10-17, by FUJIWARA Katsunori
pull: add source information to the transaction
2014-10-14, by Pierre-Yves David
changegroup: store source and url in the `hookargs` dict
2014-10-14, by Pierre-Yves David
prechangegroup: use hook argument from the transaction
2014-10-14, by Pierre-Yves David
addchangegroup: call `prechangegroup` hook after transaction retrieval
2014-10-14, by Pierre-Yves David
addchangegroup: get the `node` argument of `incoming` hook from transaction
2014-10-14, by Pierre-Yves David
dicthelpers: delete now that they are no longer used
2014-10-14, by Martin von Zweigbergk
manifest: transpose pair of pairs from diff()
2014-10-14, by Martin von Zweigbergk
manifest: for diff(), only iterate over files, not flags
2014-10-14, by Martin von Zweigbergk
manifest: repurpose flagsdiff() into (node-and-flag)diff()
2014-10-14, by Martin von Zweigbergk
util: add a file handle wrapper class that does hash digest validation
2014-10-16, by Mike Hommey
util: add a helper class to compute digests
2014-10-16, by Mike Hommey
bundle2: merge return values when bundle contains multiple changegroups
2014-10-16, by Mike Hommey
changegroup: use a copy of hookargs when invoking the changegroup hook
2014-10-16, by Mike Hommey
tests: pull common http server setup out of individual tests
2014-10-16, by Mike Hommey
util: move md5 back next to sha1 and allow to call it without an argument
2014-09-24, by Mike Hommey
test-bundle2-exchange: do not drop HG_NODE from the hook output
2014-10-16, by Pierre-Yves David
obsolete: update test-commit-amend to use obsolete option
2014-10-14, by Durham Goode
obsolete: update tests to use obsolete options
2014-10-14, by Durham Goode
obsolete: prevent options from being used without createmarkers
2014-10-14, by Durham Goode
obsolete: add exchange option
2014-10-14, by Durham Goode
obsolete: add allowunstable option
2014-10-14, by Durham Goode
obsolete: add createmarkers option
2014-10-14, by Durham Goode
obsolete: add readonly flag to obstore constructor
2014-10-14, by Durham Goode
obsolete: add isenabled function for option checking
2014-10-14, by Durham Goode
obsstore: fix defaultformat option passing
2014-10-15, by Durham Goode
tests: use $PYTHON instead of hardcoding python
2014-10-15, by Augie Fackler
checklink: always close the NamedTemporaryFile
2014-10-15, by Augie Fackler
hgignore: ignore the PyCharm workspace folder
2014-10-13, by Angel Ezquerra
revset: better naming of variables containing the value of a single argument
2014-10-15, by Mads Kiilerich
manifest: add docstring to text() method
2014-10-14, by Augie Fackler
manifest: rename ambiguously-named set to setflag
2014-10-10, by Augie Fackler
bookmarks: inform transaction-related hooks that some bookmarks were moved
2014-10-12, by Pierre-Yves David
phases: inform transaction-related hooks that a phase was moved
2014-10-12, by Pierre-Yves David
test-bundle2: also test the argument of the changegroup hook
2014-10-13, by Pierre-Yves David
test-bundle2: test that we got appropriate hook called with appropriate data
2014-10-13, by Pierre-Yves David
pull: use `stepsdone` instead of `todosteps`
2014-10-12, by Pierre-Yves David
pull: make discovery phase extensible
2014-09-27, by Pierre-Yves David
sshpeer: forward stdout of remote "hg init" to appropriate output channel
2014-10-14, by Yuya Nishihara
revlog: support importing censored file revision tombstones
2014-09-03, by Mike Edgar
verify: report censored nodes if configured policy is abort
2014-10-14, by Mike Edgar
context: handle censored data in an on-disk file context based on config
2014-10-14, by Mike Edgar
manifest: add fastdelta method to manifestdict
2014-10-08, by Augie Fackler
manifest: move _search to module level and rename to _msearch
2014-10-08, by Augie Fackler
manifest: move manifestdict-to-text encoding to manifest class
2014-10-08, by Augie Fackler
localrepo: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
subrepo: use separate instances of empty lists in status
2014-10-11, by Martin von Zweigbergk
summary: make status code more readable
2014-10-03, by Martin von Zweigbergk
strip: make checklocalchanges() return full status tuple
2014-10-04, by Martin von Zweigbergk
fileset: access status fields by name rather than index
2014-10-04, by Martin von Zweigbergk
histedit: access status fields by name rather than index
2014-10-04, by Martin von Zweigbergk
shelve: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
record: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
purge: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
largefiles: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
keyword: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
hgcia: access status fields by name rather than index
2014-10-03, by Martin von Zweigbergk
context: store status class instead of plain tuple in self._status
2014-10-04, by Martin von Zweigbergk
status: update and move documentation of status types to status class
2014-10-10, by Martin von Zweigbergk
status: update various other methods to return new class
2014-10-14, by Martin von Zweigbergk
status: create class for status lists
2014-10-10, by Martin von Zweigbergk
lfutil: avoid creating unnecessary copy of status tuple
2014-10-03, by Martin von Zweigbergk
dirstate: separate 'lookup' status field from others
2014-10-03, by Martin von Zweigbergk
commit: update file nodeid and flags in the same place
2014-10-13, by Martin von Zweigbergk
commit: use separate variable for p1 manifest and new manifest
2014-10-13, by Martin von Zweigbergk
commit: remove dead initialization of 'lock'
2014-10-13, by Martin von Zweigbergk
commit: reduce scope of 'removed' variable
2014-10-13, by Martin von Zweigbergk
rebase: fix some weird mixed-case naming
2014-10-13, by Matt Mackall
rebase: move duplicatecopies next to merge
2014-10-13, by Matt Mackall
histedit: use merge.graft
2014-10-13, by Matt Mackall
graft: use merge.graft
2014-10-13, by Matt Mackall
merge: add merge.graft helper
2014-10-13, by Matt Mackall
duplicatecopies: move from cmdutil to copies
2014-10-13, by Matt Mackall
histedit: fix indent
2014-10-13, by Matt Mackall
graft: move rebase cleanup code next to actual rebase
2014-10-13, by Matt Mackall
shelve: add a bundlerepo method
2014-10-10, by Matt Mackall
dirstate: merge falls through to otherparent
2014-10-11, by Matt Mackall
dirstate: use 'm' state in otherparent to reduce ambiguity
2014-10-10, by Matt Mackall
dirstate: properly clean-up some more merge state on setparents
2014-10-10, by Matt Mackall
phases: move root phase assignment to it's own function
2014-10-07, by Durham Goode
phases: add invalidate function
2014-10-07, by Durham Goode
phases: change phase command change detection
2014-10-12, by Durham Goode
spanset: remove `.set()` definition
2014-10-10, by Pierre-Yves David
generatorset: remove `.set()` definition
2014-10-10, by Pierre-Yves David
addset: remove `.set()` definition
2014-10-10, by Pierre-Yves David
filteredset: remove `.set()` definition
2014-10-10, by Pierre-Yves David
baseset: remove `set()` definition
2014-10-10, by Pierre-Yves David
abstractsmartset: remove `set()` method definition
2014-10-10, by Pierre-Yves David
match: check if an object is a baseset using `isascending` instead of `set`
2014-10-10, by Pierre-Yves David
getset: check if an object is a baseset using `isascending` instead of `set`
2014-10-10, by Pierre-Yves David
fullreposet: detect smartset using "isascending" instead of "set"
2014-10-10, by Pierre-Yves David
fullreposet: drop custom sets but not smartsets detection
2014-10-10, by Pierre-Yves David
addset: drop `.set()` usage during iteration
2014-10-10, by Pierre-Yves David
baseset: access `_set` directly for containment check
2014-10-10, by Pierre-Yves David
baseset: make `_set` a property cache
2014-10-10, by Pierre-Yves David
graphnode: remove usage of `set()`
2014-10-10, by Pierre-Yves David
revset-_hexlist: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-_intlist: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-_list: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-roots: remove usage of `set()`
2014-10-08, by Pierre-Yves David
histedit: stabilise the order nodes that are stripped
2014-10-10, by Pierre-Yves David
revset-origin: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-last: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-limit: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-destination: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-children: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-branch: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-rangeset: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset-only: remove usage of `set()`
2014-10-08, by Pierre-Yves David
revset: cache most conditions used in `filter`
2014-10-09, by Pierre-Yves David
baseset: empty or one-element sets are ascending and descending
2014-10-09, by Pierre-Yves David
filteredset: drop explicit order management
2014-10-07, by Pierre-Yves David
revset: restore order of `or` operation as in Mercurial 2.9
2014-10-09, by Pierre-Yves David
revset-_descendant: rework the whole sorting and combining logic
2014-10-09, by Pierre-Yves David
addset: do lazy sorting
2014-10-09, by Pierre-Yves David
test-import.t: use proper revset order
2014-10-09, by Pierre-Yves David
baseset: drop custom __sub__ method
2014-10-09, by Pierre-Yves David
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip