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.
memctx: calculate manifest including newly added files correctly
2014-12-17, by FUJIWARA Katsunori
memctx: calculate exact status being committed from specified files
2014-12-17, by FUJIWARA Katsunori
bundle2._processpart: forcing lower-case compare is no longer necessary
2014-12-12, by Eric Sumner
bundle2.unbundlepart: decouple mandatory from parttype
2014-12-12, by Eric Sumner
memctx: fix manifest for removed files (issue4470)
2014-12-15, by Augie Fackler
convert: on svn failure, note libsvn version (issue4043)
2014-12-12, by Augie Fackler
vfs: add a 'split' method
2014-12-15, by Pierre-Yves David
vfs: add a 'reljoin' function for joining relative paths
2014-12-15, by Pierre-Yves David
subrepo: fix git subrepo ui argument
2014-12-18, by Matt Mackall
subrepo: drop the 'ui' parameter to revert()
2014-12-13, by Matt Harbison
subrepo: drop the 'ui' parameter to removefiles()
2014-12-13, by Matt Harbison
subrepo: drop the 'ui' parameter to forget()
2014-12-13, by Matt Harbison
subrepo: drop the 'ui' parameter to cat()
2014-12-13, by Matt Harbison
subrepo: drop the 'ui' parameter to archive()
2014-12-13, by Matt Harbison
subrepo: use 'self.ui' instead of 'self._repo.ui'
2014-12-13, by Matt Harbison
subrepo: reset 'self.ui' to the subrepo copy of 'ui' in the hgsubrepo class
2014-12-13, by Matt Harbison
subrepo: rename the '_ui' member to 'ui'
2014-12-13, by Matt Harbison
subrepo: drop the '_ui' member in the subrepo subclasses
2014-12-13, by Matt Harbison
graphmod: attempt to clarify documentation of groupbranchiter()
2014-12-09, by Augie Fackler
graphmod: rename graph-topological config to graph-group-branches
2014-12-08, by Augie Fackler
groupbranchiter: allow callers to select the first branch
2014-09-04, by Pierre-Yves David
groupbranchiter: support for non-contiguous revsets
2014-09-04, by Pierre-Yves David
groubranchhiter: indent most of the inner code
2014-11-14, by Pierre-Yves David
graphlog: add a way to test the 'groupbranchiter' function
2014-11-14, by Pierre-Yves David
graphmod: add a function for topological iteration
2014-09-04, by Pierre-Yves David
namespaces: add branches
2014-10-17, by Sean Farley
namespaces: add tags
2014-10-17, by Sean Farley
namespaces: remove weakref; always pass in repo
2014-12-14, by Ryan McElroy
changectx: use names api to simplify and extend node lookup
2014-10-16, by Sean Farley
namespaces: add a method to the first matching node for a given name
2014-10-17, by Sean Farley
namespaces: add bookmarks to the names data structure
2014-12-14, by Sean Farley
namespaces: add a convenience property for the weakref _repo
2014-12-14, by Sean Farley
namespaces: pass repo to __init__
2014-12-14, by Sean Farley
namespaces: add a function to turn single results into lists
2014-12-14, by Sean Farley
namespaces: add a method to register new namespaces
2014-10-17, by Sean Farley
namespaces: introduce a generic way to map between names and nodes
2014-12-14, by Sean Farley
statichttprepo: update profile of __call__ in mock vfs object
2014-12-14, by Mads Kiilerich
tests: avoid git diffstat singular/plural output difference
2014-12-14, by Mathias De Maré
subrepo: add revert support without backup for git subrepos
2014-12-14, by Mathias De Maré
match: make 'always' and 'exact' functions, not classes
2014-11-01, by Martin von Zweigbergk
share: implement shared bookmark functionality
2014-12-13, by Ryan McElroy
debugindex: respect --debug flag to show full nodeids
2014-12-13, by Kyle Lippincott
localrepo.clone: add a way to override server preferuncompressed
2014-12-12, by Siddharth Agarwal
hg.clone: set 'stream' depending on whether --pull was requested or not
2014-12-12, by Siddharth Agarwal
merge: perform case-collision checking on final set of actions
2014-11-14, by Martin von Zweigbergk
spelling: fixes from proofreading of spell checker issues
2014-04-17, by Mads Kiilerich
tests: allow more flexibility in git diffstat output
2014-12-13, by Mathias De Maré
merge: move cd/dc prompts after largefiles prompts
2014-12-11, by Martin von Zweigbergk
addremove: automatically process a subrepository's subrepos
2014-11-30, by Matt Harbison
addremove: support addremove with explicit paths in subrepos
2014-11-09, by Matt Harbison
addremove: add support for the -S flag
2014-11-24, by Matt Harbison
commit: propagate --addremove to subrepos if -S is specified (issue3759)
2014-11-24, by Matt Harbison
subrepo: store the ui object in the base class
2014-11-26, by Matt Harbison
commit: abort if --addremove is specified, but fails
2014-11-26, by Matt Harbison
addremove: warn when addremove fails to operate on a named path
2014-11-26, by Matt Harbison
scmutil: pass a matcher to scmutil.addremove() instead of a list of patterns
2014-11-09, by Matt Harbison
tests: fix a typo in test-walkrepos.py
2014-12-10, by Enrique A. Tobis
merge: extract _resolvetrivial() function
2014-12-03, by Martin von Zweigbergk
largefiles: start by finding files of interest
2014-12-09, by Martin von Zweigbergk
largefiles: rewrite merge code using dictionary with entry per file
2014-12-09, by Martin von Zweigbergk
largefiles: put same 'action' object back in 'newglist'
2014-12-09, by Martin von Zweigbergk
largefiles: don't unnecessarily sort merge action lists
2014-12-08, by Martin von Zweigbergk
merge: don't treat 'diverge' and 'renamedelete' like actions
2014-12-09, by Martin von Zweigbergk
merge: move dr/rd warning messages out of applyupdates()
2014-12-09, by Martin von Zweigbergk
merge: don't report progress for dr/rd actions
2014-12-05, by Martin von Zweigbergk
subrepo: add partial diff support for git subrepos
2014-12-10, by Mathias De Maré
subrepo: extend git version check to 3 digits
2014-12-10, by Mathias De Maré
subrepo: move git version check into a separate method
2014-12-10, by Mathias De Maré
rebase: show a note for updated mq patches
2012-10-11, by Mads Kiilerich
rebase: improve debug messages while processing the list of rebases
2014-12-10, by Mads Kiilerich
rebase: show warning when rebase creates no changes to commit
2014-12-10, by Mads Kiilerich
rebase: show more useful status information while rebasing
2014-12-09, by Mads Kiilerich
tests: make 'saved backup' globbing less narrow in rebase tests
2014-12-07, by Mads Kiilerich
tests: stabilise mq rebase tests
2014-12-09, by Mads Kiilerich
test-graft: use strip extension instead of mq extension
2014-12-09, by Augie Fackler
transaction: remove the 'onabort' mechanism
2014-12-04, by Pierre-Yves David
transaction: remove the redundant 'onclose' mechanism
2014-12-04, by Pierre-Yves David
fncache: document the fact fncache is outdate at hook run time
2014-12-04, by Pierre-Yves David
fncache: drop dedicated 'onclose' function in favor of 'tr.addfinalize'
2014-12-04, by Pierre-Yves David
merge with stable
2014-12-09, by Matt Mackall
graft: drop cset description from empty commit message
2014-12-09, by Matt Mackall
graft: show hashes in user-facing messages
2014-12-09, by Mads Kiilerich
graft: give helpful warning for empty grafts
2014-12-09, by Mads Kiilerich
graft: show more useful status information while grafting
2014-12-09, by Mads Kiilerich
tests: test coverage for empty graft
2014-12-09, by Mads Kiilerich
largefiles: drop the unfiltered repo usage in overridepurge()
2014-12-07, by Matt Harbison
repoview: allow methods on the proxy class to be replaced
2014-12-07, by Matt Harbison
log: fix log revset instability
stable
2014-12-08, by Durham Goode
log: fix log -f slow path to actually follow history
stable
2014-12-05, by Durham Goode
obsstore: cache size computation for fm1 node
2014-11-26, by Pierre-Yves David
obsstore: prefetch struct.calcsize
2014-11-26, by Pierre-Yves David
obsstore: disable garbage collection during initialization (issue4456)
2014-11-26, by Pierre-Yves David
dirstate: use the 'nogc' decorator
2014-12-04, by Pierre-Yves David
util: add a 'nogc' decorator to disable the garbage collection
2014-12-04, by Pierre-Yves David
generate-working-copy-states: open() in binary mode when writing content
2014-12-05, by Matt Harbison
largefiles: don't use 'r' action for standin that doesn't exist
2014-12-05, by Martin von Zweigbergk
largefiles: don't use 'r' action for normal file that doesn't exist
2014-12-05, by Martin von Zweigbergk
rebase: handle revtodo as a special value when storing/restoring state
2014-12-02, by Pierre-Yves David
rebase: add a 'revtodo' constant
2014-12-02, by Pierre-Yves David
rebase: use '>= 0' to know is a revision was rebased
2014-12-04, by Pierre-Yves David
patchbomb: introduce a 'patchbomb.confirm' option
2014-12-02, by Pierre-Yves David
patchbomb: add a 'patchbomb.intro' option
2014-12-02, by Pierre-Yves David
patchbomb: extract 'getoutgoing' closure into its own function
2014-12-02, by Pierre-Yves David
perf: add a perfloadmarkers command
2014-11-20, by Pierre-Yves David
rebase: move base calculation from rebasenode() to defineparents()
2014-11-19, by Mads Kiilerich
largefiles: remove redundant checks for false modify/delete conflicts
2014-12-05, by Martin von Zweigbergk
merge: make 'keep' message more descriptive
2014-12-03, by Martin von Zweigbergk
addremove: restore the relative path printing when files are named
2014-12-04, by Matt Harbison
match: introduce uipath() to properly style a file path
2014-12-04, by Matt Harbison
merge with stable
2014-12-05, by Matt Mackall
update: don't overwrite untracked ignored files on update
stable
2014-11-16, by Martin von Zweigbergk
update: add tests for untracked local file
stable
2014-12-02, by Martin von Zweigbergk
merge: don't overwrite conflicting file in locally renamed directory
2014-12-03, by Martin von Zweigbergk
merge: don't ignore conflicting file in remote renamed directory
2014-12-03, by Martin von Zweigbergk
merge: duplicate 'if f in copied' into each branch
2014-11-23, by Martin von Zweigbergk
merge: branch code into {n1 and n2, n1, n2} top-level cases
2014-11-23, by Martin von Zweigbergk
update: remove redundant and misplaced merge tests
2014-12-02, by Martin von Zweigbergk
largefiles: use clearer debug messages in actions
2014-11-21, by Martin von Zweigbergk
largefiles: don't clobber merge action message with user message
2014-11-21, by Martin von Zweigbergk
bookmarks: factor out repository lookup from writing bookmarks file
2014-12-02, by Ryan McElroy
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip