mercurial/commands.py
Thu, 02 Oct 2014 22:59:56 +0900 Yuya Nishihara branches: port to generic templater
Thu, 02 Oct 2014 22:15:39 +0900 Yuya Nishihara branches: format rev as integer that is necessary for generic templater
Fri, 03 Oct 2014 22:20:02 +0900 Yuya Nishihara formatter: add general way to switch hex/short functions
Fri, 03 Oct 2014 11:11:12 -0500 Pierre-Yves David commands: directly use exchange.pull
Wed, 01 Oct 2014 12:50:18 -0700 Martin von Zweigbergk summary: remove unused code for listing ignored files
Fri, 26 Sep 2014 17:44:00 -0700 Pierre-Yves David pull: move bookmark movements inside the `exchange.pull`
Fri, 26 Sep 2014 10:59:29 -0700 Pierre-Yves David pull: use `other.url()` as the source of a bookmark pull
Thu, 02 Oct 2014 21:58:10 +0900 Yuya Nishihara branches: reduce nesting in for loop
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: introduce templatepaths for getting paths searched for templates
Thu, 25 Sep 2014 17:53:27 -0700 Pierre-Yves David pull: gather all bookmark-pulling code together
Thu, 25 Sep 2014 02:53:29 -0700 Pierre-Yves David push: perform bookmark export in the push function
Thu, 25 Sep 2014 01:49:20 -0700 Pierre-Yves David push: pass list of bookmark to `exchange.push`
Thu, 25 Sep 2014 02:53:49 -0700 Pierre-Yves David push: sanitize handling of bookmark push return value
Thu, 25 Sep 2014 01:39:39 -0700 Pierre-Yves David push: use `exchange.push` in `commands.push`
Tue, 30 Sep 2014 16:01:19 -0700 Siddharth Agarwal files: cache repo.dirstate
Tue, 30 Sep 2014 15:21:35 -0700 Siddharth Agarwal files: only check for removed, not unknown or missing
Tue, 30 Sep 2014 14:39:58 -0700 Siddharth Agarwal files: use ctx.matches instead of ctx.walk
Tue, 30 Sep 2014 15:45:48 -0700 Siddharth Agarwal files: actually filter out removed files
Tue, 30 Sep 2014 16:40:10 -0500 Matt Mackall help: basic support for showing only specified topic sections
Tue, 30 Sep 2014 15:51:22 -0500 Matt Mackall help: support OS-specific help sections
Mon, 29 Sep 2014 17:23:38 -0500 Matt Mackall merge with stable
Mon, 29 Sep 2014 16:42:12 -0500 Matt Mackall help: fix typo in log examples stable
Fri, 26 Sep 2014 16:44:11 -0500 Matt Mackall commands: add debuglocks to report/clear lock state
Sun, 21 Sep 2014 12:50:48 +0900 Yuya Nishihara tags: use full hash for formatter output as in log or annotate commands
Sun, 21 Sep 2014 12:46:23 +0900 Yuya Nishihara tags: change field name of formatter output to be the same as log command
Sun, 21 Sep 2014 12:38:47 +0900 Yuya Nishihara files: correct topic of formatter
Mon, 22 Sep 2014 16:14:08 -0500 Matt Mackall merge with stable
Mon, 22 Sep 2014 16:03:07 -0500 Matt Mackall commands: deprecate the parents commands
Sun, 21 Sep 2014 10:31:34 -0500 Matt Mackall help: mention mode in hg log --removed help (issue4381) stable
Wed, 17 Sep 2014 23:21:20 +0900 Yuya Nishihara annotate: port to generic templater enabled by hidden -T option
Tue, 16 Sep 2014 23:40:24 +0900 Yuya Nishihara annotate: split functions to get data without applying text formatting
Fri, 29 Aug 2014 06:19:32 +0200 Yuya Nishihara annotate: remove unused variable in calculation of column widths
Fri, 29 Aug 2014 05:36:52 +0200 Yuya Nishihara annotate: build format string separately from annotation data
Fri, 29 Aug 2014 05:09:59 +0200 Yuya Nishihara annotate: remove redundant check for empty list of annotation data
Tue, 16 Sep 2014 11:08:29 -0500 Matt Mackall locate: add pointer to files command in help
Sun, 16 Mar 2014 13:29:08 -0500 Matt Mackall locate: deprecate in favor of files
Mon, 15 Sep 2014 13:15:07 -0500 Matt Mackall commands: add hidden -T option for files/manifest/status/tags
Fri, 12 Sep 2014 18:32:46 -0500 Matt Mackall files: add new command unifying locate and manifest functionality
Thu, 11 Sep 2014 12:26:12 -0500 Matt Mackall ui: move samplehgrcs from config
Tue, 19 Aug 2014 14:33:31 -0400 Augie Fackler commit: correctly check commit mutability during commit --amend
Fri, 05 Sep 2014 11:36:20 -0700 Durham Goode dirstate: wrap setparent calls with begin/endparentchange (issue4353)
Tue, 02 Sep 2014 12:11:36 +0200 Sune Foldager changegroup: rename bundle-related functions and classes
Wed, 13 Aug 2014 17:05:48 -0400 Jordi GutiƩrrez Hermoso config: give more fine-tuned sample hgrcs to this command
Tue, 19 Aug 2014 01:13:10 +0200 Mads Kiilerich revlog: introduce isancestor method for efficiently determining node lineage
Thu, 04 Sep 2014 09:59:23 -0400 Augie Fackler merge with stable
Tue, 19 Aug 2014 16:57:02 -0700 Aaron Kushner config: exit non zero on non-existent config option (issue4247) stable
Sat, 30 Aug 2014 18:44:59 +0200 Matt Mackall merge with crew
Sat, 30 Aug 2014 15:13:02 +0200 Kevin Bullock bookmarks: refer to "the" active bookmark to clarify that there's only one stable
Sat, 30 Aug 2014 11:57:46 +0200 Sune Foldager debugrevlog: add chainlen column to --dump output
Sat, 30 Aug 2014 11:56:33 +0200 Henrik Stuart debugdag: stop wrongly sorting parents
Wed, 27 Aug 2014 18:35:34 +0200 Matt Mackall merge with stable
Wed, 27 Aug 2014 15:30:09 +0200 Mads Kiilerich graft: fix collision detection with origin revisions that are missing stable
Sat, 23 Aug 2014 23:03:50 +0900 FUJIWARA Katsunori import: disallow meaningless combination of "--exact" and "--edit"
Tue, 19 Aug 2014 23:22:44 -0700 Pierre-Yves David debugobsolete: add a --rev argument
Wed, 20 Aug 2014 18:11:23 -0700 Pierre-Yves David obsolete: rename `allmarkers` to `getmarkers`
Wed, 20 Aug 2014 00:43:08 -0700 Pierre-Yves David debugobsolete: add a way to record parent information
Sat, 16 Aug 2014 17:59:26 +0900 Yuya Nishihara annotate: abort early if no file is specified
Sat, 16 Aug 2014 10:43:59 +0900 FUJIWARA Katsunori commit: change "editform" to distinguish merge commits from others
Wed, 13 Aug 2014 23:25:07 -0700 Pierre-Yves David debugobsolete: use the new date argument on obsstore.create
Thu, 14 Aug 2014 01:53:07 -0700 Pierre-Yves David obsolete: explicitly pass metadata argument using keyword argument
less more (0) -1000 -300 -100 -60 tip