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.
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip