Thu, 22 Jan 2015 22:42:35 -0800 |
Martin von Zweigbergk |
trydiff: make filenames None when they don't exist
|
changeset |
files
|
Tue, 10 Feb 2015 10:57:58 -0500 |
Augie Fackler |
test-help: add test to demonstrate that 'hg help merge-tools' is sane
|
changeset |
files
|
Mon, 09 Feb 2015 23:07:39 -0800 |
Gregory Szorc |
help.merge-tools: do not double document merge tools
|
changeset |
files
|
Mon, 09 Feb 2015 14:59:04 -0800 |
Gregory Szorc |
help: teach topic symbols how to dedent
|
changeset |
files
|
Fri, 06 Feb 2015 22:25:40 -0800 |
Gregory Szorc |
webcommands: document "graph" web command
|
changeset |
files
|
Fri, 06 Feb 2015 22:19:59 -0800 |
Gregory Szorc |
webcommands: document "archive" web command
|
changeset |
files
|
Fri, 06 Feb 2015 22:11:54 -0800 |
Gregory Szorc |
webcommands: document "filelog" web command
|
changeset |
files
|
Fri, 06 Feb 2015 22:08:30 -0800 |
Gregory Szorc |
webcommands: document "annotate" web command
|
changeset |
files
|
Fri, 06 Feb 2015 22:06:44 -0800 |
Gregory Szorc |
webcommands: document "comparison" web command
|
changeset |
files
|
Fri, 06 Feb 2015 22:02:14 -0800 |
Gregory Szorc |
webcommands: document "filediff" web command
|
changeset |
files
|
Fri, 06 Feb 2015 21:51:52 -0800 |
Gregory Szorc |
webcommands: document "summary" web command
|
changeset |
files
|
Fri, 06 Feb 2015 21:48:01 -0800 |
Gregory Szorc |
webcommands: document "manifest" web command
|
changeset |
files
|
Fri, 06 Feb 2015 21:39:15 -0800 |
Gregory Szorc |
webcommands: document "changelog" web command
|
changeset |
files
|
Fri, 06 Feb 2015 21:26:53 -0800 |
Gregory Szorc |
webcommands: document "file" web command
|
changeset |
files
|
Fri, 06 Feb 2015 21:13:03 -0800 |
Gregory Szorc |
webcommands: document "log" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:50:17 -0800 |
Gregory Szorc |
webcommands: document "shortlog" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:48:22 -0800 |
Gregory Szorc |
webcommands: document "changeset" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:44:46 -0800 |
Gregory Szorc |
webcommands: document "tags" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:43:54 -0800 |
Gregory Szorc |
webcommands: document "bookmarks" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:44:10 -0800 |
Gregory Szorc |
webcommands: document "branches" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:41:08 -0800 |
Gregory Szorc |
webcommands: document "help" web command
|
changeset |
files
|
Fri, 06 Feb 2015 20:27:56 -0800 |
Gregory Szorc |
help: add web commands to help documentation
|
changeset |
files
|
Fri, 06 Feb 2015 23:08:47 -0800 |
Gregory Szorc |
help.hgweb: add a section describing URLs and common parameters
|
changeset |
files
|
Fri, 06 Feb 2015 22:47:48 -0800 |
Gregory Szorc |
webcommands: move help import into help command handler
|
changeset |
files
|
Fri, 06 Feb 2015 22:52:40 -0800 |
Gregory Szorc |
webcommands: define a dict of available commands
|
changeset |
files
|
Fri, 06 Feb 2015 19:06:17 -0800 |
Gregory Szorc |
webcommands: define web commands using a decorator
|
changeset |
files
|
Fri, 06 Feb 2015 16:33:05 -0800 |
Gregory Szorc |
run-tests: ensure install directories exist
|
changeset |
files
|
Fri, 06 Feb 2015 16:15:02 -0800 |
Gregory Szorc |
run-tests: avoid printing extra newlines from install log
|
changeset |
files
|
Fri, 06 Feb 2015 11:27:25 -0800 |
Eric Sumner |
bundlerepo: basic bundle2 support
|
changeset |
files
|
Thu, 05 Feb 2015 16:03:26 -0800 |
Eric Sumner |
bundlerepo: keep track of the original bundle object
|
changeset |
files
|
Thu, 05 Feb 2015 15:56:50 -0800 |
Eric Sumner |
bundle2.unbundle20: add compressed() method
|
changeset |
files
|
Thu, 05 Feb 2015 15:52:57 -0800 |
Eric Sumner |
bundle2.unpackermixin: default value for seek() whence parameter
|
changeset |
files
|
Fri, 06 Feb 2015 23:40:46 +0100 |
Adrian Buehlmann |
windows: adjust doc string and comments of posixfile()
|
changeset |
files
|
Wed, 04 Feb 2015 14:11:45 -0800 |
Gregory Szorc |
color: support a different color mode when the pager is active
|
changeset |
files
|
Fri, 06 Feb 2015 12:09:09 -0800 |
Gregory Szorc |
pager: ensure wrapped dispatch._runcommand runs before color's
|
changeset |
files
|
Fri, 06 Feb 2015 12:07:56 -0800 |
Gregory Szorc |
pager: set an attribute on ui indicating that a pager is active
|
changeset |
files
|
Fri, 06 Feb 2015 12:07:32 -0800 |
Gregory Szorc |
extensions: support callbacks after another extension loads
|
changeset |
files
|
Fri, 06 Feb 2015 21:53:39 +0900 |
Yuya Nishihara |
log: fix --follow null parent not to include revision 0
|
changeset |
files
|
Fri, 06 Feb 2015 00:22:20 +0900 |
Yuya Nishihara |
cmdutil: have walkchangerevs utilize common function to build revs
|
changeset |
files
|
Fri, 06 Feb 2015 00:15:35 +0900 |
Yuya Nishihara |
log: extract common part from getgraphlogrevs() and getlogrevs()
|
changeset |
files
|
Fri, 06 Feb 2015 00:06:47 +0900 |
Yuya Nishihara |
graphlog: remove useless check for empty repo when --follow is specified
|
changeset |
files
|
Thu, 05 Feb 2015 23:49:18 +0900 |
Yuya Nishihara |
graphlog: move comment and flag denoting revs might be unsorted
|
changeset |
files
|
Thu, 05 Feb 2015 23:14:44 +0900 |
Yuya Nishihara |
graphlog: remove too early return from getgraphlogrevs() for empty repo
|
changeset |
files
|
Thu, 22 Jan 2015 22:22:09 -0800 |
Martin von Zweigbergk |
trydiff: call util.binary in only one place
|
changeset |
files
|
Thu, 22 Jan 2015 21:35:57 -0800 |
Martin von Zweigbergk |
trydiff: collect all lossiness checks in one place
|
changeset |
files
|
Thu, 22 Jan 2015 21:03:57 -0800 |
Martin von Zweigbergk |
trydiff: replace 'binarydiff' variable by 'binary' variable
|
changeset |
files
|
Fri, 16 Jan 2015 15:09:21 -0800 |
Martin von Zweigbergk |
trydiff: rename 'op' to make it more specific
|
changeset |
files
|
Fri, 06 Feb 2015 15:52:55 +0800 |
Anton Shestakov |
hgweb: replace implicit <tbody> with explicit <thead> where appropriate
|
changeset |
files
|
Sat, 31 Jan 2015 12:54:35 -0500 |
Matt Harbison |
obsolete: drop the explicit seek to EOF after append mode open()
|
changeset |
files
|
Sat, 31 Jan 2015 12:42:05 -0500 |
Matt Harbison |
branchmap: backout 6bf93440a717
|
changeset |
files
|
Sat, 31 Jan 2015 12:39:44 -0500 |
Matt Harbison |
windows: seek to the end of posixfile when opening in append mode
|
changeset |
files
|
Thu, 20 Nov 2014 12:15:12 -0800 |
Martin von Zweigbergk |
context: use unfiltered repo for '.'
|
changeset |
files
|
Thu, 05 Feb 2015 14:09:08 -0800 |
Eric Sumner |
check-commit: check capitalization in summary lines
|
changeset |
files
|
Thu, 05 Feb 2015 10:57:45 -0800 |
Eric Sumner |
bundle2: seek in part iterator
|
changeset |
files
|
Thu, 05 Feb 2015 10:56:05 -0800 |
Eric Sumner |
bundle2: now that we have a seek implementation, use it
|
changeset |
files
|
Wed, 04 Feb 2015 22:25:35 -0800 |
Martin von Zweigbergk |
obsolete: populate successors, precursors, children lazily
|
changeset |
files
|
Wed, 04 Feb 2015 22:40:48 -0800 |
Martin von Zweigbergk |
obsolete: pass only new markers to _checkinvalidmarkers()
|
changeset |
files
|
Tue, 20 Jan 2015 22:01:37 -0800 |
Martin von Zweigbergk |
obsolete: extract helpers from _load()
|
changeset |
files
|
Tue, 20 Jan 2015 17:38:42 -0800 |
Eric Sumner |
test-gendoc: require gettext
|
changeset |
files
|
Thu, 05 Feb 2015 20:34:30 +0800 |
Anton Shestakov |
hgweb: use css margin instead of empty <p> before diffstat table
|
changeset |
files
|