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
+30000
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.
Added tag 3.0.2 for changeset 2d8cd3d0e83c
stable
2014-07-01, by Matt Mackall
merge with i18n
stable
3.0.2
2014-07-01, by Matt Mackall
i18n-pt_BR: synchronized with a4b67bf1f0a5
stable
2014-06-30, by Wagner Bruna
i18n-ja: synchronized with a4b67bf1f0a5
stable
2014-06-30, by FUJIWARA Katsunori
rebase: fix bug that caused transitive copy records to disappear (issue4192)
stable
2014-06-07, by Augie Fackler
cmdutil: add copy-filtering support to duplicatecopies
stable
2014-06-07, by Augie Fackler
dispatch: handle empty IOError args
2014-07-01, by Matt Mackall
repoview: do not crash when localtags refers to non existing revisions
stable
2014-06-29, by Angel Ezquerra
templater: add symbol to error
2014-06-12, by Ryan McElroy
templater: introduce startswith function
2014-06-12, by Ryan McElroy
templatefilter: add splitlines function
2014-06-12, by Ryan McElroy
serve: tidy up indent level of repository not found message
2014-05-01, by Yuya Nishihara
serve: inline checkrepo() that is used only when --stdio is specified
2014-05-01, by Yuya Nishihara
serve: make sure to print "listening at" message immediately
2014-06-28, by Yuya Nishihara
merge with stable
2014-06-27, by Matt Mackall
match: make glob '**/' match the empty string
stable
2014-06-25, by Siddharth Agarwal
tags: read tag info into a sorted dict (rather than into a regular dict)
2014-02-23, by Angel Ezquerra
config: move config.sortdict class into util
2014-02-23, by Angel Ezquerra
hg: add support for HGUNICODEPEDANTRY environment variable
2014-06-23, by Augie Fackler
dirstate.status: assign members one by one instead of unpacking the tuple
2014-05-27, by Siddharth Agarwal
dirstate.status: assign members one by one instead of unpacking the tuple
2014-05-27, by Siddharth Agarwal
parsers: inline fields of dirstate values in C version
2014-05-27, by Siddharth Agarwal
dirstate: add dirstatetuple to create dirstate values
2014-05-27, by Siddharth Agarwal
parsers: remove no longer used dirstate_unset
2014-05-27, by Siddharth Agarwal
pack_dirstate: in C version, for invalidation set dict to what we write to disk
2014-05-27, by Siddharth Agarwal
record: update comment to match code
2014-06-26, by Jordi GutiƩrrez Hermoso
hg: update newly added listdir function of vfs in clone
2014-06-21, by Chinmay Joshi
hg: use vfs functions in clone
2014-06-21, by Chinmay Joshi
hg: update util.writefile method to use write with vfs in share
2014-06-21, by Chinmay Joshi
hg: update to use vfs functions in shared destination repository
2014-06-21, by Chinmay Joshi
hg: use vfs functions in destination repository with share
2014-06-21, by Chinmay Joshi
vfs: add listdir for os.listdir in vfs
2014-06-20, by Chinmay Joshi
templater: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
hook: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
help: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
extensions: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
fancyopts: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
gendoc: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
check-seclevel: restore use of callable() since it was readded in Python 3.2
2014-06-23, by Augie Fackler
check-code: drop ban on callable() which was restored in Python 3.2
2014-06-23, by Augie Fackler
diff: add nobinary config to suppress git-style binary diffs
2014-06-21, by Stephen Lee
branchmap: don't use ui.warn for debug message
2014-06-23, by Matt Mackall
branch: add debug message for branch cache write failure
2014-06-23, by Matt Mackall
record: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
mq: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
largefiles: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
keyword: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
hgk: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
graphlog: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
extdiff: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
children: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
churn: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
commands: define inferrepo in command decorator
2014-05-04, by Gregory Szorc
cmdutil: support inferrepo in command decorator
2014-05-04, by Gregory Szorc
keyword: define optionalrepo in command decorator
2014-05-04, by Gregory Szorc
commands: define optionalrepo in command decorator
2014-05-04, by Gregory Szorc
cmdutil: add optionalrepo argument to command decorator
2014-05-04, by Gregory Szorc
tests: define norepo in command decorator
2014-05-04, by Gregory Szorc
share: define norepo in command decorator
2014-05-04, by Gregory Szorc
mq: define norepo in command decorator
2014-05-04, by Gregory Szorc
largefiles: define norepo in command decorator
2014-05-04, by Gregory Szorc
convert: define norepo in command decorator
2014-05-04, by Gregory Szorc
commands: define norepo in command decorator
2014-05-04, by Gregory Szorc
commands: add norepo argument to command decorator
2014-05-04, by Gregory Szorc
cmdutil: better document command()
2014-05-04, by Gregory Szorc
convert: update the transplant, rebase and graft references in 'extra'
2014-06-11, by Matt Harbison
merge with stable
2014-06-18, by Matt Mackall
run-tests: hold iolock across diff/prompt when interactive
2014-06-18, by Matt Mackall
bookmarks: improve the bookmark help (issue4244)
2014-06-18, by Matt Mackall
push: restore contents of HG_URL for hooks (issue4268)
stable
2014-06-18, by Matt Mackall
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239)
stable
2014-06-18, by Matt Mackall
hgweb: avoid initialization race (issue4280)
stable
2014-06-16, by Matt Mackall
p4: accept changesets with no description (issue4282)
stable
2014-06-16, by Matt Mackall
merge with stable
2014-06-14, by Matt Mackall
test-run-tests.t: test the --nodiff option
2014-05-30, by Pierre-Yves David
test-run-tests.t: test the --interactive option
2014-05-30, by Pierre-Yves David
run-tests: fixes the '--interactive' option error
2014-06-13, by anuraggoel
run-tests: checks behaviour of test on failure while testing
2014-06-13, by anuraggoel
revlog: fix check-code error
stable
2014-06-14, by Matt Mackall
merge with stable
2014-06-13, by Matt Mackall
revlog: hold a private reference to self._cache
stable
2014-06-13, by Matt Mackall
revlog: make _chunkcache access atomic
stable
2014-06-13, by Matt Mackall
tests: cat error messages are different on Solaris
stable
2014-06-09, by Danek Duvall
error: restore python 2.4 compatibility for BundleValueError
2014-06-10, by Brendan Cully
i18n: explicitly decode paragraphs
2014-06-12, by Matt Mackall
minirst: explicitly decode substitutions
2014-06-13, by Matt Mackall
test-run-tests.t: tests --jobs option
2014-05-30, by Pierre-Yves David
test-run-tests.t: test --debug option
2014-05-30, by Pierre-Yves David
test-run-tests.t: test selection of testfile from the command line
2014-05-30, by Pierre-Yves David
test-run-tests.t: tests the --retest option
2014-05-30, by Pierre-Yves David
run-tests: fixes the number of tests ran when '--retest' is enabled
2014-06-12, by anuraggoel
run-tests: skipped test should not produce 'i' mark while retesting
2014-06-12, by anuraggoel
test-run-tests.t: test running a failing test
2014-05-30, by Pierre-Yves David
run-tests: filter whitespace at end of error diffs
2014-06-13, by Matt Mackall
run-tests: produce '!' mark after running a failing test
2014-06-12, by anuraggoel
run-tests: produce error on running a failing test
2014-06-12, by anuraggoel
test-run-tests.t: test running a passing test
2014-05-30, by Pierre-Yves David
run-tests: don't check for the mercurial library used when using --with-hg
2014-06-10, by Pierre-Yves David
test: introduce test-run-tests.t
2014-05-30, by Pierre-Yves David
tests: comment the main purpose of ``test-unified-test.t``
2014-05-30, by Pierre-Yves David
parsers.c: fix a couple of memory leaks
stable
2014-06-11, by Danek Duvall
tests: rename ``test-run-tests.t`` to ``test-unified-test.t``
2014-05-30, by Pierre-Yves David
wireproto: rephrase the error message for unknown getbundle parameters
2014-05-27, by Pierre-Yves David
patchbomb: reorder header insertions to clarify code
2014-06-07, by Augie Fackler
patchbomb: always use message-id of first patch for series-id
2014-06-07, by Augie Fackler
test-patchbomb: normalize glob lines and record their construction
2014-06-07, by Augie Fackler
patchbomb: includes a unique series ID in email header
2014-05-05, by Pierre-Yves David
color: add parenthesis to help readability
2014-05-30, by Pierre-Yves David
status: document the content of the returned tuple in the docstring
2014-05-31, by Pierre-Yves David
resolve: fix grammar of no matching files message
2014-06-09, by Matt Mackall
merge with stable
2014-06-09, by Matt Mackall
bash_completion: add -l|--list support for shelve
2014-06-06, by Sean Farley
workingctx: duplicate status list received at _poststatus hook
2014-05-31, by Yuya Nishihara
patch: replace functions in fsbackend to use vfs
2014-06-05, by Chinmay Joshi
vfs: add unlinkpath to vfs
2014-06-05, by Chinmay Joshi
shelve: add option combination tests for refactoring in succeeding patch
2014-06-05, by FUJIWARA Katsunori
qfold: allow to specify '--message/'--logfile' and '--edit' at the same time
2014-06-01, by FUJIWARA Katsunori
qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same time
2014-06-01, by FUJIWARA Katsunori
backout: accept '--edit' like other commands creating new changeset
2014-06-01, by FUJIWARA Katsunori
gpg: accept '--edit' like other commands creating new changeset
2014-06-01, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip