comparison hgext/evolve.py @ 1661:48232457b704

Spelling: through
author timeless@gmail.com
date Wed, 12 Sep 2012 18:14:40 -0400
parents c450d134aac4
children 03cec5e151b2
comparison
equal deleted inserted replaced
1660:ec4167ac79ab 1661:48232457b704
456 # This section contains a lot of small utility function and method 456 # This section contains a lot of small utility function and method
457 457
458 # - Function to create markers 458 # - Function to create markers
459 # - useful alias pstatus and pdiff (should probably go in evolve) 459 # - useful alias pstatus and pdiff (should probably go in evolve)
460 # - "troubles" method on changectx 460 # - "troubles" method on changectx
461 # - function to travel throught the obsolescence graph 461 # - function to travel through the obsolescence graph
462 # - function to find useful changeset to stabilize 462 # - function to find useful changeset to stabilize
463 463
464 464
465 ### Useful alias 465 ### Useful alias
466 466